Henrik Rydgård
5dc169ecbe
Fix more race conditions if you exit during game bootup
2026-02-24 00:56:45 +01:00
Henrik Rydgård
25392ef6fd
Add a workaround for boot-up crashes caused by switching away from the app while waiting for the boot-up thread to finish
2026-02-24 00:56:45 +01:00
Henrik Rydgård and GitHub
e1b5e076fa
Merge pull request #21294 from hrydgard/filesystem-times
...
Add compat flag to freeze reported file creation times. Helps Silent Hill: Shattered Memories
2026-02-23 15:52:48 +01:00
Henrik Rydgård
3dc7aa4a65
Add workaround for the Silent Hill: Shattered Memories. Thanks fcrwr!
...
Fixes #13781
2026-02-23 15:19:03 +01:00
Henrik Rydgård
b4a6764a53
Fix null pointer deref in ImGe, thanks fcrwr
2026-02-23 15:13:46 +01:00
Henrik Rydgård
8f138a76f6
Small refactor in DirListing.cpp
2026-02-23 14:22:30 +01:00
Henrik Rydgård and GitHub
034ee0a106
Merge pull request #21293 from hrydgard/assorted-prep
...
Assorted prep
2026-02-23 13:20:30 +01:00
Henrik Rydgård
5be7a43b86
Revert "Check for valid draw context a little earlier in boot."
...
This reverts commit 045368656f .
2026-02-23 11:53:50 +01:00
Henrik Rydgård
dac8ccff1d
Gamescreen: Reload savedataSize on open
2026-02-23 11:48:34 +01:00
Henrik Rydgård
16a79e12b6
Scrollview: Disallow scrolling with mouse buttons other than the first.
...
Some logging cleanup
2026-02-23 11:48:11 +01:00
Henrik Rydgård
74053b4293
Bump gradle again
2026-02-23 11:19:40 +01:00
Henrik Rydgård
aa750157c9
Add support for high-precision file timestamps on Windows
2026-02-23 11:17:47 +01:00
Henrik Rydgård
dac2407a36
sceIo: Add support for microseconds in filetimes (not implemented in platforms yet)
2026-02-23 11:04:17 +01:00
Henrik Rydgård and GitHub
5fa5bb2ab8
Merge pull request #21290 from Saramagrean/patch-1
...
Update Thai translations in th_TH.ini
2026-02-23 08:48:22 +01:00
Henrik Rydgård and GitHub
b91285eb6f
Merge pull request #21291 from hrydgard/fullscreen-mode-test
...
Windows fullscreen mode: Don't forget to set the WS_POPUP flag, Mahjongg Artifacts fix
2026-02-23 00:29:54 +01:00
Henrik Rydgård
202259eb09
Add a quick workaround for Mahjongg Artifacts framebuffer expiration.
...
Fixes #15828 , well at least except for savestate support.
2026-02-22 23:42:13 +01:00
Henrik Rydgård
a5e6e2ae4a
Don't forget to set the WS_POPUP mode on the window when fullscreen, some drivers rely on that for tricks.
2026-02-22 23:35:18 +01:00
Benjamin Benda Gates and GitHub
54bf89b839
Update Thai translations in th_TH.ini
2026-02-22 22:00:28 +07:00
Henrik Rydgård and GitHub
d81785496f
Merge pull request #21285 from hrydgard/lang-fixes
...
Minor translation fixes
2026-02-20 10:21:24 +01:00
Henrik Rydgård
113177dc8c
Add missing placeholder strings
2026-02-20 09:44:42 +01:00
Henrik Rydgård
23ca66474c
Correct some minor translation issues
2026-02-20 09:43:22 +01:00
Henrik Rydgård
57dffcb571
Refactor langtool a bit
2026-02-20 09:42:58 +01:00
Henrik Rydgård
eb56b9e0c6
Correct bug where MainScreen wasn't updated after a language change in settings
2026-02-20 09:28:04 +01:00
Henrik Rydgård and GitHub
d22f4b4741
Merge pull request #21284 from hrydgard/more-code-cleanup
...
More UI and code cleanup
2026-02-19 16:54:40 +01:00
Henrik Rydgård
61fd0430e5
Update strings for the adhoc mode message
2026-02-19 16:43:55 +01:00
Henrik Rydgård
e0ed2bfd41
Additional pause screen flicker fix
2026-02-19 16:17:03 +01:00
Henrik Rydgård
b6668b3a75
Fix text wrapping problem on TiltAnalogSettingsScreen
2026-02-19 16:15:33 +01:00
Henrik Rydgård
7c8b759141
Show default on some more settings with the new mechanism. Not sure if this is actually a good thing or just messy
2026-02-19 16:15:26 +01:00
Henrik Rydgård
c9f5b5e3ab
Make default show up like before
2026-02-19 16:06:42 +01:00
Henrik Rydgård
40a5cd1509
Minor logging improvement, refresh gamescreen on deleted savedata
2026-02-19 16:05:00 +01:00
Henrik Rydgård and GitHub
d26a4a62ba
Merge pull request #21282 from hrydgard/valgrind-fixes
...
Fix a bunch of memory problems found by valgrind
2026-02-19 12:35:31 +01:00
Henrik Rydgård
5aeb38412d
Fix another valgrind warning
2026-02-19 11:46:14 +01:00
Henrik Rydgård
5a5c7028b9
Assorted warning fixes and data initialization to please valgrind
2026-02-19 11:24:46 +01:00
Henrik Rydgård
412bbb268a
SaveState: Fix memory bug (can't safely pass string_view into a lambda)
2026-02-19 11:07:48 +01:00
Henrik Rydgård and GitHub
20f1714e6e
Merge pull request #21280 from Kethen/adhoc_stuffs
...
Adhoc relay server: Auto/Yes/No instead of checkbox
2026-02-19 10:47:07 +01:00
Henrik Rydgård and GitHub
ef6ba23301
Merge pull request #21281 from hrydgard/minor-ui-2
...
More UI tweaks, split out hints from some translation strings
2026-02-19 10:06:32 +01:00
Katharine Chui
3e11b33e6f
coding style fixes
...
- fix switch case formatting
- use utility function equals to compare strings that can be std::string_view
- do not default initialize strings with ""
2026-02-19 01:14:02 +01:00
Henrik Rydgård
8584f804e0
Android: Remove the unused ability to override the lang path
...
Attempt at crash fix in ReportScreen
2026-02-19 00:46:16 +01:00
Henrik Rydgård
aa2c9e2408
Add sanity check to frame timing
2026-02-19 00:35:33 +01:00
Henrik Rydgård
1c049b63d5
Throw in a safety check in JitBlockCache::DestroyBlock.
2026-02-19 00:30:39 +01:00
Henrik Rydgård
f353052f87
Split out hint from a few translation strings
2026-02-19 00:15:49 +01:00
Henrik Rydgård
e8927ddf3e
langtool: Add new feature to split keys with descriptions into separate key/value
2026-02-19 00:15:49 +01:00
Henrik Rydgård
f359c1b3b1
More flicker elimination on pause screen
2026-02-19 00:15:49 +01:00
Henrik Rydgård
4501550faa
More settings tweaks
2026-02-19 00:15:49 +01:00
Henrik Rydgård
f036c907a8
Correct display of default for lens flare occlusion on Android/iOS
2026-02-19 00:15:49 +01:00
Henrik Rydgård and GitHub
4566bd2aad
Merge pull request #21279 from TotalCaesar659/patch-1
...
Update Russian translation
2026-02-18 22:34:36 +01:00
Katharine Chui
b3b9e90403
expand adhoc server list
...
Add various data fields and logic to handle:
- automatic adhoc data mode handling
- future UI expension on server list
- future support for automatically downloaded/user provided server list
2026-02-18 19:22:38 +01:00
Henrik Rydgård and Katharine Chui
20dac95d7d
Translation
2026-02-18 19:18:43 +01:00
Henrik Rydgård and Katharine Chui
4477396045
AdHoc relay server: Replace checkbox with "Auto" / "On" / "Off"
2026-02-18 19:18:42 +01:00
Henrik Rydgård and GitHub
12762879e4
Merge pull request #21278 from hrydgard/minor-ui
...
Minor UI tweaks
2026-02-18 19:10:40 +01:00