Commit Graph

571 Commits (2c57817803322cbc7984293f81c41d5ecfb90f28)

Author SHA1 Message Date
Stenzek d1770b616f
Settings: Default console logging to running from TTY 1 year ago
Stenzek ac5a2a153a
GPUDevice: Remove BeginPresent() skip parameter
It wasn't used - System does its own present skipping.
1 year ago
Stenzek 4b0c1fdbf2
GPUDevice: Add recovery from lost device 1 year ago
Stenzek 1c1b82ed66
GPUDevice: Purge threaded presentation
Worse frame pacing, and GPU thread (when I finish it) will give
significantly faster performance on mobile anyway.
1 year ago
Stenzek ab1c85790c
CPU: Refactor execution mode switching
Fixes single step breaking in branch delay slots with recompiler.
Simplifies initialization.
Removes multiple sources of truth for fastmem.
1 year ago
spacepaw 5b4d625d23
Add *.psx as a supported PS-X EXE file type (#3290) 1 year ago
Stenzek 87eded4bce
FileSystem: Fix FD leak with atomic updated file on Linux
Also add the ability to explicitly commit and check for errors.
1 year ago
Stenzek 1446e3035f
Settings: Make Disable Interlacing a Deinterlacing mode
Saving that precious vertical space.
1 year ago
Stenzek 94911abdca
System: Display disabled enhancements in safe mode 1 year ago
Stenzek f9a594058f
Settings: Force Frame Timings => Force Video Timing
Also drop from GameDB, an override doesn't make sense here anyway,
due to the low success rate with the enhancement.
1 year ago
spacepaw 63abdb7afd
Reworked the "Force NTSC Timings" feature to support both NTSC and PAL frame timings (#3287) 1 year ago
Stenzek 164a353352
System: Fix possible race condition in presence update 1 year ago
KamFretoZ b564f928bd
DiscordRPC: Add Rcheevos Icon Support (#3286) 1 year ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek e8b787fb57
Misc: Change various icons 1 year ago
Stenzek 707453b596
FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
1 year ago
Stenzek bda6869084
Qt: Implement per-game controller configuration 1 year ago
Stenzek 9e3507e0f4
InputManager: Support multiple mice via raw input
Only on Windows for now.
1 year ago
Stenzek b9679dfb0b
System: Remove contradictory statement 1 year ago
Stenzek 3455a0d151
System: Fix lockup with runahead enabled 1 year ago
Stenzek 41c8607782
TimingEvents: Don't defer frame done callback 1 year ago
Stenzek 86d4d92753
TimingEvents: Switch to 64-bit counters 1 year ago
Stenzek 3772706603
System: Look up media capture settings on-demand
No need to store them, save some memory.
1 year ago
Stenzek c6d14febd2
System: Log information on startup 1 year ago
Stenzek b274bf4d57
System: Switch to new capture file on video FPS change 1 year ago
Stenzek 052930a8d8
System: Fix reset with Type 2 fastboot 1 year ago
Stenzek e96320daf0
BIOS: Add Type 2 fastboot patch (PS2) 1 year ago
Stenzek 5786f3a8c9
System: Fix loading state without media 1 year ago
Stenzek af47eb6956
System: Add video capture feature 1 year ago
Stenzek b2ca23e9da
GPU: Use full display rect for postfx calculations 1 year ago
Stenzek aeb9d383ce
System: Add save state compression mode options 1 year ago
Stenzek 70411783cd
System: Make more functions static 1 year ago
Stenzek e6a682f8d5
System: Reduce rewind/runahead memory usage w/o 8MB enabled 1 year ago
Stenzek 0c15c9eaa8
Qt: Fix bug where config-based RAIntegration occasionally failed 1 year ago
Stenzek c3bf267936
System: Remove redundant remap 1 year ago
Stenzek 02fbfae6a0
System: Add advanced 'Export Shared Memory' option
Memory map is exported as duckstation_<pid>. Previously, this only
worked on Windows, now it is extended to Linux as well.
1 year ago
Stenzek 1b9b4699d9
Qt: Fix render-window-resize with 270deg rotation 1 year ago
Stenzek 3a83c4265c
Misc: Fix a bunch of code analysis warnings
Some of which were even actual errors.
1 year ago
Stenzek 33f6cc246e
System: Use default compression level
I'd intended to make this an option.
1 year ago
Stenzek a6518ff9dc
System: Rewrite save state I/O
No more ByteStream or virtual calls for every piece of data.
1 year ago
Stenzek 6fe0c986fa
System: Rewrite EXE override/loading
Relies on POST=7 as a kernel initialization indicator, instead of
patching the BIOS.

Fixes EXE loading with OpenBIOS and PS2 BIOS, and fast boot getting
baked into save states.
1 year ago
Stenzek 7a3a72ec3d
GPU: Add display rotation option 1 year ago
Stenzek 0407f939fc
CPU: Fix loading recompiler-saved states with interpreter 1 year ago
Stenzek 2a617c505a
GPU/HW: Support using ROV for accurate blending 1 year ago
Stenzek deed0c9713
GameDatabase: Merge compatibility messages 1 year ago
Stenzek efd8aab437
TimingEvents: Fix events ending up out-of-order 1 year ago
Stenzek f0945ca3ca
BIOS: Refactor loading/hashing of images
Fixes identification of PS2 BIOSes. However, they are not (yet) fastboot
compatible.
1 year ago
Stenzek f1ca914512
CDROM: Further adjust IRQ delay
Fixes audio dropouts in Crime Crackers, Ogre Battle seems fine now as
well.
1 year ago
Stenzek fae6b7ae86
System: Fix double error on load/boot cancel 1 year ago
Stenzek fee888758f
System: Purge unused RecreateSystem() 1 year ago
Stenzek 2cfa535784
System: Fix certain GPU settings not applying until unpause 1 year ago
Stenzek 226a8eac81
MemoryCardIconCache: Ignore shared cards 1 year ago
Stenzek bc73dacea4
System: Use socket multiplier for sleeping when connected
Should significantly reduce PINE latency.
1 year ago
Stenzek 87f2995f3d
TextureReplacements: Namespace-ify 1 year ago
Stenzek f6d3a7987d
System: Load discord-rpc dynamically 1 year ago
Stenzek 9ef7e8c5d0
GPU/HW: Use GSVector instead of Rectangle 1 year ago
Stenzek baab966b4e
System: Check for SSE4.1 in early hardware checks 1 year ago
Stenzek 173a61039c
System: Use cpuinfo for cache line size check 1 year ago
Stenzek be8fbafd71
CPU/CodeCache: Always dynamically allocate code buffer
Reduces .bss size.
1 year ago
Stenzek 810ce1ce57
GPU: Remove duplicate display params fields
And enable postfx when the DAC is turned off.
1 year ago
Stenzek 3877486712
System: Ensure titles are sanitized for screenshots 1 year ago
Stenzek ebf50edb79
System: Allocate JIT space before fastmem area
On Intel MacOS 14, the fastmem area gets allocated close to the
executable base, leaving no region free +/- 2GB for the JIT area.
1 year ago
Stenzek ccb76d1451
GameList: Add custom title/regions
Largely inspired by https://github.com/PCSX2/pcsx2/pull/9330, but almost
entirely rewritten.
1 year ago
Stenzek 1ae79c89e3
System: Refactor unsafe settings warning
And warn about round upscaled texture coordinates option.
1 year ago
Stenzek 34f20798a1
GPU/HW: Add separate 3D/2D (sprite) texture filtering 1 year ago
Stenzek 8455c9c3c6
GPU/HW: Add 'Force Round Upscaled Texture Coordinates' 1 year ago
Stenzek c637e2b337
System: Fix title after loading state for EXE-boot 1 year ago
Stenzek 723af4de3a
Misc: Loading old save state versions is unlikely 1 year ago
Stenzek 7682cd2c10
System: Generate hash serials when running PS-EXE
Allows for per-game settings.
1 year ago
Stenzek 2eb0085539
System: Fix inverted volume selection 1 year ago
Stenzek 015804c434
System: Move GDB server into core 1 year ago
Stenzek 55d96f86f0
System: Add "Disable Mailbox Presentation" option
Partial backport of https://github.com/PCSX2/pcsx2/pull/11296
1 year ago
Stenzek 4311e08726
System: Implement PINE server 1 year ago
Stenzek 328a3cd7af
System: Prevent save states while memory cards are being saved 1 year ago
Stenzek 60ee17e713
System: Fix regtest dumping 1 year ago
Stenzek 0f9a255093
System: Fallback to FIFO on AMD (no mailbox support) 2 years ago
Stenzek 98520978a8
System: OSD message corrections 2 years ago
Stenzek 42a5fe0a6e
GPU: Further improve vsync handling 2 years ago
Stenzek 4e922a34a7
Log: Simplify macros 2 years ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 2 years ago
Stenzek d2f28b6926
GPU: Explicit RemovePathLimits() is no longer needed 2 years ago
Stenzek 6cad97b404
GPUDevice: Make vsync actually tear-free
Apparently users prefer stutter over tearing...
2 years ago
Stenzek 14ba3b7312
System: Fix sync to host refresh audio stretching 2 years ago
Stenzek d9cc80c7f9
WindowInfo: Get refresh rate from monitor config
DwmGetCompositionTimingInfo() returns a noisy refresh rate, at least on
Win11 22H2.
2 years ago
Stenzek 08125262bb
System: Fix Edit Memory Cards action for disc sets 2 years ago
Stenzek 1a4679def8
System: Use different conditions for frame dupe-skip 2 years ago
Stenzek 5b4f74122c
System: Add "Skip Duplicate Frame Display" option
Skips the presentation/display of frames that are not unique.
Can be combined with driver-level frame generation to increase
perceptible frame rate. Can result in worse frame pacing, and is
not compatible with syncing to host refresh.
2 years ago
Stenzek 9bdf23cba7
System: Load game settings from first disc of multi-disc games 2 years ago
Stenzek 35bdbf2a55
System: Check host page size on startup 2 years ago
Stenzek c53717bbe4
System: Rewrite input profile hotkey priority logic 2 years ago
Stenzek c116e5a1d5
Qt: Consider per-game overrides for Edit Memory Cards menu 2 years ago
Stenzek e517581041
System: Tidy up some unused code 2 years ago
Stenzek f3aec0c965
Host: Re-introduce plural translation support 2 years ago
Stenzek 318fd0b0fd
System: Fix triple popup on missing BIOS 2 years ago
Stenzek be920acf38
System: Get rid of double popup on renderer create error 2 years ago
Stenzek e7765d26fb
System: Fix double popup on missing SBI file 2 years ago
Stenzek fa104acdd1
Misc: Purge unused code and report startup error to host 2 years ago
Stenzek ca3cfbaa99
Misc: Pass string_view by value 2 years ago
Stenzek 7548113afd
System: Move COM init to common code 2 years ago
Stenzek b4999975db
System: Fix pause-on-start running unthrottled 2 years ago