02-06-2014, 05:16 AM
The revision 4971 of the emulator DeSmuME was released and built. Here are the download links:
windows-x86-32: http://rapidgator.net/file/75b6567113040...2.zip.html
check out the Live Downloads section for more builds
windows-x86-32: http://rapidgator.net/file/75b6567113040...2.zip.html
Code:
Cocoa Port:
- Don\'t completely block output threads when they are set to idle, since we need to assume that messages will be passed to them at any time. It seems like NSRunLoop is smart enough not to unnecessarily wake the CPU on idle, so the thread block was not necessary.
- Fix bug where user settings were not being applied while the emulator was paused. (Regression from r4970.)