Commit Graph

46 Commits (3fb61865e505ba639609fbf16cb8bdf5c66e020c)

Author SHA1 Message Date
Connor McLaughlin 4b31806bc9 SDLControllerInterface: Add option for PS4/PS5 enhanced mode 4 years ago
Connor McLaughlin c8dfb2cd54 Qt: Add comments to AdvancedSettingsWidget::onResetToDefaultClicked() 4 years ago
Connor McLaughlin 4ef5f434be Qt: Move MSAA to advanced settings 4 years ago
Connor McLaughlin a8dea21725 Qt: Make advanced seting constructors return the widget 4 years ago
Connor McLaughlin 521d20bcd2 CommonHostInterface: Add display enhancement settings option 4 years ago
Connor McLaughlin 3f3607548f CommonHostInterface: Make status indicators toggleable 4 years ago
Connor McLaughlin 21938e14c6 CPU/Recompiler: Implement block linking 4 years ago
Connor McLaughlin 24306be757 CommonHostInterface: Add save state backup option 4 years ago
Connor McLaughlin ea26fc4b49 Qt/GameProperties: Fix single step value of geometry threshold 4 years ago
Connor McLaughlin 08a815ad7b FullscreenUI: Make show status indicator setting local 5 years ago
ValadAmoleo 1fa4460590 Added a toggle for persistent message. (#2106)
* Added a toggle for persistent message.

Added a toggle to display settings to disable persistent messages (ff, pause) in the fullscreen UI.

* Moved toggle for the icons to advanced settings.

Moved the toggle to the advanced settings as suggested.  Renamed the option from "show persistent messages" to "show speed icons", so that it's much more specific.
5 years ago
Connor McLaughlin fe1a582909 System: Disallow booting when SBI files are missing 5 years ago
Connor McLaughlin 7641bbf5f2 UI: Shuffle around PGXP settings 5 years ago
Connor McLaughlin cc0cc6fbb9 Qt: Add disable all enhancements to debug menu 5 years ago
Connor McLaughlin 701edb335a Various warning fixes 5 years ago
Max833 276f2e2ceb
Update advancedsettingswidget.cpp 5 years ago
Max833 bd43241f3e
Qt: Update German translation and register widget help (based on the new UI) (#1544)
* Update duckstation-qt_de.ts

* Update biossettingswidget.cpp

* Update emulationsettingswidget.cpp

* Update advancedsettingswidget.cpp

* Update displaysettingswidget.cpp
5 years ago
Albert Liu 29331ef679 Qt: Update widget help text 5 years ago
Connor McLaughlin 68ce959d70 Settings: Add option to temporarily disable all enhancements 5 years ago
Connor McLaughlin aa65280ec3 Qt: Fix typo in advanced settings 5 years ago
Connor McLaughlin a385573672 Qt: Add texture replacement options to advanced settings 5 years ago
Connor McLaughlin 6de53054c1 Qt: Move blit swap chain option to display settings 5 years ago
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