Henrik Rydgård
0ff721f954
DrawFPS: Don't snprintf into the same buffer used as a parameter
2023-09-17 13:45:34 +02:00
Henrik Rydgård
e829c97d7e
Merge pull request #18154 from GermanAizek/excess-cstr
...
Core, UI, Windows: Removed excess converting C-string in params
2023-09-15 16:53:21 +02:00
German Semenov
c498a42e92
Core, UI, Windows: Removed excess converting C-string in params
2023-09-15 13:54:11 +03:00
German Semenov
c27481d637
GPU, VFS, UI: Fixed minor memleaks
2023-09-15 12:23:54 +03:00
Henrik Rydgård
8784ece623
Fix the chat window closing on pressing the X key.
...
It's better to handle the chat window on the queued event path.
2023-09-12 10:25:04 +02:00
Henrik Rydgård
e5a0788952
RetroAchievements audio customization: Fix checks for WAV file format
2023-09-11 22:55:59 +02:00
Henrik Rydgård
4df4adb936
Fix closing the chat window with ESC, see #18134
2023-09-11 17:37:50 +02:00
Henrik Rydgård
859a31b221
Attempt to address a weird crash, or at least make it happen in the right spot.
2023-09-11 15:37:35 +02:00
Henrik Rydgård
72be2f5459
Restore the D-Pad behavior (see #18028 )
2023-09-11 11:41:29 +02:00
Henrik Rydgård
43e792fb71
Move RetroAchievements to the Tools tab.
2023-09-11 10:47:34 +02:00
Henrik Rydgård
e0c5857927
Tilt analog settings: Fix failure to reinitialize tilt_ when creating views.
...
This caused crashes due to tilt_ ending up pointing to a deleted object
after recreate instead of null (in which case we would have avoided the
writes).
Fixes #18105
2023-09-08 15:50:57 +02:00
Henrik Rydgård
6c6fffed73
Add fp64 to credits list
2023-09-08 12:51:57 +02:00
Henrik Rydgård
d8f4f50ecb
Merge pull request #18100 from unknownbrackets/savedata-search
...
UI: Fix search within savedata screen
2023-09-08 08:35:08 +02:00
Henrik Rydgård
ce4ee78157
Merge pull request #18099 from unknownbrackets/include-guards
...
Build: Add some missing include guards.
2023-09-08 08:33:53 +02:00
Unknown W. Brackets
23b05b9037
UI: Fix search within savedata screen.
2023-09-07 17:34:23 -07:00
Unknown W. Brackets
cec9dbbdf7
Build: Add some missing include guards.
2023-09-07 17:14:58 -07:00
Henrik Rydgård
9993df5e77
Remove some redundant strings in sys info (GL precision).
...
As montioned in #18045
2023-09-06 17:40:42 +02:00
Henrik Rydgård
fca80f2a9d
Move Encore Mode to Achievements developer tools tab
2023-09-06 10:36:42 +02:00
Henrik Rydgård
cd79d120d8
Don't log warnings on missing RA login secret. Also don't even check unless a username has been set.
2023-09-06 10:34:32 +02:00
Henrik Rydgård
12460d1b8c
Avoid double-processing of input event caused by the overlay screen.
...
Fixes #18070
2023-09-05 16:43:45 +02:00
Henrik Rydgård
95e86c73b8
SasAudio: Some cleanup and debug overlay improvements
...
Shows "BAD" in the overlay if address out of range.
Which does happen in Afterburner, see issue #14010 .
2023-09-05 12:15:13 +02:00
Henrik Rydgård
67cb466ee1
Allow using a file browser to choose UMDs during disc change.
2023-09-04 21:43:10 +02:00
Henrik Rydgård
412c3a0cd9
Merge pull request #18065 from hrydgard/dismiss-notifications
...
Add ability to dismiss notifications
2023-09-04 12:46:50 +02:00
Henrik Rydgård
78c064cc96
Bypass normal UI messages to avoid slowing down unsynchrononized touch messages.
2023-09-04 11:09:54 +02:00
Henrik Rydgård
109205a56a
Add return value to UnsyncTouch
2023-09-04 11:00:06 +02:00