426 Commits

Author SHA1 Message Date
smp79
e4a8b95ede libretro-vecx: update to githash 841229 and add an option USE_GLVND 2025-04-12 23:52:45 +03:00
Rudi Heitbaum
086c52376f rcheevos: fix build with cmake-4.0.0 2025-04-05 14:36:53 +00:00
Christian Hewitt
9bfcda0cb4
Merge pull request #8418 from KOPRajs/swanstation
Add SwanStation game add-on
2025-03-05 04:46:26 +04:00
KOPRajs
4e32b23710 kodi-binary-addons: add SwanStation game add-on 2025-03-04 12:00:24 +01:00
Rudi Heitbaum
3eea35d452 libretro-mame2010: fix missing PKG_DEPENDS_TARGET=zlib 2025-02-17 06:29:32 +00:00
luzpaz
2c322ae4f3 retro-pcsx-rearmed: fix build for OdroidGoAdvance 2025-02-03 06:50:30 -05:00
Rudi Heitbaum
36ab5f1737 libretro-hatari: add missing zlib DEPENDS 2024-12-23 10:22:20 +00:00
Rudi Heitbaum
ea4379b7bd libretro-stella: update patch 2024-12-17 23:23:07 -08:00
Rudi Heitbaum
88bc9ee7bf Revert "libretro-scummvm: allow build without wget using curl"
This reverts commit b7fc8f5b3e30a69145dd0f0d7aa879d5a5e9c376.
2024-12-17 23:23:07 -08:00
Garrett Brown
8dca46c197 emulation: Update all libretro cores 2024-12-15 22:23:23 -08:00
Rudi Heitbaum
89c1971c27 libretro-scummvm: build with external faad2
fixes gcc-15 build

ref: https://github.com/libretro/libretro-deps ISSUE13
ref: https://github.com/knik0/faad2 PR206
2024-12-15 07:49:52 +00:00
Rudi Heitbaum
d410c76870 libretro-picodrive: update to githash dab9c6e
drop local patch now that it is upstreamed
2024-12-15 07:49:52 +00:00
Rudi Heitbaum
1302269e5a libretro-mame2003_plus: update to githash 4a9aec7 2024-12-15 07:28:52 +00:00
Rudi Heitbaum
b7fc8f5b3e libretro-scummvm: allow build without wget using curl 2024-10-20 11:39:48 +00:00
CvH
e2dde32012 cleanup packages: emulation/ 2024-08-01 11:53:50 +02:00
CvH
4640533a86
Merge pull request #9082 from garbear/update-pcsx-rearmed
Update PCSX ReARMed
2024-07-11 17:41:19 +02:00
CvH
c99cea0325
Merge pull request #9081 from garbear/update-mrboom
Update Mr.Boom game add-on
2024-07-11 17:40:49 +02:00
Garrett Brown
4cb00715eb libretro-pcsx-rearmed: Update to latest master 2024-07-11 04:08:14 -10:00
Garrett Brown
7dce85a3ff libretro-mrboom: Update to master branch 2024-07-11 03:44:34 -10:00
Garrett Brown
19dde20518 emulation: Update packages after upstreaming patches 2024-07-11 02:34:26 -10:00
Rudi Heitbaum
c53231fa3f libretro-bk: update to githash ea37046
patch is now upstream
and reverts commit 2ce2e32b242fdc7a8098ebc1dc4580d67b6bae22.
2024-06-29 05:37:57 +00:00
Rudi Heitbaum
37cf54fd4d libretro-picodrive: fix gcc-14 build on arm32
Fix build on arm32

pico/carthw/svp/compiler.c: In function 'ssp_translate_block':
pico/carthw/svp/compiler.c:1800:24: error: passing argument 1 of 'rfflush' from incompatible pointer type [-Wincompatible-pointer-types]
 1800 |                 fflush(stdout);
      |                        ^~~~~~
      |                        |
      |                        FILE *
In file included from ./pico/pico_port.h:12,
                 from ./pico/pico_int.h:15,
                 from pico/carthw/svp/compiler.c:9:
platform/libretro/libretro-common/include/streams/file_stream_transforms.h:89:25: note: expected 'RFILE *' but argument is of type 'FILE *'
   89 | int64_t rfflush(RFILE * stream);
      |                 ~~~~~~~~^~~~~~
2024-05-23 09:30:23 +00:00
Rudi Heitbaum
8fe0844630 libretro-uae: update to githash 3432007 2024-05-20 22:02:04 +00:00
Rudi Heitbaum
4197bb5146 libretro-atari800: update to githash 8bfa3b8 2024-05-20 22:02:04 +00:00
Rudi Heitbaum
74d8af6bdc libretro-bluemsx: update to githash 0dcb73a 2024-05-20 22:02:04 +00:00
Rudi Heitbaum
911006e73c libretro-mame2003_plus: update to githash ab725a7
fixes build with gcc-14.1.0
2024-05-20 22:02:04 +00:00
Rudi Heitbaum
60da9a6ad8 libretro-mame2000: update to githash 905808f
fixes build with gcc-14.1.0
2024-05-20 22:02:04 +00:00
Rudi Heitbaum
6a53d7fb7d libretro-prboom: update to githash ab05295
fixes build with gcc-14.1.0
2024-05-20 22:02:04 +00:00
Rudi Heitbaum
ade077dfad libretro-snes9x: update to githash 3265c0a
fixes build with gcc-14.1.0
2024-05-20 22:02:04 +00:00
Rudi Heitbaum
2ce2e32b24 libretro-bk: fix gcc-14 build 2024-05-19 06:10:30 +00:00
Ian Leonard
58f895837a emulation: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-04-14 21:14:32 -04:00
Peter
f6c5cb3306 libretro-scummvm: fix build after repository change 2024-02-25 14:23:00 +01:00
Garrett Brown
0bb2f8d07f emulation: Update libretro packages to latest master versions 2024-02-02 15:22:19 -08:00
Garrett Brown
1161f87c1b libretro-dosbox-pure: Update patch 2023-12-12 17:24:32 -08:00
Garrett Brown
b6b7049810 emulation: Update libretro packages 2023-12-12 15:46:08 -08:00
Garrett Brown
3eb07bf710 emulation: Update libretro emulators 2023-12-05 23:05:20 -08:00
Garrett Brown
d3eef7fdba libretro-beetle-psx: Only build software core 2023-07-07 16:05:23 -07:00
Garrett Brown
1411381946 Update retroplayer add-ons to latest versions 2023-07-07 16:05:23 -07:00
Lukas Rusak
0ef11fb3aa game.libretro.bsnes-mercury-performance: allow building for any arch
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-07-06 20:34:47 -07:00
Lukas Rusak
0d19ece53a game.libretro.beetle-saturn: allow building for any arch
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-07-06 20:34:47 -07:00
Lukas Rusak
dc46ac1796 game.libretro.beetle-bsnes: allow building for any arch
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-07-06 20:34:47 -07:00
Matthias Reichl
64ec7e0211
Merge pull request #7794 from heitbaum/gcc
gcc: update to 13.1.0
2023-05-10 16:41:31 +02:00
Rudi Heitbaum
1bcc6a302d libretro-bsnes-hd: fix build with gcc-13 2023-05-07 05:25:10 +00:00
Rudi Heitbaum
cba5fb23c0 libretro-bsnes: fix build with gcc-13 2023-05-07 05:25:10 +00:00
Rudi Heitbaum
6a11a5770f libretro-uae4arm: build does not search for libraries in non standard directories so add additional -L directories 2023-04-30 13:14:32 +00:00
CvH
04f3154930
Merge pull request #7792 from heitbaum/addon-fixes
libretro-beetle-psx: for opengl builds set library name to mednafen_psx_hw_libretro
2023-04-25 20:23:02 +02:00
Rudi Heitbaum
91d9069d44 libretro-mame2000: fix build with aarch64 2023-04-25 11:51:00 +00:00
Rudi Heitbaum
add9cb57df libretro-beetle-psx: for opengl builds set library name to mednafen_psx_hw_libretro 2023-04-25 05:45:03 +00:00
CvH
e57f43ad89 packages/emulators: fix licences 2023-04-10 16:12:06 +02:00
Garrett Brown
f371dc4734 packages/emulators: remove i386 2023-04-10 16:12:06 +02:00