The revision 5080 of the emulator DeSmuME was released and built. Here are the download links:
windows-x86-32: http://files.emunewz.net/builds/DeSmuME/...x86-32.zip
check out the Live Downloads section for more builds
windows-x86-32: http://files.emunewz.net/builds/DeSmuME/...x86-32.zip
Code:
GDB stub:
- Added CPU mutex functions gdbstub_mutex_init/destroy/lock/unlock, which govern access to NDS_ARM9 and NDS_ARM7 structs.
- Added locking and unlocking of the mutex to gdbstub.cpp/processPacket_gdb() and NDSSystem.cpp/NDS_exec()
Cocoa, CLI, GTK, Windows ports:
- Added mutex initialization and destruction to main() functions (cocoa/cocoa_core.mm, cli/main.cpp, gtk/main.cpp, windows/main.cpp)