Commit Graph

194 Commits (3dc7ef92c2d7d3e83d345b5f58eab0c5af02c6ea)

Author SHA1 Message Date
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 67f352339c CommonHostInterface: Add swap memory cards hotkey 5 years ago
Connor McLaughlin bced237034 MemoryCard: Sanitize game titles for file names 5 years ago
Connor McLaughlin 21d6af287e System: Fix a possible crash with runahead 5 years ago
Connor McLaughlin e382df0d41 Support expanding RAM to 8MB (dev console) 5 years ago
Connor McLaughlin f1310bf93a System: Don't discard PGXP state when runahead-rollbacking
You'll still see some glitches if you have the frame count set too high,
since you'll get imprecise values for any vertices which have moved, but
that's going to happen anyway because of the runahead in the first
place.
5 years ago
Connor McLaughlin c2916e0719 System: Render save state screenshots at fixed resolution
Fixes delays when saving state at high internal resolution.
5 years ago
Connor McLaughlin fe1a582909 System: Disallow booting when SBI files are missing 6 years ago
Connor McLaughlin 03f3f0369c GameList: Reduce number of system calls when scanning 6 years ago
Connor McLaughlin 1b16662f17 System: Remove unused ParseM3UFile function 6 years ago
Connor McLaughlin ff14e8aede Add JSON game database to replace dat parsing 6 years ago
Connor McLaughlin 922d320523 CPU/Recompiler: Reserve whole fastmem region to avoid clashes 6 years ago
Connor McLaughlin 0644faa635 System: Disable memory cards when running PSFs 6 years ago
Connor McLaughlin dec2d48bfe System: Fix crash when launching exe/psf 6 years ago
Connor McLaughlin 5df28eff9d System: Fix failing to load new single disc save states 6 years ago
Connor McLaughlin 5aa70cf797 Settings: Add memory card directory option 6 years ago
Connor McLaughlin 50d712c3fe CDImage: Support sub-images, use subimages for m3u 6 years ago
Albert Liu d10365c60e System: Fix message crash for missing CD image 6 years ago
Connor McLaughlin 11dcba1b68 CDImage: Use Error class for complex errors 6 years ago
Connor McLaughlin 1911a25a9f System: Add warning if CD-ROM read speedup is enabled on startup 6 years ago
Albert Liu 46ff2b553d CDImage: Add support for loading PBP images 6 years ago
Connor McLaughlin 753dd0480f CDImage: Add support for loading mds/mdf images 6 years ago
Connor McLaughlin 6bbb1128b6 System: Hash executable for game code when system.cnf missing 6 years ago
Connor McLaughlin ac4dd11fa0 CDImage: Add support for ECM images 6 years ago
Connor McLaughlin 521ade025c System: Make hardware renderer init failure an OSD message 6 years ago
Albert Liu 3482313e2f Multitap: Add option to enable only on port 2 6 years ago
Connor McLaughlin c7a4efc395 System: Don't strip subdirectories when reading exe
Fixes getting hashes for cheevos in games such as Metal Gear Solid -
Integral.
6 years ago
Albert Liu f9dc1a7e80 Core: Add Multitap support 6 years ago
Connor McLaughlin 0ec2c87a0e Implement RetroAchivements 6 years ago
Connor McLaughlin 229ed5a852 System: Add helpers for reading executables off discs 6 years ago
Connor McLaughlin 7501e89b7a System: Add path/image to game change notification 6 years ago
Connor McLaughlin 24c2165bb3 GPU: Allow closing window/app to interrupt shader compilation 6 years ago
Connor McLaughlin 1b544ae350 GameList: Slight optimization to scanning 6 years ago
Connor McLaughlin db4f521d92 System: Make some boot error messages translatable 6 years ago
Connor McLaughlin 09805c1f80 FullscreenUI: Fix controller navigation in disc change 6 years ago
Connor McLaughlin bfa2b72e08 Fix a couple of name typos 6 years ago
Connor McLaughlin 6ab926ab28 System: Make the SBI check a confirm dialog instead of message 6 years ago
Connor McLaughlin 701edb335a Various warning fixes 6 years ago
C.W. Betts 662d6e9711 Fix possible log formatting errors. 6 years ago
Connor McLaughlin 55a1d0437d System: Display message on media change 6 years ago
Connor McLaughlin 3c2b11fccb System: Don't log rewind pending flag when disabled 6 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.
6 years ago
Connor McLaughlin 16a32bf696 Qt: Simplify runahead settings 6 years ago
Connor McLaughlin e79dff1731 System: Use hybrid sleep on Android 6 years ago
Connor McLaughlin 24dd49e05d GPU: Fix runahead with MSAA enabled in D3D11/Vulkan 6 years ago
Connor McLaughlin 3f96473fb5 System: Reuse existing texture/buffers for runahead/rewind 6 years ago
Connor McLaughlin e01d66d18e System: Implement runahead 6 years ago
Connor McLaughlin 516d685dd0 System: Add memory-only save states and rewind 6 years ago
Connor McLaughlin b62f31fd96 System: Use region from exe/psf when booting 6 years ago