Commit Graph

10463 Commits (5a7094b8121a9072949072530739b50382e38acc)
 

Author SHA1 Message Date
Stenzek 5a7094b812
Achievements: Use consistent icon style in list 1 week ago
Stenzek 5818a05be3
Achievements: Add point count to unlock popup 1 week ago
Stenzek b237604ac7
GPUDevice: Don't log warning for WARP driver 1 week ago
Anderson Cardoso eb23999d6d
Atualização Português do Brasil (#3593)
Atualizado para a última versão
1 week ago
zkdpower 7414ed92e4
Update the Simplified-Chinese Translation. (#3592) 1 week ago
Stenzek 326a6e391f
CMake: Fix scmversion.cpp always updating on Mac 2 weeks ago
Stenzek 6432ac103f
Qt: Fix non-rounded buttons in achievement login 2 weeks ago
Stenzek 8775ca0ff9
Qt: Convert more message boxes to window modal 2 weeks ago
Stenzek db7598ffa6
Qt: Use message box wrapper functions 2 weeks ago
Stenzek d9e363f848
Qt: Add message box helpers
Because the standard Qt message boxes look terrible on MacOS.

Using the helpers prevents the stylesheet from breaking liquid ass.

Also styles the dialog so the title isn't hidden.
2 weeks ago
Stenzek 2fb3773591
Qt: NativeThemeStylesheetNeedsUpdate() should not apply to Fusion 2 weeks ago
Stenzek 0776e2f9c3
Qt: Clear style sheet before applying theme 2 weeks ago
Stenzek e48649bc26
FullscreenUI: Remove unused variable 2 weeks ago
Stenzek 9fa8b17cb5
FullscreenUI: Fix a couple of missing strings 2 weeks ago
Stenzek 3d6c042ffd
FullscreenUI: Fix missing lock for settings read 2 weeks ago
Stenzek 93b4c3467f
FullscreenUI: Fix missing logo on landing page 2 weeks ago
Stenzek cab6669eb7
DMA: Speed up RAM write with CDROM speedup
Might make it ever-so-slightly more reliable. The number of cycles is
pretty small though, ~500 or so.
2 weeks ago
Stenzek 751781325c
Settings: Remove CD speedup above 6x
In the majority of games it just crashes. Maximum is safer.
2 weeks ago
zkdpower b4a868c5c9
Update the Simple-Chinese Translation to latest. (#3591) 2 weeks ago
Mario 9977e1dca0
FullscreenUI: Disable rewind options when runahead is enabled (#3589) 2 weeks ago
Stenzek aa980a44cd
GPU: Don't save settings to save state 2 weeks ago
Stenzek a52020bcfc
DMA: Reduce linked list header read time
Closer to console.
2 weeks ago
Stenzek f2dd91c874
RegTest: Compile fix 2 weeks ago
Stenzek 9ca1c9730f
Mini: Compile fix 2 weeks ago
Stenzek 476c1c5b9d
FullscreenUI: Make OpenOrUpdateLoadingScreen() thread safe 2 weeks ago
Stenzek 45d3c66579
FullscreenUI: Simplify game properties state
Only allow scanned games to be changed like the Qt UI, makes everything
much simpler.
2 weeks ago
Stenzek 32aa86a608
FullscreenUI: Move achievements to its own file 2 weeks ago
Stenzek bed758a75b
FullscreenUI: Move translation strings to own file 2 weeks ago
Stenzek 10a7d8ad4d
FullscreenUI: More scope clean up 2 weeks ago
Stenzek f4f8aa587e
FullscreenUI: Defer more resource loads
That way we're not compiling the background shader (if any) when we're
just using the pause menu.
2 weeks ago
Stenzek cc2ee00681
FullscreenUI: Split game list into its own file 2 weeks ago
Stenzek dc7a7ed6bb
FullscreenUI: Split settings into its own file 2 weeks ago
Stenzek ba28a3fb3c
Achievements: Cache user badge path 2 weeks ago
Stenzek 2bc387fe33
FullscreenUI: Fix returning to window that was open
e.g. disc swap hotkey
2 weeks ago
Stenzek b1cd5625f2
System: Don't add to the pause timer when we're already paused 2 weeks ago
Stenzek 983cde33bc
FullscreenUI: Make notifications/toasts thread-safe 2 weeks ago
Stenzek 8c25144abb
FullscreenUI: Always initialize widgets
That way notifications etc can be used independently of FSUI.
2 weeks ago
Stenzek 9cbcf78090
FullscreenUI: Move transition handling to widgets file 2 weeks ago
Stenzek e36ea9e3a8
FullscreenUI: Remove more redundancy 2 weeks ago
Stenzek fab4b05bc8
FullscreenUI: Remove ImGuiFullscreen namespace 2 weeks ago
Stenzek 836fd9bcfb
FullscreenUI: Make file naming consistent 2 weeks ago
Stenzek 1fbf083987
FullscreenUI: Move ImGuiFullscreen to core 2 weeks ago
Stenzek 2c03fb915c
ImGuiManager: Use static key map
No need to dynamically look it up now, since we're using USB key codes
everywhere.
2 weeks ago
Stenzek 5653f8dd64
ImGuiManager: Don't let non-imgui keys through
Stops hotkeys bound to some keys from activating in pause menu.
2 weeks ago
Stenzek bae05a7f67
SDLInputSource: Change default for WGI to off
Changed in SDL 3.2.24.
2 weeks ago
Stenzek 7deb374cf9
Deps: Hopefully work around path length limits 2 weeks ago
Stenzek 33a342751a
Deps: Remove build directory after each library
Hopefully work around running out of space on the runners.
2 weeks ago
Stenzek f2291eaaff
Deps: Build Qt Declarative/ShaderTools
Needed for Linguist now.
2 weeks ago
Stenzek 8520e3f94d
System: Work around lupdate bug causing hang 2 weeks ago
Stenzek a49d0b665f
PostProcessing/GLSL: Skip recompile on target size change
This is specific to reshade.
2 weeks ago