Commit Graph

37321 Commits

Author SHA1 Message Date
Henrik Rydgård
d23f659533 Android and iOS buildfixes 2023-06-30 17:35:27 +02:00
Henrik Rydgård
1375b6e097 Buildfix 2023-06-30 17:25:44 +02:00
Henrik Rydgård
eb21a2e6c9 Break out the OSD data holder from Common/System/System.h, into OSD.cpp/h 2023-06-30 17:15:49 +02:00
fp64
f133739cd0 Replace some signed divison in SoftGPU
This also adds a few bitwise operations to Vec4<int> and further
SIMDifies it.
Also, fixes unrelated warning.
2023-06-29 16:43:21 -04:00
Henrik Rydgård
42d4b5d41d
Merge pull request #17642 from GABO1423/master
(UWP) Code Cleanup: Round 2
2023-06-29 15:02:45 +02:00
Henrik Rydgård
b93591bb7e
Merge pull request #17645 from NABN00B/compat
Add Sindacco Chronicles to compat.ini and compatvr.ini
2023-06-29 15:01:28 +02:00
Henrik Rydgård
0261a5ab90
Merge pull request #17643 from DDinghoya/patch-11
Update ko_KR.ini
2023-06-29 13:29:42 +02:00
DDinghoya
7843a172f4
Update ko_KR.ini 2023-06-29 20:22:50 +09:00
GABO1423
e8c42b0bb7 (UWP) Code Cleanup: Round 2 2023-06-29 01:36:30 -04:00
Nab
08348d704c
add Sindacco Chronicles 2023-06-28 21:39:31 +02:00
Nab
6c479812cb
Add Sindacco Chronicles 2023-06-28 21:15:06 +02:00
Henrik Rydgård
51e71bd726
Merge pull request #17640 from Felipefpl/master
Updated brazilian translation
2023-06-28 19:37:08 +02:00
Felipe
4aab87f205
Small fix 2023-06-28 13:13:44 -03:00
Felipe
1e813a3c57
Updated brazilian portuguese translation
Updated with the latest strings.
2023-06-28 13:10:10 -03:00
Henrik Rydgård
2d8fd03635
Merge pull request #17638 from hrydgard/remove-ra-integration
Remove the RAIntegration stuff for now (wasn't actually enabled)
2023-06-28 08:54:05 +02:00
Unknown W. Brackets
dfe113e846
Merge pull request #17634 from fp64/macro-x86-loadu
Streamline x86 SSE workaround
2023-06-27 23:01:41 -07:00
Henrik Rydgård
f7c09ba488 Remove the RAIntegration stuff for now (wasn't actually enabled)
This is just the untested achievement editor integration code from DuckStation.

Removing this code will make the conversion to ra_client_t easier.
Might eventually add this capability back properly in one way or another.

Part of #17631
2023-06-28 00:56:02 +02:00
Henrik Rydgård
c66182a583
Merge pull request #17637 from hrydgard/revert-path-change
Revert "Path: If a Path is empty, the slash operator will not add an additional slash."
2023-06-27 23:39:53 +02:00
Henrik Rydgård
27847abac4 Fix two OSD rendering bugs (messages with text2 didn't render it, text alignment with icon) 2023-06-27 23:39:13 +02:00
Henrik Rydgård
19b494ba1e Revert "Path: If a Path is empty, the slash operator will not add an additional slash."
This reverts commit 864b2bbb31.
2023-06-27 23:31:59 +02:00
Henrik Rydgård
aefedb14c9 Force circle to confirm in Shining Blade too, thanks Irfan.
See report in issue #17622
2023-06-27 22:11:18 +02:00
Henrik Rydgård
e752f30890
Merge pull request #17635 from hrydgard/lang-updates
Language file updates after RetroAchievements merge
2023-06-27 21:27:54 +02:00
Henrik Rydgård
0b75174d02 Force circle button to confirm in Danball Senki original too. See #17622 2023-06-27 21:26:16 +02:00
Henrik Rydgård
e4229886b7
Merge pull request #17636 from lvonasek/review_openxr
OpenXR - Major review
2023-06-27 20:07:42 +02:00
Lubos
880168ee3c OpenXR - Fix render glitches caused by wrong mirroring 2023-06-27 18:54:38 +02:00
Henrik Rydgård
d42112d10d More Swedish 2023-06-27 18:04:27 +02:00
Henrik Rydgård
64a585ece4 Copy the achievement lines to all the other languages 2023-06-27 18:04:27 +02:00
Henrik Rydgård
5f38883973 Translate achievement stuff to Swedish 2023-06-27 18:04:27 +02:00
Henrik Rydgård
d5b3c25bfb en_US: Move [Achievements] to the alphabetical position (top) 2023-06-27 18:04:27 +02:00
Henrik Rydgård
5ae266ebe6 Remove wrong space from pt_BR.ini 2023-06-27 18:04:27 +02:00
Henrik Rydgård
b8bc5c922f
Merge pull request #17633 from m4xw/ext
[CMake] ext related CMake changes for Nintendo Switch
2023-06-27 17:44:37 +02:00
Henrik Rydgård
1fa37e1241
Merge pull request #17632 from m4xw/softgpu
[Softgpu] Fix AArch64 oversight
2023-06-27 17:43:23 +02:00
M4xw
99ce3125df [Softgpu] Fix AArch64 oversight 2023-06-27 17:20:11 +02:00
M4xw
f5d2d0a5c4 [CMake] ext related CMake changes for Nintendo Switch
Only accounting for committed files
2023-06-27 17:19:29 +02:00
Henrik Rydgård
caf6d8442a
Merge pull request #17630 from m4xw/common
Common & CodeBlock changes for Nintendo Switch
2023-06-27 14:43:23 +02:00
M4xw
6fdf953136 [Common] Placeholder Crash() impl. for Nintendo Switch 2023-06-27 14:21:56 +02:00
M4xw
b52d3f64ff [Common] Add cstring include to ArmCPUDetect 2023-06-27 14:21:56 +02:00
M4xw
21be8c3c2b [Common] CommonType base for Nintendo Switch
Avoid name conflicts & declare certain types
2023-06-27 14:21:55 +02:00
M4xw
36584aa6f4 [CodeBlock] W^X dualbase impl. for Nintendo Switch 2023-06-27 14:21:52 +02:00
Henrik Rydgård
5e3faafe01
Merge pull request #17629 from hrydgard/retroachievements-leaderboards
RetroAchievements: Add function to view leaderboards
2023-06-27 13:38:22 +02:00
Henrik Rydgård
23d4f7abe8 Implement viewing of leaderboards 2023-06-27 11:12:25 +02:00
Henrik Rydgård
df8a745350 RetroAchievements: Add a tab for debug stats 2023-06-27 10:33:40 +02:00
Henrik Rydgård
5d3eb8081d
Merge pull request #17627 from hrydgard/retroachievements-more-strings
RetroAchivements: Minor cleanups, add most translation strings to en_US.ini
2023-06-27 10:25:53 +02:00
Henrik Rydgård
b991e9d8fd Minor cleanups, add most translation strings to en_US.ini 2023-06-27 09:53:03 +02:00
fp64
436b49c4f2 Streamline x86 SSE workaround
Seems clearer than using #ifdef's at each site. Also rationale
is clearly spelled out, one 'Go to definition' away from any instance.
2023-06-27 00:30:01 -04:00
Henrik Rydgård
01cf22e074
Merge pull request #17589 from hrydgard/retroachievements-initial-work
Retroachievements support (work-in-progress)
2023-06-27 00:13:53 +02:00
Lubos
0b68644063 Revert "OpenXR - Workaround for disfunctional depth buffer allocation"
This reverts commit 6dc264e7e5.
2023-06-26 17:27:46 +02:00
Lubos
a6709c70e0 OpenXR - Code cleanup 2023-06-26 17:26:56 +02:00
Lubos
f46c29fde3 OpenXR - Runtimes updated 2023-06-26 17:26:27 +02:00
Henrik Rydgård
81e1293693 Token name and path fix 2023-06-26 17:21:39 +02:00