Commit Graph

159 Commits (88bc3a2278b9833469a039e0ea7a1f176bbb04e3)

Author SHA1 Message Date
Stenzek 6f31e562a0
MetalDevice: Implement timed present 1 year ago
Stenzek ac5a2a153a
GPUDevice: Remove BeginPresent() skip parameter
It wasn't used - System does its own present skipping.
1 year ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek 9e3507e0f4
InputManager: Support multiple mice via raw input
Only on Windows for now.
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 052930a8d8
System: Fix reset with Type 2 fastboot 1 year ago
Stenzek af47eb6956
System: Add video capture feature 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 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 a2f98541b3
Misc: Slim down some header includes 1 year ago
Stenzek 3a83c4265c
Misc: Fix a bunch of code analysis warnings
Some of which were even actual errors.
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 f0945ca3ca
BIOS: Refactor loading/hashing of images
Fixes identification of PS2 BIOSes. However, they are not (yet) fastboot
compatible.
1 year ago
Stenzek fee888758f
System: Purge unused RecreateSystem() 1 year ago
Stenzek 226a8eac81
MemoryCardIconCache: Ignore shared cards 1 year ago
Stenzek f6d3a7987d
System: Load discord-rpc dynamically 1 year ago
Stenzek be8fbafd71
CPU/CodeCache: Always dynamically allocate code buffer
Reduces .bss size.
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 7682cd2c10
System: Generate hash serials when running PS-EXE
Allows for per-game settings.
1 year ago
Stenzek 4311e08726
System: Implement PINE server 1 year ago
Stenzek 0f9a255093
System: Fallback to FIFO on AMD (no mailbox support) 1 year ago
Stenzek 98520978a8
System: OSD message corrections 1 year ago
Stenzek 42a5fe0a6e
GPU: Further improve vsync handling 1 year ago
Stenzek 6cad97b404
GPUDevice: Make vsync actually tear-free
Apparently users prefer stutter over tearing...
1 year ago
Stenzek 14ba3b7312
System: Fix sync to host refresh audio stretching 1 year 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.
1 year 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 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 3fa2bd1d3a
System: Confirm shutdown if memory card is being written 2 years ago
Stenzek d3c12fecb3
Qt: Move dump audio on startup out of settings 2 years ago
Stenzek c149d66d4d
System: Add 'Reduce Input Latency' option
i.e. pre-frame sleep.
2 years ago
Stenzek 7344661801
GPUDevice: Split submission and presentation 2 years ago
Stenzek 88270771da
System: Combine VRR and Optimal Frame Pacing
GSync/FreeSync display users should:
 - DISABLE VSync.
 - ENABLE Optimal Frame Pacing.
2 years ago
Stenzek 1b1e42d003
System: Add Error to boot/load/save state 2 years ago
Stenzek 71f50566f3
System: Consider pending ticks when using global ticks 2 years ago
Stenzek e2024f6175
System: Change "Auto Load Cheats" to "Enable Cheats" 2 years ago
Stenzek a1d7d214cf
GPUDevice: Add support for VRR and relaxed vsync 2 years ago
Stenzek 04b837a418
Qt: Redesign graphics settings panel
Add screenshot format/type.
2 years ago
Stenzek c1381cfda6
System: Gracefully handle memory allocaion failure 2 years ago
Silent d08a40bcd8
DiscordRPC: Show session time in Discord Rich Presence 2 years ago
Stenzek e6be0532cb
System: Fix incorrect rewind VRAM estimation 2 years ago