Bram Speeckaert

Results 13 issues of Bram Speeckaert

I noticed that on Windows, the 'Cancel input' button on the input settings screen does not start out disabled, even though cancel_poll_btn.setEnabled(false) was called. On Linux it works fine, so...

Latest retroarch-phoenix.exe included with retroarch-win32-0.9.9.zip crashes immediately on launch on Windows XP. Windows 7 64-bit seems to have no issues running both win32 and win64 version. The 0.9.9-wip3 version worked...

The optimizations for subfcx introduced in #13852 also apply to subfx. Rather than duplicating the logic, we merge the handlers, like we did in #10120 for x86. --- Optimize a...