Commit Graph

197 Commits (759938a5cf08076588d2a3110df0a33c279a1df2)

Author SHA1 Message Date
Connor McLaughlin 759938a5cf System: Support compressing save states 3 years ago
Connor McLaughlin 1289064316 Settings: Drop audio sync option
Not relevant since time stretching was added.
3 years ago
Connor McLaughlin 57c1ca97f7 Qt: Hook up audio driver selection 3 years ago
Connor McLaughlin ea65c0970c FrontendCommon: Drop SDL2 audio output 3 years ago
Connor McLaughlin a899ca88f2 Build: Make OpenGL/Vulkan renderers optional
And disabled on Windows/arm64.
3 years ago
Connor McLaughlin 68b5dd869c SPU: Add time stretched audio output 3 years ago
Connor McLaughlin 4295a70a89 Settings: Fix another typo in path saving 3 years ago
Connor McLaughlin 0b4c009d5b Settings: Fix some incorrect folder config keys 3 years ago
Connor McLaughlin a5f5be1a60 Qt: Fix directory setting changes 3 years ago
Connor McLaughlin 75b4891f78 Qt: Fix Apply Game Settings option 3 years ago
Connor McLaughlin b42b5501f6 UI: Massive revamp, new features and improvements 3 years ago
Connor McLaughlin 6a6ab6529a Backport SettingsInterface 3 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 a32ef4a963 CDROMAsyncReader: Support reading ahead more sectors 4 years ago
Connor McLaughlin 14e7f8fd13 GPU: Add D3D12 renderer 4 years ago
Connor McLaughlin 5865064387 FrontendCommon: Add XAudio2 audio backend 4 years ago
Connor McLaughlin 911e9a37f1 WIN32 macro -> _WIN32 4 years ago
Connor McLaughlin d9412f9fcd FrontendCommon: Add option to inhibit screensaver 4 years ago
Connor McLaughlin 28b8cb5bc6 Settings: Fix mismatches between default and fallback values 5 years ago
Connor McLaughlin d9a655fb41 System: Add non-persistent memory card type 5 years ago
Connor McLaughlin 98e4c181ca CDROM: Add seek speedup enhancement 5 years ago
Connor McLaughlin ff0bd7abc4 System: Add file title memory card type 5 years ago
Connor McLaughlin 5d877250e9 GPU/HW: Add an option to use software renderer for readbacks 5 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 e382df0d41 Support expanding RAM to 8MB (dev console) 5 years ago
Connor McLaughlin 806fc3e918 Settings: Fix default value for VSync on Android 5 years ago
Connor McLaughlin f39a5dcf5d Settings: Fix new display aspect ratios being untranslatable 5 years ago
Connor McLaughlin 17a4712a3e Settings: Remove less-frequently used AR options
You can easily set this via custom ratios, or match window now.
5 years ago
Connor McLaughlin 256f272768 Support custom and match display aspect ratios 5 years ago
Connor McLaughlin fc9d276435 Android: Fix fast boot by default not applying without opening settings 5 years ago
Connor McLaughlin 5aa70cf797 Settings: Add memory card directory option 5 years ago
Connor McLaughlin 05ac272c3f GameSettings: Add multitap mode 5 years ago
Albert Liu 3482313e2f Multitap: Add option to enable only on port 2 5 years ago
Connor McLaughlin 5a0e4f85dd Settings: Enable cheat loading by default 5 years ago
Connor McLaughlin e17d37b8bc HostDisplay: Add stretch option 5 years ago
Connor McLaughlin f18babb97e Settings: Remove redundant break in IsMultitapEnabledOnPort 5 years ago
Albert Liu f9dc1a7e80 Core: Add Multitap support 5 years ago
Albert Liu b6301e1a43 Settings: Always save controller type to settings interface
Fixes Controller1 defaulting to DigitalController type on startup in
FullscreenUI when user had previously shut down the program with
Controller1 set to None.
5 years ago
Connor McLaughlin f023c1bcde FullscreenUI: Add 'Pause on Menu' option 5 years ago
Connor McLaughlin bfa2b72e08 Fix a couple of name typos 5 years ago
Connor McLaughlin a77edc6436 Settings: Default console logging on Android to on 5 years ago
Connor McLaughlin 9d08f2e277 Settings: Fix show resolution not correctly saving to file 5 years ago
Connor McLaughlin 84c30703b2 Settings: Disable interlacing by default
The games which require it are auto-disabled by gameini.
5 years ago
Connor McLaughlin 4bb3fb48f9 System: Add a new throttler/pacer which can catch up on lost time
This can result in worse frame pacing, so if you have a decent machine
you'll probably want to turn on "display all frames" in display
settings.

But, it's sadly needed for Android.
5 years ago
Connor McLaughlin 16a32bf696 Qt: Simplify runahead settings 5 years ago
Connor McLaughlin 1b16ba3d98 Warning fixes 5 years ago
Connor McLaughlin e01d66d18e System: Implement runahead 5 years ago