01-26-2015, 07:52 PM
The revision 5089 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:
GFX3D:
- Fix possible invalid memory access crashes when Y-sorting, most notably, in Super Mario 64 adventure mode. Using std::stable_sort() instead of std::sort() should have little to no performance impact since we\'re not sorting a lot of elements here. (Regression from r2436.)