mirror of https://github.com/PCSX2/pcsx2.git
0042843525
The presets system is hopefully done, code wise. Fine-tunning the presets themselves may still take place. - GUI behavior should be as follows: 1. Overall: any changes made to the GUI without clicking Apply or OK would be discarded (on ESC or Cancel or close ([X])). 2. On 'Presets' unchecked: As long as the config dialog is open, the GUI stays with the values of the current preset (alternative behavior is available with #define PRESETS_USE_APPLIED_CONFIG_ON_UNCHECK). --> NOTE: OK/Cancel/Apply buttons are never disabled. This is also true for r3768. Needs fixing one day. - Fine tuned presets with some help from rama and pseudonim. Current Presets are as follows (each preset adds to the previous one): 1 - Safest : Default settings + Individual speed hacks unticked (to make it visually clearer they're not used). 2 - Safe (faster) : Recommended speed hacks minus vuFlagHack. 3 - Balanced : enable vuFlagHack, enable EE timing hack, EE cycle rate to 1 click. 4 - Aggressive : VU cycle steal to 1 click, enable (m)vuBlockHack, VU clamp mode to 'none'. 5 - Aggressive plus : EE cycle rate to 2 clicks (maximum). 6 - Mostly Harmful : VU cycle steal to 2 clicks (maximum-1). Note: The GUI consistency stuff turned out harder than I thought. I intentionally left in the code some commented out Console.WriteLN calls which should help debugging in case it's needed, but they should be removed eventually. I'd appreciate some regression tests and possibly code review for the entire presets system. Thanks. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4183 96395faa-99c1-11dd-bbfe-3dabce05a288 |
||
---|---|---|
3rdparty | ||
bin | ||
cmake | ||
common | ||
debian-unstable-upstream | ||
debian-upstream | ||
fps2bios | ||
nsis | ||
pcsx2 | ||
plugins | ||
tools | ||
CMakeLists.txt | ||
build-plugins.sh | ||
build.rb | ||
clean_msvc.cmd | ||
detect_missing_file_in_cmake.sh | ||
pcsx2-codeblocks.workspace | ||
pcsx2_suite_2008.sln | ||
pcsx2_suite_2010.sln | ||
rebuild.sh |