(03-26-2012, 05:31 AM)NaturalViolence Wrote: It should be very easy. Changing the internal resolution is as simple as changing the value of two variables, I've done it a number of time.
http://code.google.com/p/dolphin-emu/source/browse/Source/Core/VideoCommon/Src/RenderBase.cpp
Your 4x internal resolution patch is actually the one that made me want to try my hand on it.
I've used my own custom internal resolutions by modifying the source code, but I'd like to make it so that anybody could do this without needing to compile themselves. It would be significantly easier than pretty much any of the other development work, but I still think it would be a nice option.(03-26-2012, 07:07 AM)kirbypuff Wrote: *snip*
Thanks for the info! I know that SSAA renders the image at a much higher resolution than downscales it, although I wasn't sure exactly how it stacked up against the internal resolution modifier.
