Eric Warmenhoven
e0ec5118df
Also build the HW core for iOS
2023-05-06 00:07:14 -04:00
Eric Warmenhoven
f9fa3eb5e8
Fix Vulkan renderer on Metal.
...
Vertex attribute binding strides must be aligned to 4 bytes, so says
MoltenVK. So we'll create the quad as R32G32_SFLOAT instead of
R8G8_SNORM.
Also when running a debug build of the core in a debug build of
retroarch in the debugger, the dynamic linker gets very confused about
which spirv-cross functions to call. The easiest way to give it a clue
is to reduce the exported symbol list.
Also fix the debug build on Apple.
2023-05-05 22:27:59 -04:00
github-actions[bot]
2da9629494
Fetch translations & Recreate libretro_core_options_intl.h
2023-05-05 08:33:18 +00:00
github-actions[bot]
83b5b5f2fe
Fetch translations & Recreate libretro_core_options_intl.h
2023-04-28 08:33:28 +00:00
LibretroAdmin
bbf09e9e92
Merge pull request #881 from ichee/master
...
Re-Add some Event Cycles that were removed
2023-04-21 15:38:11 +02:00
github-actions[bot]
fa701da170
Fetch translations & Recreate libretro_core_options_intl.h
2023-04-21 08:33:23 +00:00
ichee
88c6f55795
Re-Add some Event Cycles that were removed
2023-04-16 11:52:41 -04:00
github-actions[bot]
11456c6bce
Fetch translations & Recreate libretro_core_options_intl.h
2023-04-14 08:33:35 +00:00
github-actions[bot]
6ed5790d05
Fetch translations & Recreate libretro_core_options_intl.h
2023-04-07 08:33:21 +00:00
github-actions[bot]
b2d4c86f5a
Fetch translations & Recreate libretro_core_options_intl.h
2023-03-31 08:34:09 +00:00
github-actions[bot]
817a1231f6
Fetch translations & Recreate libretro_core_options_intl.h
2023-03-24 08:33:45 +00:00
LibretroAdmin
4d8558a4d8
Merge pull request #879 from ichee/master
...
Adds configurable hold delay for analog toggle
2023-03-24 05:08:19 +01:00
ichee
d5bf156add
Change default analog toggle combo
...
Prevents accidentally performing a soft-reset on supported games.
2023-03-23 17:47:10 -04:00
ichee
ac921cabab
Adds configurable hold delay for analog toggle
2023-03-23 17:41:07 -04:00
LibretroAdmin
409c4a0277
Merge pull request #859 from bslenul/analog-toggle-combos
...
Add multiple combos for the analog toggle
2023-03-22 19:16:05 +01:00
github-actions[bot]
a1c71925cb
Fetch translations & Recreate libretro_core_options_intl.h
2023-03-17 08:35:35 +00:00
libretroadmin
32f0a6463a
update libretro-common
2023-03-15 22:26:05 +01:00
github-actions[bot]
fd812d4cf8
Fetch translations & Recreate libretro_core_options_intl.h
2023-03-10 08:36:39 +00:00
github-actions[bot]
8a89859aba
Fetch translations & Recreate libretro_core_options_intl.h
2023-03-03 08:35:50 +00:00
bslenul
b8af5c1d50
Add multiple combos for the analog toggle
2023-02-25 15:14:42 +01:00
libretroadmin
234433f919
Remove unused shader_manager.cpp
2023-02-24 01:54:58 +01:00
libretroadmin
2ec5cb7069
Add hw targets for macOS
2023-02-24 01:45:59 +01:00
libretroadmin
4f4883cef7
Remove problematic files for macOS
2023-02-24 01:39:05 +01:00
libretroadmin
88d8374729
use snprintf instead of sprintf
2023-02-24 01:25:05 +01:00
LibretroAdmin
17df2b9b93
Merge pull request #873 from mudlord/master
...
Use proper VFS version.
2023-02-04 00:35:15 +01:00
github-actions[bot]
f1a888e82e
Fetch translations & Recreate libretro_core_options_intl.h
2023-02-03 08:34:50 +00:00
mudlord
dfcfb32e00
Use proper VFS version.
...
VFS callbacks fail since it requires V2, which includes vfs_truncate.
Now VFS callbacks work properly in frontends that support them. Otherwise a hack of setting
"cb->required_interface_version = 2" in frontend works. Only cores, according to specs, are meant to set the required version.
2023-01-31 04:42:06 +11:00
github-actions[bot]
ab90655766
Fetch translations & Recreate libretro_core_options_intl.h
2023-01-27 08:34:57 +00:00
github-actions[bot]
4adf707626
Fetch translations & Recreate libretro_core_options_intl.h
2023-01-13 08:35:37 +00:00
github-actions[bot]
ecfaf995cc
Fetch translations & Recreate libretro_core_options_intl.h
2023-01-06 08:35:09 +00:00
github-actions[bot]
15b05f0cf7
Fetch translations & Recreate libretro_core_options_intl.h
2022-12-30 08:33:57 +00:00
github-actions[bot]
6cb86fb4b5
Fetch translations & Recreate libretro_core_options_intl.h
2022-12-23 08:34:33 +00:00
libretroadmin
3827fb4bd0
Get rid of NOT_LIBRETRO ifdefs
2022-12-15 13:33:41 +01:00
libretroadmin
961d5ae1e6
Improve define so it covers OSX
2022-12-14 19:52:07 +01:00
libretroadmin
f0b8c32f2c
iAdd errno.h header include when HAVE_ASHMEM is defined
2022-12-14 19:16:51 +01:00
libretroadmin
66f2d6c4ce
Header include cleanups - avoid errno among other things
2022-12-14 19:05:58 +01:00
github-actions[bot]
02303bd592
Fetch translations & Recreate libretro_core_options_intl.h
2022-12-09 08:35:54 +00:00
github-actions[bot]
a87d6f3ed5
Fetch translations & Recreate libretro_core_options_intl.h
2022-12-02 08:35:33 +00:00
LibretroAdmin
4af6a43018
Merge pull request #870 from DisasterMo/new-langs
...
Add new languages and update translation scripts
2022-11-27 19:10:41 +01:00
DisasterMo
8a773c6a82
Add new languages and update translation scripts
2022-11-27 16:26:45 +01:00
github-actions[bot]
e5a2c86579
Fetch translations & Recreate libretro_core_options_intl.h
2022-11-25 08:36:45 +00:00
Zachary Cook
798fab9d5b
Fix eventcycles, add SPU Samples, allows much better performance
...
EventCycles should work up to 2048 now, now that it is used by MDEC and Timer
SPU samples option was added, audio glitches will occur in some games unless samples is 1
2022-11-20 21:59:38 +01:00
LibretroAdmin
ec4d708a31
Merge pull request #868 from DisasterMo/fix-crowdin-config
...
Fix Crowdin config & update translations
2022-11-20 14:56:58 +01:00
DisasterMo
fdafc735a4
Fix Crowdin config & update translations
2022-11-20 14:17:37 +01:00
LibretroAdmin
f8a904ef5b
Merge pull request #867 from sonninnos/category-cleanup
...
Core option category adjustments
2022-11-14 22:44:54 +01:00
sonninnos
e4c955ec2e
Core option category adjustments
2022-11-14 22:32:21 +02:00
LibretroAdmin
bd6b9ef304
Merge pull request #861 from BinBashBanana/master
...
fix 32-bit android buildbot HW builds
2022-09-13 02:01:56 +02:00
BinBashBanana
db99aec380
Update Android.mk
...
fix 32-bit android buildbot HW builds
2022-09-12 16:43:03 -07:00
LibretroAdmin
9724fe15c3
Merge pull request #860 from BinBashBanana/master
...
fix #507 again
2022-09-11 08:36:04 +02:00
BinBashBanana
20e1b1d6d5
fix #507 again
...
fixed the regression in android builds caused by [`3f525d7`](3f525d7d67
)
2022-09-10 21:07:01 -07:00