Commit Graph
38827 Commits
Author SHA1 Message Date
Henrik RydgårdandGitHub 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
Henrik Rydgård b71e44ca40 More use of string_view in StringUtils 2023-10-24 08:08:20 -05: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årdandGitHub 99f3d21e31 Merge pull request #18376 from Nemoumbra/encoding-fix
DNS resolver warning logs fix
2023-10-23 08:24:58 -05:00
Nemoumbra 7b91e0d626 Fixed the encoding of the culture-dependent DNS resolver error messages (Windows) 2023-10-23 12:04:49 +03:00
Henrik RydgårdandGitHub 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årdandGitHub 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årdandGitHub 533490848f Merge pull request #18364 from warmenhoven/pr/tvos
libretro: build tvos with ffmpeg
2023-10-15 22:53:50 +02:00
Henrik RydgårdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 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årdandGitHub 88451f0476 Merge pull request #18352 from LeSaucee/patch-1
Update fr_FR.ini
2023-10-13 02:18:19 +02:00
LeSauceeandGitHub 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
Henrik RydgårdandGitHub 6f28c5d660 Merge pull request #18346 from hrydgard/assorted-cleanups-15
Assorted cleanups
2023-10-12 17:14:47 +02:00
Henrik Rydgård ba0ce34493 v1.16.6 v1.16.6 2023-10-12 12:23:28 +02:00
Henrik Rydgård 1dd98c5a55 Update UWP version 2023-10-12 12:22:38 +02:00
Henrik Rydgård f842f16fbe Inline "DecodeVertexToPushPool" for ease of change. 2023-10-12 11:58:49 +02:00
Henrik Rydgård 12a98baf59 Cleanups, make the various SubmitPrim implementations more similar 2023-10-12 11:58:48 +02:00
Henrik Rydgård 6dbe49775c Add a sysprop for IsDebuggerPresent. 2023-10-12 11:58:04 +02:00
Henrik Rydgård f1bc547e94 IconCache: Make valgrind happy (zero some struct padding bytes before writing to disk) 2023-10-12 10:51:14 +02:00
Henrik Rydgård fc9a057083 Update README.md 2023-10-12 10:22:41 +02:00
Henrik Rydgård a507563708 Remove the exit-game sync again.
It's not actually needed until some of the additions made on master, and
in that case, I'm going to change the solution again.
2023-10-12 10:14:19 +02:00
Henrik RydgårdandGitHub ae4f48ced3 Merge pull request #18344 from hrydgard/shutdown-fixes
Vulkan: Fix synchronization when shutting the app down in-game.
2023-10-12 09:49:14 +02:00
Henrik Rydgård 2c751d39f8 Vulkan: Add simple delete count to GPU profiler, to make sure we don't have more resource churn
Also fix the render pass type name lookup table.
2023-10-12 09:02:45 +02:00
Henrik Rydgård 028c7c3ea8 Android: Fix crashes on screen rotation 2023-10-11 16:44:30 +02:00
Henrik Rydgård d60c9a015f Vulkan: Fix synchronization when shutting the GPU down in-game. 2023-10-11 12:49:33 +02:00
Henrik Rydgård f769b2c8a3 Remove unused functionality from descpool 2023-10-11 12:29:57 +02:00
Henrik Rydgård 0ad2827e14 Vulkan: Fix synchronization when shutting the GPU down in-game. 2023-10-11 12:27:39 +02:00
Henrik RydgårdandGitHub e26bf611e0 Merge pull request #18343 from hrydgard/minor-descriptor-opt
Vulkan: Avoid copying descriptors unnecessarily
2023-10-11 12:27:00 +02:00