mkxp-z/subprojects
刘皓 a44f3b16b3
Add SDL headers and PhysFS to libretro builds
I don't think I'll be needing SDL. Pretty sure about 100% of the
functionality of SDL that's currently being used here is either trivial
to reimplement or needs to be replaced for the libretro core to work in
the first place. For example, I already know I'm going to need to
completely replace the SDL input handling with libretro's input API.
Also, I'll need to get rid of the use of SDL threads in the audio code
later because libretro cores need to render audio synchronously with the
video rendering.

I'm including the SDL headers, though, to reduce the number of
compilation errors.
2025-01-24 23:56:00 -05:00
..
packagefiles Fix OpenAL Soft devkitPro compilation errors 2025-01-24 11:37:31 -05:00
.gitignore Add all dependencies of libretro build as Meson subprojects 2025-01-02 17:51:22 -05:00
boost_asio.wrap Turn all sandbox bindings into coroutines 2025-01-07 00:02:09 -05:00
boost_assert.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_config.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_container_hash.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_core.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_describe.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_mp11.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_optional.wrap Implement even more of binding-sandbox 2025-01-22 21:52:55 -05:00
boost_static_assert.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_throw_exception.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_type_index.wrap Implement stackful coroutine-based executor for libretro builds 2025-01-08 19:39:48 -05:00
boost_type_traits.wrap Implement even more of binding-sandbox 2025-01-22 21:52:55 -05:00
bzip2.wrap Add all dependencies of libretro build as Meson subprojects 2025-01-02 17:51:22 -05:00
liblzma.wrap Rename lzma subproject to liblzma 2025-01-03 17:42:44 -05:00
libzip.wrap Add all dependencies of libretro build as Meson subprojects 2025-01-02 17:51:22 -05:00
openal-soft.wrap Fix OpenAL Soft devkitPro compilation errors 2025-01-24 11:37:31 -05:00
physfs.wrap Add SDL headers and PhysFS to libretro builds 2025-01-24 23:56:00 -05:00
zlib-darwin.wrap Add Alpine Linux and Android to libretro CI 2025-01-13 23:09:39 -05:00
zlib.wrap Add Alpine Linux and Android to libretro CI 2025-01-13 23:09:39 -05:00
zstd.wrap Add all dependencies of libretro build as Meson subprojects 2025-01-02 17:51:22 -05:00