Commit Graph

11792 Commits (v0.1-11295)
 

Author SHA1 Message Date
Stenzek 3a10c16b10
Qt: Slight tweak to OSD settings panel widths
Keeping the dialog fitting in 768p is proving near impossible...
2 months ago
Stenzek 0861840201
FullscreenUI: Fix temporary challenge icons missing in pause menu 2 months ago
Stenzek 2ca8307512
FullscreenUI: Fix loading screen drawing with non-zero minimum 2 months ago
Stenzek 678c2ec357
FullscreenUI: Fix InputStringDialog not clearing text 2 months ago
Stenzek 9e82d216a6
FullscreenUI: Fix typo in MenuImageButton()
But doesn't matter since it's not used.
2 months ago
Stenzek 69b3958f4b
FullscreenUI: Use icon in both AlertPrompt() and ConfirmPrompt() 2 months ago
Stenzek ccce159d03
FullscreenUI: Fix game grid titles drawing even when disabled
They were getting covered up, but still wasting CPU time.
2 months ago
Stenzek adff8db0af
FullscreenUI: Improve sort operator consistency 2 months ago
Stenzek 7120a4ac60
FullscreenUI: Fix possible divide by zero in achievement summary 2 months ago
Stenzek f685648a5f
FullscreenUI: Fix leaderboard ID/format not caching in pause menu
Icon would not be correct in some situations, and it would always
realloc.
2 months ago
Stenzek 1917421f8a
FullscreenUI: Use correct active state for timed indicator removal 2 months ago
Stenzek 1e570edaad
FullscreenUI: Fix first achievement notification not triggering run-idle 2 months ago
Stenzek f0fdd069ab
FullscreenUI: Fix most_recent_progress_update not resetting 2 months ago
Stenzek 3836986c40
Qt: Expose VRAM and SPU VRAM in memory editor/debugger 2 months ago
Stenzek 9251991448
ImGuiOverlays: Use PopupHighlight for save state selector
Makes it actually visible in some themes.
2 months ago
Stenzek 414b0b3b47
CDImage: Fix OpenCHD() opening non-chd files 2 months ago
Stenzek 015bfedb4b
FullscreenUI: Align fade transition times to frame rate 2 months ago
Stenzek d6a7f9019a
FullscreenUI: Tweak fade transition times
Didn't realise how unnoticeable they were at 60hz..
2 months ago
Stenzek 614d24c4d0
FullscreenUI: Fix pause icon not re-displaying on menu close 2 months ago
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