Commit Graph

135 Commits (d02185039403e674e014afd54479eb8ef812e6a3)

Author SHA1 Message Date
Connor McLaughlin 256f272768 Support custom and match display aspect ratios 5 years ago
Connor McLaughlin 5aa70cf797 Settings: Add memory card directory option 5 years ago
Albert Liu 3482313e2f Multitap: Add option to enable only on port 2 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 bc021ddfd9 CPU/Recompiler: Implement PGXP CPU mode 5 years ago
Connor McLaughlin a77edc6436 Settings: Default console logging on Android to on 5 years ago
Connor McLaughlin 98b4101cd7 Settings: Expose Save() method to interface 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 e01d66d18e System: Implement runahead 5 years ago
Connor McLaughlin 516d685dd0 System: Add memory-only save states and rewind 5 years ago
Connor McLaughlin 43d01776dc HostInterface: Add "Sync To Host Refresh Rate" option 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 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
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 8db961042a GPU: Support replacing VRAM writes with new textures 5 years ago
Jean-Baptiste Boric 9b40c8ffa6 Settings: Add GDB server settings 5 years ago
Connor McLaughlin aa1543271e GPU: Support emulating a depth buffer from PGXP depth values 5 years ago
Albert Liu 189656cbc4 CommonHostInterface: Fully clear controller section before loading profile 5 years ago
Albert Liu de8f03bd75 GPU: Add auto (game native) aspect ratio 5 years ago
Albert Liu b4fb1e20d8 Settings: Remove unused variables 5 years ago
Albert Liu def9a98cb9 GameSettings: Disable analog mode forcing instead of forcing digital controller 5 years ago
Connor McLaughlin 678146b907 HostInterface: Add separate volume control for fast forwarding 5 years ago
Connor McLaughlin af6b0dc189 Qt: Add option to pause on application focus loss 5 years ago
Connor McLaughlin 362905e3df GPU: Add display line offset game setting
Use when games need additional cropping.
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 2595e31575 GPU: Split software to frontend/backend 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 ae1e4b1b8f GPU: Add chroma smoothing for 24-bit display enhancement 5 years ago
Connor McLaughlin 2eaebd8921 GPU: Implement support for multisample antialiasing 5 years ago
Connor McLaughlin 29467d40c8 DMA: Add debug window 5 years ago
Connor McLaughlin 7566c45f64 CPU/Recompiler: Implement fastmem 5 years ago
Connor McLaughlin 962f3407b4 Android: Add OpenSL ES audio backend 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 8ba93b36a0 CDROM: Add option to speed up double speed reads 5 years ago
Connor McLaughlin ca0bfc39a2 CDROM: Add a setting and hotkey to mute CD audio 5 years ago
Connor McLaughlin 9a23c5547a GameSettings: Add CPU overclocking as game option 5 years ago
Connor McLaughlin 27697d0508 System: Implement CPU overclocking [SAVEVERSION+]
Partial credit to @CookiePLMonster as well.
5 years ago
Connor McLaughlin d73271ec0a GPU: Add option to force 4:3 for 24-bit content (e.g. FMVs) 5 years ago
Connor McLaughlin d728bc091b BIOS: Add option to set search directory elsewhere 5 years ago
Connor McLaughlin 7d01bedf07 BIOS: Automatically detect images, improve selection UI 5 years ago
Connor McLaughlin 441f26706e Qt: Move post processing to its own setting category 5 years ago
Connor McLaughlin 68d08ddbcb Merge branch 'postprocessing' 5 years ago
Connor McLaughlin 3847be86b0 Fix a bunch of random warnings 5 years ago