Commit graph

39543 commits

Author SHA1 Message Date
Henrik Rydgård
9745995e4b Redump checks: Disable negativem messages
The current database has issues as mentioned in #18387. Until this is
resolved and until we have confidence in the DB, don't be so loud
about ISOs possibly being bad.
2023-10-30 00:22:49 -06:00
Henrik Rydgård
8ce639fddf
Merge pull request #18386 from hrydgard/crc-progress-bar
CRC calculation on game screen: Show progress bar
2023-10-30 00:15:26 -06:00
Henrik Rydgård
ce83fec206 Linux buildfix attempt 2023-10-29 23:39:25 -06:00
sum2012
7092393ed7 Space bug 2023-10-29 12:40:20 +08:00
sum2012
8613c685eb Change timing in __IoRead
Test in Aces of War (Europe) and Sengoku Musou 3 Z Special
2023-10-29 12:38:52 +08:00
Henrik Rydgård
391d45cc03 Typo fix, see #18384 2023-10-28 06:51:27 -05:00
Henrik Rydgård
93c0ef68b6 Add progress bar to CRC calculation 2023-10-28 06:50:57 -05:00
Henrik Rydgård
8e43a9a204
Merge pull request #18384 from Felipefpl/master
Updated brazilian portuguese translation
2023-10-27 19:49:15 -05:00
Felipe
bb3934f2fb
Add files via upload 2023-10-27 21:01:29 -03:00
Felipe
07799ad8a3
Updated brazilian portuguese translation
Updated translation with the latest strings.
2023-10-27 20:55:28 -03:00
Henrik Rydgård
a9d2ff29ea
Merge pull request #18377 from hrydgard/redump-verification
Game info screen: Add checks against the Redump database
2023-10-26 13:12:24 -05:00
Henrik Rydgård
f3c2f22199 Add the new strings to all the ini files 2023-10-26 00:19:05 -05:00
Henrik Rydgård
e0ada6e5ba Cleanup, add the new strings to en_US.ini 2023-10-26 00:18:05 -05:00
sum2012
aa5a3edda8 Japanese version need
Last time I test wrong
2023-10-25 05:39:51 +08:00
Henrik Rydgård
b71e44ca40 More use of string_view in StringUtils 2023-10-24 08:08:20 -05:00
sum2012
84d3bff507 Delay smaller 2023-10-24 20:06:30 +08:00
Henrik Rydgård
23ce34ef78 Add redump game database 2023-10-23 19:11:04 -05:00
Henrik Rydgård
87ddb3f3b1 Add easy way to verify games against the Redump database, supplied as CSV. 2023-10-23 19:11:01 -05:00
Henrik Rydgård
42dd37352f Add missing line to save the sticky d-pad settting. Oops. 2023-10-23 15:50:27 -05:00
Henrik Rydgård
99f3d21e31
Merge pull request #18376 from Nemoumbra/encoding-fix
DNS resolver warning logs fix
2023-10-23 08:24:58 -05:00
sum2012
6a844dd985 Add more delay as ForceUMDDelay
Also add setting in libretro
2023-10-23 20:03:42 +08:00
sum2012
92c1eb4efa Add it to option
Also fix Sengoku Musou 3Z Special DLC
2023-10-23 19:38:09 +08:00
Nemoumbra
7b91e0d626 Fixed the encoding of the culture-dependent DNS resolver error messages (Windows) 2023-10-23 12:04:49 +03:00
sum2012
079452001e Japanese version no need 2023-10-19 20:51:29 +08:00
sum2012
60ddac0048 Add UMDReadSpeed in compat.ini
Fix #11062
2023-10-19 06:21:05 +08:00
Henrik Rydgård
e93f9f64cc
Merge pull request #18368 from hrydgard/revert-joystick-change
Revert "Control: Remove the axis event dupe filtering from ScreenManager"
2023-10-18 23:17:11 +02:00
Henrik Rydgård
0fb318c8e9 Revert "Control: Remove the axis event dupe filtering from ScreenManager"
This reverts commit 265a9021fd.
2023-10-18 22:48:23 +02:00
Henrik Rydgård
e2f6b36a19 Add compat.ini entry for Qix under ForceUMDDelay.
See issue #13724
2023-10-17 15:25:50 +02:00
Henrik Rydgård
fd55f1f4a8 compat.ini: Add some missing game IDs for Burnout Dominator 2023-10-17 10:31:05 +02:00
Henrik Rydgård
53df5093d7 Update Spanish translations for "Screen layout and effects"
Got advice on Discord, heh.
2023-10-16 15:23:24 +02:00
Henrik Rydgård
3611b4d94b
Merge pull request #18363 from unknownbrackets/gamedata-install
Savedata: Fix gamedata install shutdown status
2023-10-15 22:54:20 +02:00
Henrik Rydgård
533490848f
Merge pull request #18364 from warmenhoven/pr/tvos
libretro: build tvos with ffmpeg
2023-10-15 22:53:50 +02:00
Henrik Rydgård
618589abd8
Merge pull request #18362 from unknownbrackets/softgpu-zmirror
softgpu: Point depthbuf at the first VRAM mirror
2023-10-15 22:53:00 +02:00
Eric Warmenhoven
39e2d2accd libretro: build tvos with ffmpeg 2023-10-15 14:31:09 -04:00
Unknown W. Brackets
624d5a38e7 Savedata: Fix gamedata install shutdown status.
This is the only one that returns non-errors when the dialog is disabled.
2023-10-15 10:36:27 -07:00
Unknown W. Brackets
f7f05072fe softgpu: Point depthbuf at the first VRAM mirror. 2023-10-15 10:33:05 -07:00
Henrik Rydgård
5580d47d87 Bump ffmpeg submodule 2023-10-15 07:58:30 +02:00
Henrik Rydgård
8ff38d0a9b
Merge pull request #18360 from unknownbrackets/arm64jit-fixes
Fix some arm64jit issues
2023-10-15 07:34:03 +02:00
Unknown W. Brackets
5e813e6bd6 irjit: Correct bad Vec4 overlap handling. 2023-10-14 20:54:40 -07:00
Unknown W. Brackets
2a24c99441 arm64jit: Correct FlushBeforeCall pairing.
Oops, some silly mistakes here.
2023-10-14 20:54:40 -07:00
Unknown W. Brackets
b85b0476b9 arm64jit: Correct vdot vec4 mapping. 2023-10-14 20:54:40 -07:00
Henrik Rydgård
54ad7d0bb8
Merge pull request #18358 from hrydgard/upgrade-rcheevos
Update rcheevos again
2023-10-14 23:54:21 +02:00
Henrik Rydgård
2c795e701f Update rcheevos again. This time there are some files moving around. 2023-10-14 23:23:48 +02:00
Henrik Rydgård
1e6142d99b
Merge pull request #18355 from hrydgard/merge-1.16.6
Merge the 1.16.6 branch into master
2023-10-13 13:55:03 +02:00
Henrik Rydgård
ac93419331 Merge the 1.16.6 branch into master
Also deletes some unused code.
2023-10-13 11:00:11 +02:00
Henrik Rydgård
a196c5e7d4
Merge pull request #18351 from hrydgard/shutdown-fixes-better
Better fix for shutdown crash
2023-10-13 02:31:00 +02:00
Henrik Rydgård
88451f0476
Merge pull request #18352 from LeSaucee/patch-1
Update fr_FR.ini
2023-10-13 02:18:19 +02:00
LeSaucee
4930da5568
Update fr_FR.ini
Added some french translation to the file :D
2023-10-12 17:44:33 -04:00
Henrik Rydgård
6357b95ff5 Better version. 2023-10-12 23:33:54 +02:00
Henrik Rydgård
f301035ba0 Step 1 2023-10-12 23:28:44 +02:00