1
0
mirror of synced 2024-11-28 00:20:52 +01:00

Fix issue where Mamehooker and FFBPlugin could not co-exist

This commit is contained in:
Aaron M 2020-05-13 12:05:12 +12:00
parent 406042625c
commit f1fcdbc075
2 changed files with 2 additions and 2 deletions

View File

@ -647,7 +647,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
mame_updatestate_ptr = mame_updatestate; mame_updatestate_ptr = mame_updatestate;
mame_output_ptr = mame_output; mame_output_ptr = mame_output;
dll_init(1, L"Test", mame_start_ptr, mame_stop_ptr, mame_copydata_ptr, mame_updatestate_ptr, mame_output_ptr); dll_init(0, L"Test", mame_start_ptr, mame_stop_ptr, mame_copydata_ptr, mame_updatestate_ptr, mame_output_ptr);
while (GetMessage(&msg, NULL, 0, 0)) while (GetMessage(&msg, NULL, 0, 0))
{ {

View File

@ -1,6 +1,6 @@
***FFB Arcade Plugin*** ***FFB Arcade Plugin***
Version 1.7c Version 1.8
Brought to you by Boomslangnz, Ducon2016, Spazzy & pinkimo. Brought to you by Boomslangnz, Ducon2016, Spazzy & pinkimo.