Commit Graph

238 Commits (e4735bcf7a3ef11fee974bfa13bce392d9392b21)

Author SHA1 Message Date
C.W. Betts e4735bcf7a Fix string formatting warnings. 5 years ago
Connor McLaughlin 1973419021 Settings: Disable region check by default 5 years ago
Connor McLaughlin 5aa70cf797 Settings: Add memory card directory option 5 years ago
Connor McLaughlin 50d712c3fe CDImage: Support sub-images, use subimages for m3u 5 years ago
Silent 948a6b530b
Make TranslateString and TranslateStdString support numbers 5 years ago
Connor McLaughlin c58227752d CommonHostInterface: Move save state on exit logic to base class 5 years ago
Connor McLaughlin 49345a300c Settings: Fix display stretch disabled by linear filtering 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
Albert Liu f9dc1a7e80 Core: Add Multitap support 5 years ago
Connor McLaughlin f023c1bcde FullscreenUI: Add 'Pause on Menu' option 5 years ago
Connor McLaughlin 7501e89b7a System: Add path/image to game change notification 5 years ago
Connor McLaughlin 24c2165bb3 GPU: Allow closing window/app to interrupt shader compilation 5 years ago
Connor McLaughlin cacf12c209 FileSystem: Migrate component extractors to std::string_view 5 years ago
Connor McLaughlin db4f521d92 System: Make some boot error messages translatable 5 years ago
Connor McLaughlin bc021ddfd9 CPU/Recompiler: Implement PGXP CPU mode 5 years ago
Connor McLaughlin a77edc6436 Settings: Default console logging on Android to on 5 years ago
C.W. Betts 662d6e9711 Fix possible log formatting errors. 5 years ago
Connor McLaughlin 904680f0df Settings: Make integer and linear upscaling mutually exclusive 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 b3ce2b21c0 System: Prevent using both runahead and rewind concurrently 5 years ago
Connor McLaughlin e01d66d18e System: Implement runahead 5 years ago
Connor McLaughlin 516d685dd0 System: Add memory-only save states and rewind 5 years ago
Connor McLaughlin e81df6bddd Settings: Disable host refresh rate sync by default 5 years ago
Connor McLaughlin 13cba122ef HostDisplay: Move Windows fallback for refresh rate query to HostInterface 5 years ago
Connor McLaughlin 43d01776dc HostInterface: Add "Sync To Host Refresh Rate" option 5 years ago
Connor McLaughlin ce965e89ca Qt/Android: Add help text for resampling, turn on by default 5 years ago
Connor McLaughlin 54f5563321 Qt: Add turbo speed setting 5 years ago
Connor McLaughlin a5f9aa11e1 Settings: Add audio resampling when running at non-standard speed 5 years ago
Connor McLaughlin 54c7fc6b08 AudioStream: Support resampling input 5 years ago
Connor McLaughlin a6e1b3c4ad
Merge pull request #1389 from ggrtk/ps3-bios-size
BIOS: Add check for older BIOS from PS3
5 years ago
Connor McLaughlin cdefcf7359 HostInterface: Log when all enhancements are disabled by config 5 years ago
Albert Liu 79012d5288 BIOS: Add check for older BIOS from PS3
Same revision number as newer PS3, but different file size and 512KB
hash.
5 years ago
Connor McLaughlin 8f5c20bdf5 BIOS: Improve robustness of BIOS searching
Always prefer a known BIOS image over an unknown image. Hopefully this
will stop people getting crashes on startup due to other files in the
BIOS directory confusing it.
5 years ago
Connor McLaughlin 5cd261a5b2 BIOS: Only match PS1 and PS2 BIOS images exactly 5 years ago
Connor McLaughlin 3cb2cd8235 GPU: Add adaptive and box downsampling modes 5 years ago
Connor McLaughlin 68ce959d70 Settings: Add option to temporarily disable all enhancements 5 years ago
Albert Liu 0e2276fc7a BIOS: Add support for loading PS2 BIOSes 5 years ago
Albert Liu 4db29f9399 HostInterface: Check all console regions when looking for any BIOS 5 years ago
Connor McLaughlin ca42d027ac Qt: Implement relative mouse mode 5 years ago
Connor McLaughlin 702ed21207 HostDisplay: Add threaded presentation for Vulkan renderer
Can add a significant speedup for fast forward. Automatically disabled
when vsync is enabled.
5 years ago
Connor McLaughlin a385573672 Qt: Add texture replacement options to advanced settings 5 years ago
Connor McLaughlin aa1543271e GPU: Support emulating a depth buffer from PGXP depth values 5 years ago
Connor McLaughlin a8af0f7ecb HostInterface: Add debugger message callbacks 5 years ago
Connor McLaughlin fa0f177e51 HostInterface: Move PauseSystem from common to base 5 years ago
Connor McLaughlin 678146b907 HostInterface: Add separate volume control for fast forwarding 5 years ago
Connor McLaughlin 8b3426a96e System: Reinitialize code cache on hw settings change/disc swap
Basically, anything which could allocate large amounts of memory and
potentially overlap with our fastmem area.
5 years ago
Connor McLaughlin af6b0dc189 Qt: Add option to pause on application focus loss 5 years ago