Commit Graph

64 Commits (8afccdd590f412bf5561fce4803fa96e07bb7b57)

Author SHA1 Message Date
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
Connor McLaughlin 11ba87059e HostDisplay: Remove parameters which get pulled from config
No point duplicating them.
3 years ago
Connor McLaughlin 10f98106dd Misc: Normalize code vs serial usage 3 years ago
Connor McLaughlin 106addf5a8 Qt: Fix shutdown and save state in fullscreen UI 3 years ago
Connor McLaughlin 6bafcea94f HostDisplay: Remove DestroyRenderDevice() 3 years ago
Connor McLaughlin a4eb5f1d5d FrontendCommon: Add PlaySoundAsync() 3 years ago
Connor McLaughlin ef3ad91ad0 FullscreenUI: Various improvements 3 years ago
Connor McLaughlin bf76780f11 GameList: Add cover downloader 3 years ago
Connor McLaughlin 837495d90f Qt: Fix window close in nogui mode 3 years ago
Connor McLaughlin 1aa7facda8 Frontends: Pick best render API based on renderer
Stops unnecessary display recreation in big picture UI.
3 years ago
Connor McLaughlin cab51c6764 FullscreenUI: Re-enable most previously-missing settings 3 years ago
Connor McLaughlin 7277d29ff9 Host: Move CreateDisplayForAPI() into common code 3 years ago
Connor McLaughlin c7e8233b7b System: Move present skip check to core 3 years ago
Connor McLaughlin 9bb73dea04 Qt: Move translation-related functions to their own file 3 years ago
Dolphin 0d03aa2b45 generate GlyphRanges for ja/zh-cn based on *.ts files 3 years ago
Connor McLaughlin 7134af509c Qt: Redraw window after setting changes when paused 3 years ago
Connor McLaughlin 795ddee79c Qt: Fix relative mode for PSMouse 3 years ago
Connor McLaughlin f5495adb7d Qt: Don't set working directory on startup
Not needed now we have relative paths for cards etc.
3 years ago