Henrik Rydgård
4ffea9f900
Merge pull request #18132 from hrydgard/assorted-fixes-5
...
Add reporting for GLSL shader gen errors
2023-09-11 16:20:37 +02:00
Henrik Rydgård
23aedf1e63
More sensible approach to the sc problem that broke Beats
2023-09-11 16:07:21 +02:00
Henrik Rydgård
052747aa30
Add reporting of GLSL shader gen errors
2023-09-11 15:37:35 +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
064532ab3e
Merge pull request #18131 from hrydgard/assorted-fixes-4
...
Fix crash in Beats on x86-64, minor other fixes
2023-09-11 14:52:13 +02:00
Henrik Rydgård
accd9b1f2c
sc instruction: Make sure the rt register is mapped. Fixes Beats.
2023-09-11 14:18:58 +02:00
Henrik Rydgård
57edb9f78a
Gate the PPGE texture windowing trick behind the software rendering setting.
2023-09-11 14:18:58 +02:00
Henrik Rydgård
875112e9c2
Improve an assert
2023-09-11 14:18:55 +02:00
Henrik Rydgård
3acbeb3073
Add an assert in JitBlockCache
2023-09-11 13:59:04 +02:00
Henrik Rydgård
b83e89adf2
Merge pull request #18129 from hrydgard/hashmap-semantics-fix
...
Fix the semantics of DenseHashMap to be consistent even when inserting nulls
2023-09-11 13:58:30 +02:00
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
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
DDinghoya
23c00dcb35
Update ko_KR.ini
2023-09-09 12:58:51 +09:00
Henrik Rydgård
a27208ccde
Merge pull request #18109 from iota97/fix-readme
...
Fix readme
2023-09-08 17:43:38 +02:00
Henrik Rydgård
a92a48e4b1
Merge pull request #18107 from hrydgard/android-fix-homebrew
...
Fix running homebrew on Android with content URIs (scoped storage)
2023-09-08 17:43:07 +02:00
iota97
417d2d46fd
Fix readme
2023-09-08 17:03:05 +02:00
Henrik Rydgård
f27e6055f8
Fix running homebrew on Android with content URIs (scoped storage)
2023-09-08 16:42:39 +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
8dbc1e7354
Add assets/vfpu to Windows installer generator script
2023-09-08 13:32:35 +02:00
Henrik Rydgård
16e8ba2414
Merge pull request #18014 from hrydgard/readme-1.16
...
Update README.md for 1.16
2023-09-08 13:16:03 +02:00
Henrik Rydgård
442618c798
Linkify
2023-09-08 13:14:51 +02:00
Henrik Rydgård
5ecfdab0cb
Readme VR updates
2023-09-08 12:58:26 +02:00
Henrik Rydgård
8f00da4f10
More README updates, address feedback
2023-09-08 12:51:57 +02:00
Henrik Rydgård
6c6fffed73
Add fp64 to credits list
2023-09-08 12:51:57 +02:00
Henrik Rydgård
557e8f5f1b
Address feedback
2023-09-08 12:51:57 +02:00
Henrik Rydgård
340ca8dd79
Initial draft
2023-09-08 12:51:57 +02:00
Henrik Rydgård
9f5414507c
Move 1.13 and 1.14 updates to history.md
2023-09-08 12:51:57 +02:00