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.
|
2024-08-04 20:28:07 +10:00 |
|
Stenzek
|
6ce9e571ed
|
Misc: Purge remaining ByteStream references
|
2024-07-29 17:27:32 +10:00 |
|
Stenzek
|
a6518ff9dc
|
System: Rewrite save state I/O
No more ByteStream or virtual calls for every piece of data.
|
2024-07-29 17:27:32 +10:00 |
|
Stenzek
|
40356fc381
|
FileSystem: Remove unnecessary checks
|
2024-07-28 19:06:17 +10:00 |
|
Stenzek
|
ca2a8f1e1f
|
Host: Purge C format string error overloads
|
2024-07-19 13:45:33 +10:00 |
|
Stenzek
|
00cc3b65fc
|
Qt: Fix a few places per-game settings were not checked
|
2024-07-15 22:17:42 +10:00 |
|
Stenzek
|
b7da118f96
|
Qt: Don't boot system twice on rapid clicking
|
2024-07-13 20:47:03 +10:00 |
|
Stenzek
|
9143116616
|
Qt: Show memory card icons in game list
You can disable it if you really hate it.
|
2024-07-09 21:38:38 +10:00 |
|
Stenzek
|
63b30e2925
|
Qt: Annotate unofficial release builds
|
2024-07-04 13:25:26 +10:00 |
|
Stenzek
|
be8fbafd71
|
CPU/CodeCache: Always dynamically allocate code buffer
Reduces .bss size.
|
2024-06-30 16:45:51 +10:00 |
|
Stenzek
|
0d3e674500
|
Qt: Move resources out of exe into rcc file
|
2024-06-30 16:45:51 +10:00 |
|
Stenzek
|
6021e435ba
|
Qt: Work around QList<QPair> marshalling issue
|
2024-06-24 00:55:00 +10:00 |
|
Stenzek
|
015804c434
|
System: Move GDB server into core
|
2024-05-27 00:18:05 +10:00 |
|
Stenzek
|
60ee17e713
|
System: Fix regtest dumping
|
2024-05-25 15:58:41 +10:00 |
|
Stenzek
|
42a5fe0a6e
|
GPU: Further improve vsync handling
|
2024-05-24 02:33:33 +10:00 |
|
Stenzek
|
4e922a34a7
|
Log: Simplify macros
|
2024-05-24 02:08:14 +10:00 |
|
Stenzek
|
b6d019db66
|
Misc: Replace log printf calls with fmt
|
2024-05-24 00:29:49 +10:00 |
|
Stenzek
|
35bdbf2a55
|
System: Check host page size on startup
|
2024-05-16 17:37:23 +10:00 |
|
Stenzek
|
c53717bbe4
|
System: Rewrite input profile hotkey priority logic
|
2024-05-16 16:53:13 +10:00 |
|
Stenzek
|
18160a8e06
|
Qt: Add option to pause when controller is disconnected
|
2024-05-14 16:00:09 +10:00 |
|
Stenzek
|
be920acf38
|
System: Get rid of double popup on renderer create error
|
2024-05-13 00:06:56 +10:00 |
|
Stenzek
|
522c2e3458
|
FullscreenUI: Use native file selector on Flatpak
|
2024-05-12 20:28:20 +10:00 |
|
Stenzek
|
fa104acdd1
|
Misc: Purge unused code and report startup error to host
|
2024-05-05 22:29:26 +10:00 |
|
Stenzek
|
ca3cfbaa99
|
Misc: Pass string_view by value
|
2024-05-05 22:28:29 +10:00 |
|
Stenzek
|
1cdfca155d
|
Qt: Clean and remove empty game settings
|
2024-04-25 14:02:16 +10:00 |
|
Stenzek
|
7548113afd
|
System: Move COM init to common code
|
2024-04-25 12:56:02 +10:00 |
|
Stenzek
|
3fa2bd1d3a
|
System: Confirm shutdown if memory card is being written
|
2024-04-22 01:41:42 +10:00 |
|
Stenzek
|
0fbc1a3a8a
|
AudioStream: Add surround expansion via FreeSurround
|
2024-04-21 23:30:46 +10:00 |
|
Stenzek
|
7344661801
|
GPUDevice: Split submission and presentation
|
2024-04-11 22:53:02 +10:00 |
|
Stenzek
|
88270771da
|
System: Combine VRR and Optimal Frame Pacing
GSync/FreeSync display users should:
- DISABLE VSync.
- ENABLE Optimal Frame Pacing.
|
2024-04-11 21:33:40 +10:00 |
|
Stenzek
|
7b93edada1
|
Qt: Purge controller bind migration
About a year and a half is long enough.
|
2024-04-11 20:09:52 +10:00 |
|
Stenzek
|
1b1e42d003
|
System: Add Error to boot/load/save state
|
2024-04-11 13:42:10 +10:00 |
|
Stenzek
|
bf4e8feb25
|
FullscreenUI: Redo landing page and add help bar
|
2024-04-09 23:49:24 +10:00 |
|
Stenzek
|
bdafbe0b28
|
Qt: Fix crash on shutdown settings save
|
2024-04-05 17:23:29 +10:00 |
|
Stenzek
|
0b99db6730
|
Qt: Ensure settings are writable before running setup wizard
|
2024-03-31 15:51:30 +10:00 |
|
Stenzek
|
e2024f6175
|
System: Change "Auto Load Cheats" to "Enable Cheats"
|
2024-03-03 14:03:07 +10:00 |
|
Stenzek
|
a1d7d214cf
|
GPUDevice: Add support for VRR and relaxed vsync
|
2024-03-03 14:03:07 +10:00 |
|
Stenzek
|
04b837a418
|
Qt: Redesign graphics settings panel
Add screenshot format/type.
|
2024-03-02 21:21:20 +10:00 |
|
Stenzek
|
c1381cfda6
|
System: Gracefully handle memory allocaion failure
|
2024-02-25 20:30:41 +10:00 |
|
Stenzek
|
9ac9fc0a1e
|
Host: Add ReportFatalError()
|
2024-02-25 20:30:41 +10:00 |
|
Stenzek
|
885addcfce
|
Qt: Fix update cleanup on Windows
|
2024-02-04 17:33:34 +10:00 |
|
Stenzek
|
0065800f05
|
Qt: Fix a couple of error log formats
|
2024-01-21 00:18:48 +10:00 |
|
Stenzek
|
b98ac8722a
|
FullscreenUI: Move functionality to Host
|
2024-01-20 20:29:33 +10:00 |
|
Stenzek
|
ecbd693d22
|
Qt: Fix warning
|
2024-01-13 13:55:48 +10:00 |
|
Stenzek
|
573dfd2a26
|
Qt: Add runtime downloading of OSD fonts
|
2024-01-10 22:46:57 +10:00 |
|
Stenzek
|
55a76892ae
|
Qt: Add runtime resource downloading
|
2024-01-10 22:46:57 +10:00 |
|
Stenzek
|
73cee9f705
|
Settings: Add UserResources to EmuFolders
Allowing some resources, such as fonts/sounds to be overridden by the
user.
|
2024-01-10 22:46:57 +10:00 |
|
Stenzek
|
7e2afe82b5
|
FullscreenUI: Fix opening while paused
|
2023-12-14 20:23:48 +10:00 |
|
Stenzek
|
96d377a396
|
Qt: Fix performance counters showing up without VM
|
2023-12-07 14:14:06 +10:00 |
|
Stenzek
|
407049cd91
|
Qt: Resolve any symbolic links in AppRoot/DataRoot
Should fix incorrect relative path generation on FreeBSD, where /home is
a symlink to /usr/home.
|
2023-12-05 16:05:27 +10:00 |
|