Commit Graph

24 Commits (4bca193ee13435fe5111bfe84add582df1a9ce79)

Author SHA1 Message Date
Connor McLaughlin 744cfbd924 Frontends: Add PGXP Depth Buffer options 5 years ago
Connor McLaughlin a511882cb8 D3D11HostDisplay: Add an option to force a blit/discard swap chain 5 years ago
Connor McLaughlin f0ff7ce231 PGXP: Add geometry tolerance setting 5 years ago
Connor McLaughlin bf2e38aed5 CPU/Recompiler: Implement LUT-based fastmem 5 years ago
Connor McLaughlin 2b66492ed8 HostInterface: Add proper turbo speed setting 5 years ago
Connor McLaughlin 2c8a4ff154 HostDisplay: Add an option to decouple display fps from emulator fps
Makes Android so much faster...
5 years ago
Connor McLaughlin 7566c45f64 CPU/Recompiler: Implement fastmem 5 years ago
Connor McLaughlin 907bba19c0 Qt: Fix crash in advanced reset to defaults 5 years ago
Connor McLaughlin 4f0007dd55 PGXP: Make preserving pre-divide fractional coordinates an option
Fixes holes in geometry in Crash Team Racing with PGXP on.
5 years ago
Connor McLaughlin 51e8eb108e Qt: Fix PGXP CPU mode option not applying 5 years ago
Connor McLaughlin 38244dfcca Qt: Fix some advanced options having editable titles 5 years ago
Connor McLaughlin 1e6d50e4dc Qt: Fix advanced setting text being editable 5 years ago
Connor McLaughlin e731c87757 Qt: Turn tweaks/hacks into a table
Also move PGXP CPU mode/vertex cache to advanced options
5 years ago
Connor McLaughlin 19d6037b99 CPU: Implement instruction cache simulation
Implemented for all execution modes. Disabled by default in the cached
interpreter and recompiler, always enabled in the pure interpreter.
5 years ago
Connor McLaughlin ab002e78e1 Support translating strings in emulator core 5 years ago
Connor McLaughlin 67fb9253cb Qt: Hide debug menu by default 5 years ago
Connor McLaughlin 96b86acb4f Qt: Move debug GPU device to advanced options 5 years ago
Connor McLaughlin 1d5f810a4b CPU/Recompiler: Disable memory access exceptions by default
This means it'll no longer pass amidog's CPU test in the default config.
But no games rely on this. You can enable it in advanced options if you
want to pass the CPU test.
5 years ago
Connor McLaughlin 68d98af497 Qt: Remove usage of QString where possible for settings 5 years ago
Albert Liu 4e2b3189b0 Qt: Replace QtSettingsInterface with INISettingsInterface 5 years ago
Connor McLaughlin 0b11a14e24 Qt: Better handling of default settings not in ini 5 years ago
Albert Liu d005025f8f Qt/AdvancedSettings: Fix swapped widget bindings 5 years ago
Albert Liu b7d9ce98e8 Qt: Connect tweak/hack settings to Qt frontend 5 years ago
Connor McLaughlin 101e1bfd73 Qt: Add advanced settings 6 years ago