DeSmuME is a Nintendo DS emulator
Go to file
rogerman 928004e13e 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.)
2015-01-26 19:46:34 +00:00
desmume GFX3D: 2015-01-26 19:46:34 +00:00
tools tools: 2013-11-22 10:30:29 +00:00