05-04-2015, 06:50 PM
The revision 5181 of the emulator DeSmuME was released and built. Here are the download links:
windows-x86-32: http://rapidgator.net/file/cbee529fdb8f9...2.zip.html
check out the Live Downloads section for more builds
windows-x86-32: http://rapidgator.net/file/cbee529fdb8f9...2.zip.html
Code:
Render3D:
- In the OpenGL renderer, do better handling of the geometry index buffer, and also load its data in OpenGLRenderer::BeginRender().
- In the OpenGL renderer, remove a bunch of extraneous binds.
- Fix bug in SoftRasterizer where clear-image depth wasn’t being written correctly. (Regression from r5176.)
- Reduce the buffer sizes in the core 3D engine.
- Do even more refactoring.