**Game Name?** Super Robot Wars Neo **Game ID?** (right click the game in the game list, Properties, Info tab) RRWJAF **MD5 Hash?** (right click the game in the game list, Properties, Verify tab, Verify Integrity button) ...iwubcode
I plan on discussing this when I get to my eventual rewrite but I think it's a bit odd to have master options for turning off graphics mods or cheats. It feels like if you turn on an individual cheat or a mod, you have them on, if you d...iwubcode
For what it is worth, I'd assume most users aren't going to want this. They'd instead like to remove the black bars and have the game be in whatever target aspect ratio their display provides (ex: 16:9, 21:9, etc), as well as tweak the ...iwubcode
Extrem's commented on our SD card emulation a while back and had this to say: >The CSD of Dolphin's SD card is in the wrong byte order relative to hardware. It should be post-processed like this: ``` cpp for (int i = 0; i < 15; i++)...iwubcode
Whenever XF memory changes, Dolphin will flush the vertex manager. This is the right thing to do generally but one area that is very inefficient is with GPU skinning (animation on the GPU). Many character meshes will take numerous draw...iwubcode