01-12-2015, 08:43 AM
The revision 5068 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:
Core:
- Do a massive cleanup of the #include and header structure.
- Remove a lot of unnecessary dependencies in the headers.
- Make headers responsible for including what they need for themselves. This makes the headers more independent of where they are in the #include order.
- Relocate some structs/classes to more logical locations.
- Clean up some platform-specific #ifdef stuff.