Commit Graph

181 Commits (2e95667ec26fd32b6622e46aef9118f9e15c814d)

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 6d0f92d4fb
dep/fmt: Bump to v11.0.2 1 year ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek 707453b596
FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
1 year ago
Stenzek 9e3507e0f4
InputManager: Support multiple mice via raw input
Only on Windows for now.
1 year ago
Stenzek ccd7ba9acf
Qt: Move language/theme setting to window 1 year ago
Stenzek 6f9e8efee5
Qt: Fix a couple of theme switching glitches 1 year ago
Stenzek af47eb6956
System: Add video capture feature 1 year ago
Stenzek 0c15c9eaa8
Qt: Fix bug where config-based RAIntegration occasionally failed 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 6ce9e571ed
Misc: Purge remaining ByteStream references 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 40356fc381
FileSystem: Remove unnecessary checks 1 year ago
Stenzek ca2a8f1e1f
Host: Purge C format string error overloads 1 year ago
Stenzek 00cc3b65fc
Qt: Fix a few places per-game settings were not checked 1 year ago
Stenzek b7da118f96
Qt: Don't boot system twice on rapid clicking 1 year ago
Stenzek 9143116616
Qt: Show memory card icons in game list
You can disable it if you really hate it.
1 year ago
Stenzek 63b30e2925
Qt: Annotate unofficial release builds 1 year ago
Stenzek be8fbafd71
CPU/CodeCache: Always dynamically allocate code buffer
Reduces .bss size.
1 year ago
Stenzek 0d3e674500
Qt: Move resources out of exe into rcc file 1 year ago
Stenzek 6021e435ba
Qt: Work around QList<QPair> marshalling issue 1 year ago
Stenzek 015804c434
System: Move GDB server into core 1 year ago
Stenzek 60ee17e713
System: Fix regtest dumping 1 year ago
Stenzek 42a5fe0a6e
GPU: Further improve vsync handling 1 year ago
Stenzek 4e922a34a7
Log: Simplify macros 1 year ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 1 year ago
Stenzek 35bdbf2a55
System: Check host page size on startup 1 year ago
Stenzek c53717bbe4
System: Rewrite input profile hotkey priority logic 1 year ago
Stenzek 18160a8e06
Qt: Add option to pause when controller is disconnected 2 years ago
Stenzek be920acf38
System: Get rid of double popup on renderer create error 2 years ago
Stenzek 522c2e3458
FullscreenUI: Use native file selector on Flatpak 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 1cdfca155d
Qt: Clean and remove empty game settings 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 0fbc1a3a8a
AudioStream: Add surround expansion via FreeSurround 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 7b93edada1
Qt: Purge controller bind migration
About a year and a half is long enough.
2 years ago
Stenzek 1b1e42d003
System: Add Error to boot/load/save state 2 years ago
Stenzek bf4e8feb25
FullscreenUI: Redo landing page and add help bar 2 years ago
Stenzek bdafbe0b28
Qt: Fix crash on shutdown settings save 2 years ago
Stenzek 0b99db6730
Qt: Ensure settings are writable before running setup wizard 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
Stenzek 9ac9fc0a1e
Host: Add ReportFatalError() 2 years ago
Stenzek 885addcfce
Qt: Fix update cleanup on Windows 2 years ago
Stenzek 0065800f05
Qt: Fix a couple of error log formats 2 years ago
Stenzek b98ac8722a
FullscreenUI: Move functionality to Host 2 years ago
Stenzek ecbd693d22
Qt: Fix warning 2 years ago
Stenzek 573dfd2a26
Qt: Add runtime downloading of OSD fonts 2 years ago
Stenzek 55a76892ae
Qt: Add runtime resource downloading 2 years ago
Stenzek 73cee9f705
Settings: Add UserResources to EmuFolders
Allowing some resources, such as fonts/sounds to be overridden by the
user.
2 years ago
Stenzek 7e2afe82b5
FullscreenUI: Fix opening while paused 2 years ago
Stenzek 96d377a396
Qt: Fix performance counters showing up without VM 2 years ago
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.
2 years ago
Ganael Laplanche b6d67560e3 Fix data directory handling on FreeBSD 2 years ago
Stenzek 5a0a6ebe06
Qt: Drop Qt 6.1 workaround in Host::GetTopLevelWindowInfo() 2 years ago
Stenzek 7bbf04ab99
PostProcessing/FX: Support reading shaders from resources 2 years ago
Stenzek ac825855f7
Qt: Change settings dialogs to widgets/windows
Stops them breaking in Qt 6.6.
2 years ago
Stenzek f05ff4103e
Misc: Build fixes for Android 2 years ago
Stenzek e33082778e Qt: Drop branch from title bar
Doesn't show up if a commit is checked out, and arguably not very useful
anyway.
2 years ago
Stenzek 4ad777f54f Qt: Add log window 2 years ago
Stenzek 7e07d2feb8 GunCon: Add relative pointer binding 2 years ago
Stenzek b6e5b0bd69 Qt: Add automatic updates for AppImage 2 years ago
Stenzek 846f74c86d Achievements: Backports from PCSX2 2 years ago
Stenzek 68b59ee748 CMake: Swap USE_ and WITH_ for ENABLE_
Consistency.
2 years ago
Stenzek c773c763ef Achievements: Switch to rc_client 2 years ago
Stenzek 7d178c04d3 Qt: Fix popup messages when fullscreen (again) 2 years ago
Stenzek b30c86ed75 Build: Improve MacOS support 2 years ago
Stenzek 6a53929e31 Qt: Add option to exit Big Picture UI 2 years ago
Stenzek 4fc984e082 Qt: Add setup wizard 2 years ago
Stenzek afaf5ddafd System: Centralize frame presentation 2 years ago
Stenzek b217f64bcf PostProcessing: Refactor config to use separate sections 2 years ago
Stenzek 6c185ca17b GPUDevice: Remove mouse pointer position 2 years ago
Stenzek dc9c99438b Misc: Post-refactor cleanups 2 years ago
Stenzek e3d9ba4c99 Rewrite host GPU abstraction
- Don't have to repeat the same thing for 4 renderers.
 - Add native Metal renderer.
2 years ago
Stenzek e57ad0b6aa Host: Backport translations cache
Note: You'll need a new command line for lupdate.

..\..\..\dep\msvc\qt\6.5.0\msvc2022_64\bin\lupdate.exe ../ ../../core/ ../../util/ -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP -ts duckstation-qt_LANGUAGE.ts
2 years ago
Stenzek bb60170d9a Move frontend-common to util/core 2 years ago
Stenzek 72f7225ec2 Qt: Fix ClearBindStateFromSource() executing on wrong thread 2 years ago
Stenzek 9aa6c24620 System: Store game hash as well as serial 3 years ago
Jean-Baptiste Boric 7810e68a58 Qt: Run GDB server on emulation thread 3 years ago
Stenzek 0ef24398f8 Qt: Ensure system is shut down before closing
Fixes crash on shutdown on Mac.
3 years ago
Stenzek 14cf865905 Misc: Correctness fixes for OpenGL
GLES2 fallback should be functional again.
3 years ago
Connor McLaughlin 50a616421f System: Add -exe parameter for overriding boot executable
Lets you re-use a disc image, but boot a different file.
3 years ago
Connor McLaughlin daf1080397 Qt: Fix -portable CLI parameter 3 years ago
Connor McLaughlin d096a09ed8 ImGuiManager: Fix debug window interaction with frame limit off 3 years ago
Connor McLaughlin 06d6447e59 Qt: Add -raintegration command line parameter 3 years ago
Connor McLaughlin fb9608a9cf FullscreenUI: Fix folder changes not applying immediately 3 years ago
Connor McLaughlin 52817d967b Qt: Fix -fullscreen command line parameter 3 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
3 years ago
Connor McLaughlin 7d3ac98cc6 HostDisplay: Manually throttle fullscreen UI presentation
Fixes flickering screen in fullscreen with Vulkan.
3 years ago
Connor McLaughlin eafa4fb1a3 HostDisplay: Simplify method naming
Match PCSX2.
3 years ago
Connor McLaughlin 8d7aea5e19 Host: Add GetTopLevelWindowInfo()
And use it for screensaver inhibiting on Linux.
3 years ago
Connor McLaughlin ae4366498e Qt: Add migration of old controller binds to new 3 years ago
Connor McLaughlin 72dfbaf6cc Misc: Backports from PCSX2 UI 3 years ago