Henrik Rydgård
d335393d4e
GLSL shader cache: Improve robustness against null shaders. See #18116
2023-09-11 12:07:18 +02:00
Henrik Rydgård
10f93875c6
Fix the semantics of DenseHashMap to be consistent even when inserting nulls
2023-09-11 12:07:18 +02:00
Henrik Rydgård
4d58bb801c
Merge pull request #18128 from hrydgard/assorted-fixes-3
...
Restore touch D-Pad behavior
2023-09-11 12:07:04 +02:00
Henrik Rydgård
72be2f5459
Restore the D-Pad behavior (see #18028 )
2023-09-11 11:41:29 +02:00
Henrik Rydgård
ef6ea1bd23
Minor cleanup
2023-09-11 11:41:29 +02:00
Henrik Rydgård
181ac68939
Merge pull request #18127 from hrydgard/assorted-fixes-2
...
Move RetroAchievements to the tools tab, fix leaderboard submitted notification positioning
2023-09-11 11:41:18 +02:00
Henrik Rydgård
5fcca7d9f5
Fix customization of Leaderboard Submitted events.
...
See #17631
2023-09-11 10:47:59 +02:00
Henrik Rydgård
43e792fb71
Move RetroAchievements to the Tools tab.
2023-09-11 10:47:34 +02:00
Henrik Rydgård
17b2b8fcf8
Merge pull request #18126 from unknownbrackets/softgpu-ppge-text
...
PPGe: Use texture windows for atlas text
2023-09-11 10:24:18 +02:00
Unknown W. Brackets
3c7b05c3e8
PPGe: Use texture windows for atlas text.
...
This makes it software rendering, which correctly applies clamp/wrap
limits at 512x512, still has readable text. Other textures may still be
wrong.
2023-09-10 23:54:55 -07:00
Henrik Rydgård
e35935b002
Merge pull request #18123 from hrydgard/assorted-fixes
...
Fix GL hang with buffered commands = off
2023-09-11 00:58:54 +02:00
Henrik Rydgård
5547fe2107
Add missing mutex lock in ScreenManager::RecreateAllViews
2023-09-11 00:31:59 +02:00
Henrik Rydgård
c343c194ff
Early-outs in IconCache
2023-09-11 00:31:41 +02:00
Henrik Rydgård
626d901441
OpenGL: Fix hang that mostly happened when buffered commands == off
2023-09-11 00:30:52 +02:00
Henrik Rydgård
d4365c6ae1
Merge pull request #18115 from xgqt/fix-MIPSTables-h-includes
...
Core/MIPS/MIPSTables.h: add stdint.h include
2023-09-09 17:40:47 +02:00
Henrik Rydgård
487864015d
Merge pull request #18114 from jbeich/bsd
...
Unbreak build on FreeBSD
2023-09-09 17:17:51 +02:00
Maciej Barć
0cbca92b27
Core/MIPS/MIPSTables.h: add stdint.h include
...
Signed-off-by: Maciej Barć <xgqt@gentoo.org >
2023-09-09 16:52:09 +02:00
Jan Beich
9472e7e152
CMake: Avoid using fseeko64/ftello64/etc on non-Linux
...
off_t is always 64-bit on BSDs but Large File Support API is not supported.
ld: error: undefined symbol: fseeko64
>>> referenced by hash.c
>>> hash.c.o:(filereader_seek) in archive lib/librcheevos.a
ld: error: undefined symbol: ftello64
>>> referenced by hash.c
>>> hash.c.o:(filereader_tell) in archive lib/librcheevos.a
Based on https://github.com/citra-emu/citra/commit/26af2b644ce6
2023-09-09 16:01:51 +02:00
Henrik Rydgård
d18dea4f6a
v1.16
v1.16
2023-09-09 15:14:20 +02:00
Henrik Rydgård
162b363063
Bump shader cache version, just because.
2023-09-09 15:13:52 +02:00
Henrik Rydgård
383ade0562
Merge pull request #18113 from hrydgard/fastforward-fix
...
Have unthrottle override alternate speeds, like before.
2023-09-09 15:01:16 +02:00
Henrik Rydgård
a820b299ae
Have unthrottle override alternate speeds, like before.
2023-09-09 13:40:18 +02:00
Henrik Rydgård
ee6742c74e
Merge pull request #18112 from Narugakuruga/patch-27
...
Update zh_CN.ini
2023-09-09 12:13:37 +02:00
Narugakuruga
61d05aa614
Update zh_CN.ini
2023-09-09 18:11:43 +08:00
Henrik Rydgård
41e33511e4
Merge pull request #18110 from DDinghoya/patch-15
...
Update ko_KR.ini
2023-09-09 06:56:20 +02:00