Commit Graph

39704 Commits

Author SHA1 Message Date
Henrik Rydgård
7cff030ef2
Merge pull request #18736 from hrydgard/cwcheat-wait-gameinfo
CwCheats: Retry looking in g_gameInfoCache until the data is there.
2024-01-20 22:36:52 +01:00
Henrik Rydgård
f1d19cd736 CwCheats: Retry looking in g_gameInfoCache until the data is there.
Replaces #18733

Fixes at least one instance of #18694, don't know if there are other
causes.
2024-01-20 20:07:38 +01:00
Jaakko Saarikko
19bc002472
Update fi_FI.ini 2024-01-20 20:19:18 +02:00
Henrik Rydgård
97647a561d
Merge pull request #18734 from hrydgard/more-sdl-fallback-font-work
SDL fallback fonts: Add more font names
2024-01-20 15:36:25 +01:00
Henrik Rydgård
f77adec8af Unrelated, but return true to SYSPROP_HAS_KEYBOARD in SDL. 2024-01-20 11:23:58 +01:00
Henrik Rydgård
1553931163 SDL: Add more fallback font names, greatly speed up fallback font handling 2024-01-20 11:22:05 +01:00
Henrik Rydgård
5de1a5f03e
Merge pull request #18732 from hrydgard/linux-fallback-fonts
SDL fonts: Add "Droid Sans Fallback" to the list of fallback fonts.
2024-01-19 23:48:19 +01:00
Henrik Rydgård
2007621ec3 Add "Droid Sans Fallback" to the list of fallback fonts.
This can be easily installed on apt based distros using:

sudo apt install fonts-droid-fallback

And provides all the characters we need.
2024-01-19 22:53:16 +01:00
Jaakko Saarikko
3cb2cb4472
Update fi_FI.ini
Updating finnish translation
2024-01-19 23:08:43 +02:00
Henrik Rydgård
c4ad63dd5b
Merge pull request #18731 from hrydgard/improve-crash-info
Improve crash screen info
2024-01-19 19:06:21 +01:00
Henrik Rydgård
f7785a56f4 Add some tips to the crash screen 2024-01-19 17:05:30 +01:00
Henrik Rydgård
7feae30c41 Move the crash and FPS overlays to DebugOverlay.cpp/h 2024-01-19 16:52:42 +01:00
Henrik Rydgård
98e0d30d9e
Merge pull request #18729 from hrydgard/even-more-beta-fixes
More UI fixes
2024-01-19 16:42:30 +01:00
Henrik Rydgård
b71ccfdb71 CwCheats: Add ms unit, rename to Refresh Interval. 2024-01-19 15:12:53 +01:00
Henrik Rydgård
7a318b46e8 Draw the line between the tabs and contents as a spacer instead of custom code. 2024-01-19 14:56:29 +01:00
Henrik Rydgård
0e03b66a95 Make vertical tabs scrollable 2024-01-19 14:56:29 +01:00
Henrik Rydgård
f73d0587d4 Comments, make locking more consistent in GameInfoCache 2024-01-19 14:56:29 +01:00
Henrik Rydgård
52b526e825
Merge pull request #18728 from hrydgard/translation-no-alloc
Remove allocation on translation key lookup
2024-01-19 14:55:58 +01:00
Henrik Rydgård
ff0a9f2417 Remove allocation on translation key lookup 2024-01-19 14:11:18 +01:00
Henrik Rydgård
10d16ea488
Merge pull request #18725 from hrydgard/additional-beta-fixes
Additional beta fixes
2024-01-19 00:45:12 +01:00
Henrik Rydgård
103d8b1019 Don't apply smart 2d texture filter to video. 2024-01-18 23:38:44 +01:00
Henrik Rydgård
902b73698f Slight improvement to extra assert info (set special info on pause screen) 2024-01-18 23:00:43 +01:00
Henrik Rydgård
74f5be02a1 GameInfo: Try to reduce the locking a bit. 2024-01-18 22:52:56 +01:00
Henrik Rydgård
e5339bdaa2 Fix issue on EmuScreen after a crash 2024-01-18 22:08:33 +01:00
Henrik Rydgård
e29f59a102 GameInfoCache: Move some I/O out of the mutex. There's more to do. 2024-01-18 20:04:29 +01:00
Henrik Rydgård
71354d0189 Webserver: Reduce connection timeout 2024-01-18 20:04:02 +01:00
Henrik Rydgård
bfe16fdf4e EmuScreen: Need to call UIContext::BeginFrame at some point in all cases. 2024-01-18 18:49:16 +01:00
Henrik Rydgård
457681f15e
Merge pull request #18724 from hrydgard/restart-graphics-windows
Windows: Add "Restart Graphics" to the debug menu.
2024-01-18 18:46:35 +01:00
Henrik Rydgård
b899a178bf Change approach (call from NativeFrame instead). Add Mac support 2024-01-18 18:21:12 +01:00
Henrik Rydgård
d45f95e304 Limit to Windows to fix linker error 2024-01-18 16:08:23 +01:00
Henrik Rydgård
d51da3ca60 Windows: Add "Restart Graphics" to the debug menu. Useful to debug resource lifetime issues. 2024-01-18 15:57:45 +01:00
Henrik Rydgård
7918e49a24
Merge pull request #18723 from hrydgard/requester-tokens
Fix a particular type of race condition in file dialog requests
2024-01-18 14:53:39 +01:00
Henrik Rydgård
1304d04161 Fix a particular type of race condition in file dialog requests
It seems to be possible for a user to back out of a screen before
receiving the "dialog completed" callback on Android, in which case
things pointed to by the callback might be gone.

In this case, it's better to simply not call the callback, rather than
crashing.

This is accomplished by assigning "Tokens" to screens that cause
requests, and in ~Screen, invalidate any pending requests belonging to
that token.
2024-01-18 12:25:55 +01:00
Henrik Rydgård
b4122ef1f4
Merge pull request #18722 from hrydgard/neon-conversions
Fix NEON compilation error on strict compilers.
2024-01-18 11:20:35 +01:00
Henrik Rydgård
531f145e0b Fix NEON compilation error on strict compilers. Fixes #18688 2024-01-18 10:38:30 +01:00
Henrik Rydgård
7affb1b8ae
Merge pull request #18721 from hrydgard/fix-pause-screen-old-mali
EmuScreen: Use CLEAR instead of DONT_CARE to help the render pass merger.
2024-01-18 10:33:54 +01:00
Henrik Rydgård
3967d074bf EmuScreen: Use CLEAR instead of DONT_CARE to help the render pass merger.
Should fix #18720

We need to annotate store mode properly too, in order to merge passes
that load with DONT_CARE.

The reason it's a problem that we fail to merge renderpasses is that old
Mali drivers get things in a terribly wrong state if you submit an empty
renderpass.
2024-01-18 09:44:40 +01:00
Henrik Rydgård
7627de4846
Merge pull request #18718 from hrydgard/fix-running-prx-on-scoped-storage
Android: Fix running plain PRXs on scoped storage. Minor cleanup.
2024-01-18 01:06:52 +01:00
Henrik Rydgård
d1fb213750 Cleaner way 2024-01-18 00:54:04 +01:00
Henrik Rydgård
554a89bb9c
Merge pull request #18719 from hrydgard/update-rcheevos-again
Update rcheevos yet again
2024-01-18 00:40:03 +01:00
Henrik Rydgård
4fea6eeaab Try a compromise with the paths 2024-01-18 00:29:27 +01:00
Henrik Rydgård
ffe64c2305 Sneak in catching an Android exception 2024-01-18 00:29:07 +01:00
Henrik Rydgård
ff12ff1345 Android: Fix running plain PRXs on scoped storage. Minor cleanup. 2024-01-18 00:22:51 +01:00
Henrik Rydgård
9555563ad2 Update rcheevos yet again 2024-01-18 00:20:37 +01:00
Henrik Rydgård
8b5f9328fb
Merge pull request #18717 from hrydgard/gradle-deprecations
Fix some gradle deprecation warnings
2024-01-18 00:09:59 +01:00
Henrik Rydgård
01370ab099 Fix some gradle deprecation warnings 2024-01-17 23:43:00 +01:00
Henrik Rydgård
1f3da0583e Upgrade gradle again 2024-01-17 23:38:49 +01:00
Henrik Rydgård
ae4255d463
Merge pull request #18716 from hrydgard/new-validation-fixes
New Vulkan validation fixes
2024-01-17 23:06:07 +01:00
Henrik Rydgård
ce2163eb93 Vulkan MSAA: Avoid creating backbuffer renderpasses with the wrong sample count, oops 2024-01-17 21:41:04 +01:00
Henrik Rydgård
b5496851dc Vulkan: Semaphore-per-frame seems to be the way to go, according to the new validation layers. 2024-01-17 21:34:31 +01:00