Commit Graph

420 Commits

Author SHA1 Message Date
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 b7fc8f5b3e.
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 2ce2e32b24.
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