Commit Graph

11773 Commits (aa5e2d738c248e13ababea5242731ae3bba3ba70)
 

Author SHA1 Message Date
Stenzek aa5e2d738c
Qt: Screenshot/video directory shouldn't be changable per-game 2 months ago
Stenzek 2bc4a95ffa
Qt: Remove redundant doBackgroundControllerPoll() 2 months ago
Stenzek 1f1182f33c
Qt: Don't delete empty achievement images directory
Apparently Windows Defender doesn't like this... this is why I moved
everything out of Documents.
2 months ago
Stenzek 01ae8e5630
Qt: Fix incorrect key for video capture arguments 2 months ago
Stenzek 5dc2899f58
Qt: Fix tab order in Achievement Settings 2 months ago
Stenzek 8056dc7057
FullscreenUI: Fix change disc hotkey again 2 months ago
Stenzek bff1851909
FullscreenUI: Fix double pause in PauseAndOpenMenuFromCoreThread()
Somehow I didn't remove this?!
2 months ago
Stenzek 9eeabd0091
ImGuiManager: Destroy textures before recreating font atlas
Avoids keeping it around for another frame.
2 months ago
Stenzek 6f8f4885e1
dep/imgui: Handle ClearTexData() for RendererHasTextures case
Don't leave textures in the updating state after clearing font data.
2 months ago
Stenzek e4c55ad028
Achievements: Don't display indicators when in pause menu 2 months ago
Stenzek 75eddf1710
Achievements: Adjust pause menu box padding
Accidentially committed this in
8ddaac3265.
2 months ago
Stenzek 1200cd5893
FullscreenUI: Rework pause menu opening
- Fix unpausing from disc change menu.
- Fix present call from wrong thread.
- Fix opening cheats menu with hotkey.
2 months ago
Stenzek 730dcd9a93
VideoThread: Assert not on thread for async calls 2 months ago
Stenzek 3fb89483b3
GPU/HW: Fix MMPX Quality compilation in Metal 2 months ago
Stenzek 5731aa87ac
CI: Pass --fail to curl downloads
Ensure a download failing actually cancels the job.
2 months ago
crashGG 2f35493d22
scanline-modern-ex.fx Minor optimizations and adjustments (#3732)
scanline-modern-ex Minor optimizations and adjustments
2 months ago
Stenzek 970e191fab
Qt: Improve debugger arrow drawing 2 months ago
Stenzek 9f385b27f9
Qt: Fix last-data buffer management in MemoryViewWidget 2 months ago
Stenzek 9a410416ef
Qt: Fix incorrect colour of bytes in debugger 2 months ago
Stenzek f080e798e9
Qt: Fix possible underflow in debugger wheelEvent() 2 months ago
Stenzek acbb76c00d
Qt: Fix off-by-one in edit RAM callback 2 months ago
Stenzek f7d937cb05
Qt: Fix debugger ignoring all messages 2 months ago
Stenzek 9950e2243f
SoundEffectManager: Fix low chance of deadlock on shutdown 2 months ago
Stenzek bbe65219a2
ImGuiManager: Support multiple text fonts 2 months ago
Stenzek 38bbc115c5
Data: Add additional fonts 2 months ago
Stenzek 8ddaac3265
Achievements: Add alpha to progress bars 2 months ago
Stenzek d1f5975888
FullscreenUI: Fix load/save state leaving system paused 2 months ago
Stenzek d2e770131d
dep/rcheevos: Increase the time the progress tracker is shown 2 months ago
Stenzek 6513e47784
Achievements: Add progress indicator mode option
Show the title by default.
2 months ago
Stenzek 122bd30ba0
Qt: Move RAIntegration setting to advanced settings
Out of space in the main page...
2 months ago
Stenzek 86fd69332e
Qt: Use better title for capture file name format 2 months ago
Stenzek 00908b1b10
Qt: Remove some unnecessary includes 2 months ago
Stenzek 54c6a9faa5
Hotkeys: Make more formatting-friendly 2 months ago
Stenzek b2d0fbdcb6
clang-format: Add lambda options 2 months ago
Stenzek 735dc5ba2a
Core: Centralize the async task queue
Will be needed for multithreaded shader compilation, and it was
duplicated code anyway.
2 months ago
Stenzek 348eaeef6f
TaskQueue: Support single-threaded operation 2 months ago
Stenzek 56783acc7f
Qt: Use delete icon for restoring custom titles 2 months ago
Stenzek 0b6d41e634
Achievements: Don't defer badge prefetch on game load
No longer needed since I'm counting requests.
2 months ago
Stenzek 70c6d5a1d7
VideoThread: Move private functions into own file 2 months ago
Stenzek 678b6101e7
System: Move more core functionality out of file
This file got way too large and has too much unrelated stuff.
2 months ago
Stenzek cc1775f0be
System: Move Discord presence into its own file 2 months ago
Stenzek 71dafa7198
System: Move socket multiplexer into GDBServer
That's the only place it's used now.
2 months ago
Stenzek 85c0b4eff1
System: Move gamescope screensaver hack to QtHost 2 months ago
Stenzek 153fa1d235
Core: Get rid of base settings layer overrides
Not needed for Android since that will eventually use a different
mechanism.
2 months ago
Stenzek 28297a3aec
VideoThread: Pass clamped dimensions to thread 2 months ago
Stenzek 242b4b8146
FullscreenUI: Fix files showing in directory selector 2 months ago
Stenzek c1d24b4e9c
dep/cubeb: Bump to a37dadd 2 months ago
Stenzek dea0480166
AudioStream: Reintroduce XAudio2 backend
With device selection/lower latency this time.
2 months ago
Stenzek 5d92da522b
TimingEvents: Remove ticks_late parameter
Since we run events incrementally, it will never be "late" from the
handler's perspective. This has been the case for some time now.
2 months ago
Stenzek 53c4176a17
CPU/CodeCache: Don't skip filling backprop for first instruction 2 months ago