Henrik Rydgård
62656b6e6f
VS2017 buildfix
...
thanks nemo
2024-09-14 18:40:03 +02:00
Henrik Rydgård and GitHub
ebe7ba2b0d
Merge pull request #19456 from warmenhoven/warmenhoven/pr/vulkan-context
...
libretro: Don't use VulkanLoader to load the vulkan library
2024-09-14 10:22:26 +02:00
Eric Warmenhoven
0ccf7b8507
libretro: Don't use VulkanLoader to load the vulkan library
2024-09-13 17:52:06 -04:00
Henrik Rydgård and GitHub
17fc508535
Merge pull request #19450 from hrydgard/the-warriors-compat
...
Port over LunaMoo's compat flag for The Warriors video playback
2024-09-11 15:39:13 +02:00
Henrik Rydgård
16a56aa18b
Port over LunaMoo's compat flag for The Warriors video playback
...
This reverts to the old behavior before we started parsing mpeg headers,
that is, in 558b462 which is part of #8867 .
LunaMoo has this under "HackFixVideo" in his build.
See #8991 . This doesn't really "fix" that, but works around it.
2024-09-11 14:32:53 +02:00
Henrik Rydgård and GitHub
163af21ac9
Merge pull request #19449 from hrydgard/ir-interpreter-breakpoints
...
IR interpreter: Replace the assert for downcount with a very predictable branch
2024-09-11 12:23:31 +02:00
Henrik Rydgård
77a58c0fb3
Command line parser: Improve an error message to mention the = requriement for some commands.
...
See issue #18857
2024-09-11 12:20:14 +02:00
Henrik Rydgård
b6a3996e65
Remove a warning, change some & params to pointers for clarity, func rename
2024-09-11 11:48:12 +02:00
Henrik Rydgård
7139301692
IR interpreter: Replace the assert for downcount with a very predictable branch
...
Fixes breakpoints and other similar things, with a negligible penalty.
2024-09-11 11:24:43 +02:00
Henrik Rydgård and GitHub
7f145c7b18
Merge pull request #19447 from hrydgard/harvest-moon-save-metadata
...
Fix Harvest Moon not updating save metadata
2024-09-11 11:04:00 +02:00
Henrik Rydgård and GitHub
1ee8be9e17
Merge pull request #19448 from hrydgard/sakura-sou-drawsync-hack
...
Add compat.ini setting for Sakura-Sou no Pet na Kanojo
2024-09-11 00:52:41 +02:00
Henrik Rydgård
c7546dfe8d
Add compat.ini setting for Sakura-Sou no Pet na Kanojo
...
See issue #15224
2024-09-10 19:28:49 +02:00
Henrik Rydgård
c49f7b9207
Sneak in a couple little fixes for savedata zip install
2024-09-10 19:08:01 +02:00
Henrik Rydgård
c2a38181ad
Alternate solution for ModNation Racers metadata overwrite (see #18430 comments)
2024-09-10 19:06:22 +02:00
Henrik Rydgård and GitHub
8e3daeb1e3
Merge pull request #19445 from hrydgard/vertexdec-opt
...
VertexDecoder: Don't read loop counts from memory. Improves codegen
2024-09-10 18:07:06 +02:00
Henrik Rydgård and GitHub
32b578fbbb
Merge pull request #19444 from hrydgard/atrac3-minor
...
Atrac3: very minor optimization, cleanup
2024-09-10 18:02:24 +02:00
Henrik Rydgård
42c32c5afc
VertexDecoder: Don't read loop counts from memory. Improves codegen
2024-09-10 17:53:19 +02:00
Henrik Rydgård
ea3a4ed526
Minor optimization
2024-09-10 17:42:52 +02:00
Henrik Rydgård
e263283bd3
compat.h cleanup
2024-09-10 15:23:53 +02:00
Henrik Rydgård and GitHub
6cd0c6f5c8
Merge pull request #19443 from hrydgard/more-zip-file-install-fixes
...
More zip file install fixes
2024-09-10 15:02:35 +02:00
Henrik Rydgård
58da0fa936
Add new translation string
2024-09-10 13:55:15 +02:00
Henrik Rydgård
10d3b253a4
More InstallZip refactoring, add options for install directory where applicable
2024-09-10 13:55:12 +02:00
Henrik Rydgård and GitHub
d3fca5b8eb
Merge pull request #19440 from hrydgard/sdl-gl-fallback-fix
...
SDL: Fix the fallback path from Vulkan to OpenGL
2024-09-09 21:28:18 +02:00
Henrik Rydgård and GitHub
7f1b43b169
Merge pull request #19441 from hrydgard/mac-key-input-fix
...
Mac SDL: Remove an annoying popup that happens when holding keys on some SDL versions
2024-09-09 21:27:54 +02:00
Henrik Rydgård
6a91af7123
Mac SDL: Remove an annoying popup that happens when holding keys on some SDL versions
2024-09-09 21:11:35 +02:00
Henrik Rydgård
f8843b1da1
SDL: Fix the fallback path from Vulkan to OpenGL
2024-09-09 21:03:27 +02:00
Henrik Rydgård and GitHub
3f32d8e304
Merge pull request #19438 from hrydgard/android-folder-move-fixes
...
Android memstick folder move: Minor logging and robustness improvements
2024-09-09 20:39:22 +02:00
Henrik Rydgård
ea1c840966
Buildfix
2024-09-09 20:18:03 +02:00
Henrik Rydgård and GitHub
806a3cdb23
Merge pull request #19439 from hrydgard/vulkan-renderpass-opt-fixes
...
Fix the MGS2 Acid renderpass merge optimization
2024-09-09 19:17:00 +02:00
Henrik Rydgård
c631fe355f
Fix the MGS2 Acid renderpass merge optimization
...
Failed to merge the specified renderAreas, leading to AMD skipping
rendering of much of the screen.
Fixes #17680
2024-09-09 18:12:53 +02:00
Henrik Rydgård
d47c05f4a1
Android memstick folder move: Minor logging and robustness improvements
2024-09-09 17:47:21 +02:00
Henrik Rydgård and GitHub
570e6a8fd9
Merge pull request #19437 from hrydgard/android-target-update
...
Android: Build with the Android 15 SDK (v35) and target it as well.
2024-09-09 16:56:21 +02:00
Henrik Rydgård
f5b31cbcab
Android: Build with the Android 15 SDK (v35) and target it as well.
...
Just making sure we're properly up to date.
2024-09-09 11:00:30 +02:00
Henrik Rydgård
1ce416a366
Remove the Vulkan option on Moto G54. See issue #18681
...
See #18681
2024-09-08 17:34:47 +02:00
Henrik Rydgård and GitHub
59b39a190c
Merge pull request #19436 from hrydgard/save-data-install
...
Implement save data install from ZIP
2024-09-07 16:59:04 +02:00
Henrik Rydgård
514f29d63b
Fix save data manager dialog popup
2024-09-07 16:17:28 +02:00
Henrik Rydgård
48a0c0f068
Fix using ESC in savedata screen. Warning fix
2024-09-07 16:00:52 +02:00
Henrik Rydgård
ce4f8ba6f4
Buildfix
2024-09-07 15:58:15 +02:00
Henrik Rydgård
204672800c
Warning fix
2024-09-07 15:58:03 +02:00
Henrik Rydgård
b0cee365f5
New strings
2024-09-07 15:29:22 +02:00
Henrik Rydgård
8186f14a57
Much more UI work on savedata import
...
fix
2024-09-07 15:28:57 +02:00
Henrik Rydgård and GitHub
4250bdc2a6
Merge pull request #19430 from basharast/master
...
[Windows] OS Version minor changes
2024-09-06 09:39:15 +02:00
Henrik Rydgård
f38cc4a959
Add some prototype UI for overwriting saves
2024-09-05 20:52:12 +02:00
Henrik Rydgård
3a047369fd
Add ability to install savedata from GameFAQs-style ZIP files
2024-09-05 17:12:10 +02:00
Henrik Rydgård and GitHub
8ee584a0f0
Merge pull request #19434 from warmenhoven/warmenhoven/pr/build-fix
...
build fix on macosx pre-10.14
2024-09-05 12:29:18 +02:00
Eric Warmenhoven
59444a71f8
build fix on macosx pre-10.14
2024-09-04 16:45:37 -04:00
Bashar Astifan
e7d7d89066
Simplify & win11-build check fix
...
Without build check on Windows 10 it will appear as Windows 11, I forgot to keep build check, also the process can be simplified more to avoid extra functions.
2024-09-04 22:56:37 +04:00
Henrik Rydgård and GitHub
de29604043
Merge pull request #19432 from hrydgard/more-zip-install-work
...
Some refactoring of zip install code
2024-09-04 18:40:11 +02:00
Henrik Rydgård
db550fc433
More refactoring of installzip code
2024-09-04 17:08:26 +02:00
Henrik Rydgård
472a812ff5
Show full path on "Delete game" screen
2024-09-04 17:00:38 +02:00