![EmuCR:Fceux EmuCR:Fceux](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgWNsdwz4IZBY6jR0yDBSMVEGxj5a0I6GVYSwd2b3NvqILrCPLJls-eiwcjBlNG_fJKm6lDTZCSQFGDtDmeiSdiT0U6KgoT1LvXUpm90lOUZAyT8D-HIRTqV9rbOAUFb5u5h0DXO2P2xJf/s320/7630114_orig.png)
Fceux Git changelog:
* Merge pull request #62 from bbbradsmith/dlgproc_fix
* cheat.cpp has one more DLGPROC BOOL return fix that I missed
* SetWindowLongPtr needs to use LP defines, not L
* Replace SetWindowLong with SetWindowLongPtr for 64-bit compliance
* Merge branch 'master' into dlgproc_fix
* DLGPROC return type is INT_PTR, not BOOL and not LRESULT. These are compatible return types in 32-bit but not 64-bit.
* Merge pull request #65 from bbbradsmith/lua_stack_fix
* lua library table registration needs an extra stack clear (is overflowing)
Source: Fceux Git (2019/06/29)
Source: Here
0 Comments
Post a Comment