Commit Graph

777 Commits

Author SHA1 Message Date
LibretroAdmin
7fead71b49
Merge pull request #72 from warmenhoven/warmenhoven/pr/tvos13
Some checks failed
CI / build-ps2 (push) Has been cancelled
Crowdin Translation Integration / create_intl_file (push) Has been cancelled
tvos: properly set min supported version
2024-10-21 16:42:47 -05:00
Eric Warmenhoven
715ee559d6 tvos: properly set min supported version 2024-10-16 11:40:32 -04:00
LibretroAdmin
d982616da6
Merge pull request #70 from RobLoach/patch-1
info: Add .lyx as a valid file extension
2024-06-28 17:50:18 -05:00
LibretroAdmin
d2fb9abc72
Merge pull request #71 from Ploggy/master
[WiiU] Aroma CFW Compatibility
2024-06-28 17:50:11 -05:00
Ploggy
9f70b581a0
Merge branch 'libretro:master' into master 2024-06-03 00:28:10 +01:00
Rob Loach
e26d5c1e06
info: Add .lyx as a valid file extension
No-Intro updated the Lynx file extension to `.lyx` so this adds it as a valid file extension.
2023-12-31 20:38:43 -05:00
LibretroAdmin
48909ddd1a
Merge pull request #69 from RobLoach/emscripten
emscripten: Use AR for static linking
2023-11-01 14:10:47 +01:00
Rob Loach
9b3487f41d
emscripten: Use AR for static linking 2023-10-04 11:57:30 -04:00
github-actions[bot]
fab3ac02d5 Fetch translations & Recreate libretro_core_options_intl.h 2023-07-21 17:24:38 +00:00
github-actions[bot]
7866553cc1 Fetch translations & Recreate libretro_core_options_intl.h 2023-07-07 17:25:39 +00:00
github-actions[bot]
2ce6244d04 Fetch translations & Recreate libretro_core_options_intl.h 2023-06-09 17:24:29 +00:00
github-actions[bot]
f88769ec9f Fetch translations & Recreate libretro_core_options_intl.h 2023-06-02 17:23:56 +00:00
github-actions[bot]
60371739b9 Fetch translations & Recreate libretro_core_options_intl.h 2023-05-26 17:24:26 +00:00
LibretroAdmin
75c2fedc53
Merge pull request #65 from vanfanel/force-60hz
Add force 60Hz core option.
2023-05-23 03:46:36 +02:00
github-actions[bot]
ebe72aacbb Fetch translations & Recreate libretro_core_options_intl.h 2023-05-19 17:24:03 +00:00
github-actions[bot]
9812bb4065 Fetch translations & Recreate libretro_core_options_intl.h 2023-04-28 17:23:45 +00:00
github-actions[bot]
3667b2a0c7 Fetch translations & Recreate libretro_core_options_intl.h 2023-04-07 17:23:40 +00:00
github-actions[bot]
2941d8c0c5 Fetch translations & Recreate libretro_core_options_intl.h 2023-03-31 17:24:17 +00:00
github-actions[bot]
66a4bc8d7d Fetch translations & Recreate libretro_core_options_intl.h 2023-03-17 17:25:00 +00:00
Ploggy
488091603a Update Makefile 2023-03-04 02:41:02 +00:00
github-actions[bot]
3ca44fda26 Fetch translations & Recreate libretro_core_options_intl.h 2023-02-24 17:25:44 +00:00
LibretroAdmin
d718564b46
Merge pull request #67 from mudlord/patch-1
Use proper VFS version.
2023-02-10 19:25:52 +01:00
github-actions[bot]
1e67118f92 Fetch translations & Recreate libretro_core_options_intl.h 2023-02-10 17:25:26 +00:00
mudlord
331e9332c2
Use proper VFS version.
VFS callbacks fail since it requires V2, which includes vfs_truncate. Otherwise it falls back to libretro-common code. Current VFS wrapping code in libretro-common needs V2 since vfs_truncate's callback is set.

https://github.com/libretro/libretro-common/blob/master/streams/file_stream.c#L65

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 05:05:02 +11:00
github-actions[bot]
fc1288ccc0 Fetch translations & Recreate libretro_core_options_intl.h 2023-01-20 17:25:25 +00:00
github-actions[bot]
74603da1ee Fetch translations & Recreate libretro_core_options_intl.h 2023-01-13 17:24:58 +00:00
LibretroAdmin
d48ebb62af
Update libretro_core_options_intl.h 2023-01-07 05:20:34 +01:00
LibretroAdmin
7d63c179fe
Merge pull request #66 from DisasterMo/crowdin-sync
Fix build problems due to removal of the Hebrew localisation
2023-01-06 23:59:57 +01:00
DisasterMo
9f1f5cbad2 Fix build problems due to removal of the Hebrew localisation
The Hebrew language was erroneously removed on Crowdin - right before the sync script ran. This lead to build errors, as some requires variables suddenly became undefined. This PR replaces these variables with dummies to enable building the core again.
2023-01-06 23:17:30 +01:00
github-actions[bot]
20c9dcc8c7 Fetch translations & Recreate libretro_core_options_intl.h 2023-01-06 17:24:56 +00:00
github-actions[bot]
f8fc53b15a Fetch translations & Recreate libretro_core_options_intl.h 2022-12-23 17:24:38 +00:00
vanfanel
1871b3bdfa Add force 60Hz core option. 2022-12-16 14:31:05 +01:00
libretroadmin
9c48124dc1 Cleanup header includes 2022-12-14 18:41:29 +01:00
libretroadmin
0d8921a867 Header include cleanups 2022-12-14 18:13:08 +01:00
github-actions[bot]
e3da38c7ff Fetch translations & Recreate libretro_core_options_intl.h 2022-12-09 17:25:18 +00:00
LibretroAdmin
9d5288370a
Merge pull request #64 from DisasterMo/fix-crowdin-config
Fix Crowdin config & workflow
2022-11-27 14:08:31 +01:00
DisasterMo
560423adea Fix Crowdin config & workflow
Also add new languages
2022-11-27 12:29:58 +01:00
libretroadmin
3d2fcc5a55 Cleanups 2022-06-10 06:36:54 +02:00
libretroadmin
4f05f62622 Small cleanups 2022-06-10 06:29:45 +02:00
libretroadmin
2f74c21f50 Remove unused functions and function arguments 2022-05-29 01:04:24 +02:00
libretroadmin
a9eb7397be Cleanups 2022-05-29 01:01:14 +02:00
Autechre
de0d520d67
Merge pull request #61 from crystalct/master
PS3/PSL1GHT build fix
2022-03-27 15:11:05 +01:00
CrystalCT
3fe6dc4bf9 PS3/PSL1GHT build fix 2022-02-16 09:45:28 +01:00
github-actions[bot]
26d94696eb Fetch translations & Recreate libretro_core_options_intl.h 2022-02-04 17:22:39 +00:00
Autechre
d7e4891eeb
Merge pull request #59 from DisasterMo/text-fix
Change 'keymaps' to 'button mappings'
2022-01-29 11:02:16 +01:00
Autechre
919a5c4aa8
Merge pull request #58 from DisasterMo/add-langs
Enable Indonesian, Swedish and Ukrainian localisations
2022-01-29 11:02:08 +01:00
github-actions[bot]
4946127881 Fetch translations & Recreate libretro_core_options_intl.h 2022-01-28 17:25:23 +00:00
DisasterMo
6cf4b9ba76 Change 'keymaps' to 'button mappings' 2022-01-25 21:04:12 +01:00
DisasterMo
db4af78a27 Enable Indonesian, Swedish and Ukrainian localisations 2022-01-21 11:14:54 +01:00
github-actions[bot]
8930e88a43 Fetch translations & Recreate libretro_core_options_intl.h 2022-01-14 17:27:17 +00:00