Commit graph

42590 commits

Author SHA1 Message Date
Henrik Rydgård
2cc631338b Correctly unload GE framedumps. Additionally, look up the title when possible and show in titlebar. 2025-03-06 14:58:33 +01:00
Henrik Rydgård
3ab625a0fa Windows: Lock when updating the window title 2025-03-06 14:24:40 +01:00
Henrik Rydgård
c36375d6c8 Don't enable "full iso ram caching" for filetypes other than ISO. 2025-03-06 13:57:05 +01:00
Henrik Rydgård
87199bacaa Minor tweaks, comments and fixes 2025-03-06 13:37:38 +01:00
Henrik Rydgård
fd09a2be27 OpenGL crashfix in dump replay 2025-03-06 10:33:45 +01:00
Henrik Rydgård
6dbfa85bce DevMenu: Hide the option to record a framedump if one is being played back 2025-03-06 10:33:44 +01:00
Henrik Rydgård
2b9d8b2c18 Fix hang issue with dragging games into the window (Windows) 2025-03-06 10:33:44 +01:00
Henrik Rydgård
9ac5134c55 Don't ask for confirmation-on-exit when running GE frame dumps 2025-03-06 10:33:44 +01:00
Henrik Rydgård
9703a57c94
Merge pull request #19915 from hrydgard/android-mouse-work
Android: Improve mouse input
2025-03-06 00:10:31 +01:00
Henrik Rydgård
725f72a5e3 More workarounds. Now things seem reasonably tight even on devices with broken mouse support like Poco F1 2025-03-05 23:26:30 +01:00
Henrik Rydgård
9049139845 imgui: Simulate the left mouse button through touch 2025-03-05 23:26:30 +01:00
Henrik Rydgård
8674488859 Android: Handle mouse events separately from touch events
Use the new modern events like HOVER.
2025-03-05 23:26:30 +01:00
Henrik Rydgård
beb3eafa1f Declare that we can handle mouse events 2025-03-05 23:26:30 +01:00
Henrik Rydgård
7ee999e424 Qt: Don't forget the mouse flags 2025-03-05 23:26:30 +01:00
Henrik Rydgård
9c94c3f0a2
Merge pull request #20082 from hrydgard/gradle-upgrade
Yet another gradle upgrade
2025-03-05 23:26:18 +01:00
Henrik Rydgård
3c954f795d Yet another gradle upgrade 2025-03-05 22:46:32 +01:00
Henrik Rydgård
5d9231e226
Merge pull request #20081 from hrydgard/daniel-swedish
Daniel's Swedish translation improvements
2025-03-05 22:45:40 +01:00
Henrik Rydgård
25cb919f17 Daniel's Swedish translation improvements 2025-03-05 22:44:21 +01:00
Henrik Rydgård
92c37bac02
Merge pull request #20079 from hrydgard/touch-control-layout-game-background
Touch control layout editor: Resize the game image to fit the editing surface
2025-03-05 18:28:35 +01:00
Henrik Rydgård
c90552ccc1 Allow creating custom touch buttons and gestures that toggle the ImDebugger 2025-03-05 18:05:25 +01:00
Henrik Rydgård
5549fddae5 Touch control layout screen: Resize the game image to fit the editing surface
Makes it easier to place controls properly.

Note, if you have disabled "Transparent UI background" in settings, this
won't do much.

This is a long-requested feature: #16228
2025-03-05 18:00:49 +01:00
Henrik Rydgård
20290b0202
Merge pull request #20074 from hrydgard/logging-cleanup
More logging cleanup
2025-03-05 17:43:33 +01:00
Henrik Rydgård
d7fe62badf Fix odd vtimer error code discrepancy 2025-03-05 17:02:46 +01:00
Henrik Rydgård
01d96fd949 Linux warning fixes 2025-03-05 17:02:46 +01:00
Henrik Rydgård
0f9c97c2a0 Another big batch of logging cleanup 2025-03-05 17:02:46 +01:00
Henrik Rydgård
607f4cc3e5 More 2025-03-05 17:02:46 +01:00
Henrik Rydgård
ad2791a9cf More HLE logging cleanup 2025-03-05 17:02:46 +01:00
Henrik Rydgård
47ef0e9b6e More logging refactoring 2025-03-05 17:02:46 +01:00
Henrik Rydgård
cb180bf781 A lot of log cleanup. It's quite useful as a forcing function to find missing logs. 2025-03-05 17:02:46 +01:00
Henrik Rydgård
41e3591c8a Clean up logging in the FPL functions 2025-03-05 17:02:46 +01:00
Henrik Rydgård
759726814c Update Atrac::SetData 2025-03-05 17:02:46 +01:00
Henrik Rydgård
1678c141ba Update Atrac->Analyze 2025-03-05 17:02:46 +01:00
Henrik Rydgård
d88487e7fd Update AA3Analyze 2025-03-05 17:02:46 +01:00
Henrik Rydgård
70543c0363 Update AnalyzeTrack 2025-03-05 17:02:46 +01:00
Henrik Rydgård
7e3e944e3b Update GetSecondBufferInfo 2025-03-05 17:02:46 +01:00
Henrik Rydgård
619b9dde3c
Merge pull request #20077 from hrydgard/more-fixes
Implement "WLAN Off" dialog, seen in rare games, plus deadlock fix
2025-03-05 16:13:21 +01:00
Henrik Rydgård
6ddfcca0e7 Logspam fix 2025-03-05 14:02:17 +01:00
Henrik Rydgård
57ba231921 Repurpose the removed "PPSSPP doesn't support online" dialog to supply warning about WLAN switch off. 2025-03-05 13:43:50 +01:00
Henrik Rydgård
165cc998af Fix translatability of "UI volume" string
See #20075
2025-03-05 13:41:39 +01:00
Henrik Rydgård
fed476bc94 Fix rare deadlock in Vulkan shader compilation.
Hopefully won't introduce new problems..
2025-03-05 13:34:45 +01:00
Henrik Rydgård
297a642b2a
Merge pull request #20076 from hrydgard/log-system-fix
Fix issue with hleLogDebugOrError where the return value argument got repeated
2025-03-05 12:23:29 +01:00
Henrik Rydgård
db715bcc9c stdout logging: Sanitize control characters 2025-03-05 11:24:44 +01:00
Henrik Rydgård
1f5cfe82ed Fix issue with hleLogDebugOrError where the return value argument got repeated.
Not good when the argument is a function call..
2025-03-05 11:24:44 +01:00
Henrik Rydgård
b9843f3000
Merge pull request #20075 from Saramagrean/patch-2
Update th_TH.ini
2025-03-05 10:20:07 +01:00
Benjamin Benda Gates
fa169873a9
Update th_TH.ini 2025-03-05 11:25:06 +07:00
Henrik Rydgård
5712cf93e9
Merge pull request #20071 from hrydgard/fixed-roliveosc-2
es_ES translation update by roliverosc
2025-03-03 15:44:37 +01:00
Henrik Rydgård
ec16aa64d0
Merge pull request #20072 from hrydgard/debugger-threading-improvements
UI threading improvements
2025-03-03 15:19:43 +01:00
Henrik Rydgård
9e2946f0d4 Fix some minor translation mistakes, add missing strings 2025-03-03 15:19:20 +01:00
Henrik Rydgård
a0be7e5006 Minor 2025-03-03 15:19:20 +01:00
Henrik Rydgård
0351eab366 langtool: Add new command "get-new-keys", to find keys in translated languages that are not in en_US.ini, verbose flag 2025-03-03 15:19:20 +01:00