segatools/mu3hook
Felix Anderson 776cf50bd0
mu3hook/dllmain.c: fix hook initialization order to fix path hook
- If the Unity `LoadLibraryW` hook is done too early, then it somehow
  interferes with the other DLL and hook table IAT hooks. Workaround
  this by moving the Unity `LoadLibraryW` hook initialization after all
  other hooks are done.

- Also, correct the platform ID to the ALLS HX
2020-05-21 00:58:24 +00:00
..
config.c mu3hook/dllmain.c: initialize graphics hook 2020-05-21 00:58:23 +00:00
config.h mu3hook/dllmain.c: initialize graphics hook 2020-05-21 00:58:23 +00:00
dllmain.c mu3hook/dllmain.c: fix hook initialization order to fix path hook 2020-05-21 00:58:24 +00:00
io4.c Fix various MU3 input issues 2019-11-03 19:55:02 -05:00
io4.h mu3hook/io4.c: Add Ongeki IO-4 integration 2019-08-30 19:05:52 -04:00
meson.build mu3hook/unity.c: hook Unity plugin DLLs 2020-05-21 00:58:23 +00:00
mu3hook.def mu3hook: Add initial Ongeki hook 2019-08-30 19:06:32 -04:00
unity.c mu3hook/unity.c: hook Unity plugin DLLs 2020-05-21 00:58:23 +00:00
unity.h mu3hook/unity.c: hook Unity plugin DLLs 2020-05-21 00:58:23 +00:00