Commit Graph

465 Commits

Author SHA1 Message Date
fe2062ff9f System: Warning fix 2021-12-25 14:28:32 +10:00
c346dfe8a4 SPU: Drop OOB register warnings to dev level 2021-11-26 11:31:59 +10:00
14eecae680 System: Use exe hash plus pvd hash for image hash code 2021-11-09 12:54:30 +10:00
946481c2aa System: Add a workaround for PSF files with incorrect header 2021-11-06 10:48:23 +10:00
355d7664d2 System: Fix unused variable warning 2021-10-25 17:27:41 +10:00
75e9506803 System: Get rid of double GPU reset 2021-08-24 11:57:11 +10:00
c4f0dafb1f System: Don't time memory load/save states by default
Reduces log spam.
2021-08-12 21:31:40 +10:00
50a09384e1 CommonHostInterface: Add onscreen indicator for rewind 2021-08-07 12:07:04 +10:00
29bc0c950a System: Reset before loading save state on boot 2021-07-24 13:07:09 +10:00
0000750527 System: Fix rewind rate with vsync off 2021-07-17 20:14:40 +10:00
41fc84ae51 Update information about SBI file
A simple update message to make it more clear for end users in regard SBI files.
2021-07-14 10:55:07 -03:00
14e7f8fd13 GPU: Add D3D12 renderer 2021-07-10 21:45:10 +10:00
8f3162675f Warning fixes 2021-07-07 19:54:13 +10:00
911e9a37f1 WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
bc1331208b System: Don't try to preload multi-disc images 2021-06-27 13:52:43 +10:00
d3d92226a5 PGXP: Further optimizations
Up to an 8% speed improvement in Racing Lagoon with CPU mode enabled.
2021-06-12 22:02:33 +10:00
aae0fb3f2b System: Support loading libps.exe (for Net Yaroze) 2021-06-11 20:47:46 +10:00
350049826f Fix a bunch of compiler warnings 2021-06-04 13:14:30 +10:00
9aa386e96c System: Add option to load/apply image patches 2021-06-01 21:55:37 +10:00
6a2b2ac7f8 System: Don't wipe out nonpersistent memory cards during game change 2021-05-24 21:24:22 +10:00
d9a655fb41 System: Add non-persistent memory card type 2021-05-23 17:12:01 +10:00
98e4c181ca CDROM: Add seek speedup enhancement 2021-05-23 16:18:34 +10:00
ff0bd7abc4 System: Add file title memory card type 2021-05-21 13:19:25 +10:00
67f352339c CommonHostInterface: Add swap memory cards hotkey 2021-05-20 12:19:28 +10:00
bced237034 MemoryCard: Sanitize game titles for file names 2021-05-20 12:19:28 +10:00
21d6af287e System: Fix a possible crash with runahead 2021-05-20 12:19:27 +10:00
e382df0d41 Support expanding RAM to 8MB (dev console) 2021-05-03 12:43:33 +10:00
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.
2021-04-28 02:51:44 +10:00
c2916e0719 System: Render save state screenshots at fixed resolution
Fixes delays when saving state at high internal resolution.
2021-04-28 02:51:44 +10:00
fe1a582909 System: Disallow booting when SBI files are missing 2021-04-22 13:40:48 +10:00
03f3f0369c GameList: Reduce number of system calls when scanning 2021-04-17 21:52:26 +10:00
1b16662f17 System: Remove unused ParseM3UFile function 2021-04-17 21:52:26 +10:00
ff14e8aede Add JSON game database to replace dat parsing 2021-04-17 17:04:23 +10:00
922d320523 CPU/Recompiler: Reserve whole fastmem region to avoid clashes 2021-04-11 12:42:51 +10:00
0644faa635 System: Disable memory cards when running PSFs 2021-04-08 11:34:15 +10:00
dec2d48bfe System: Fix crash when launching exe/psf 2021-03-28 13:47:53 +10:00
5df28eff9d System: Fix failing to load new single disc save states 2021-03-27 15:43:42 +10:00
5aa70cf797 Settings: Add memory card directory option 2021-03-27 15:18:29 +10:00
50d712c3fe CDImage: Support sub-images, use subimages for m3u 2021-03-27 15:18:29 +10:00
d10365c60e System: Fix message crash for missing CD image 2021-03-22 19:17:04 -07:00
11dcba1b68 CDImage: Use Error class for complex errors 2021-03-19 01:58:00 +10:00
1911a25a9f System: Add warning if CD-ROM read speedup is enabled on startup 2021-03-17 00:58:09 +10:00
46ff2b553d CDImage: Add support for loading PBP images 2021-03-15 20:06:39 -07:00
753dd0480f CDImage: Add support for loading mds/mdf images 2021-03-07 16:26:15 +10:00
6bbb1128b6 System: Hash executable for game code when system.cnf missing 2021-03-07 02:47:00 +10:00
ac4dd11fa0 CDImage: Add support for ECM images 2021-03-07 02:47:00 +10:00
521ade025c System: Make hardware renderer init failure an OSD message 2021-03-05 01:05:16 +10:00
3482313e2f Multitap: Add option to enable only on port 2 2021-03-01 14:59:59 -08:00
c7a4efc395 System: Don't strip subdirectories when reading exe
Fixes getting hashes for cheevos in games such as Metal Gear Solid -
Integral.
2021-03-02 01:48:31 +10:00
f9dc1a7e80 Core: Add Multitap support 2021-02-26 21:04:12 -08:00