.. |
audio
|
Fix compilation errors in src/audio in standalone builds
|
2025-06-03 20:46:44 -04:00 |
crypto
|
Update ancurio's copyright notice (#29)
|
2023-10-04 15:07:34 -04:00 |
display
|
Remove references to dupeFrame in standalone builds
|
2025-06-03 16:11:56 -04:00 |
etc
|
Implement deserializing libretro save states of the opposite endianness
|
2025-06-02 17:39:30 -04:00 |
filesystem
|
Change sandbox_str() to return a guard object instead of a pointer to a static string in big-endian libretro builds
|
2025-06-03 13:14:51 -04:00 |
input
|
Merge branch 'misc-fixes' into libretro
|
2025-06-03 11:36:20 -04:00 |
net
|
Bump cpp-httplib to v0.14.1
|
2023-10-29 11:59:55 +00:00 |
system
|
Fix libretro compilation errors caused by the config-reading implementation
|
2025-04-12 17:09:41 -04:00 |
util
|
Implement system bindings in libretro builds
|
2025-06-03 23:06:05 -04:00 |
binding.h
|
Update ancurio's copyright notice (#29)
|
2023-10-04 15:07:34 -04:00 |
config.cpp
|
Allow json5pp to report syntax errors and bad casts even with -fno-exceptions
|
2025-05-17 22:57:31 -04:00 |
config.h
|
Implement loading RTPs from the libretro system directory
|
2025-05-13 12:28:17 -04:00 |
core.cpp
|
Add a log message when loading libretro save state made with incompatible mkxp-z version
|
2025-06-04 11:32:32 -04:00 |
core.h
|
Add a log message when loading libretro save state made with incompatible mkxp-z version
|
2025-06-04 11:32:32 -04:00 |
eventthread.cpp
|
Replace xxd with a custom executable
|
2025-02-27 22:55:22 -05:00 |
eventthread.h
|
Remove dependency on SDL headers in libretro builds
|
2025-03-29 12:37:07 -04:00 |
git-hash.h.in
|
Use vcs_tag to get Git version instead of run_command
|
2025-02-27 23:41:40 -05:00 |
main.cpp
|
Fix some compilation errors in standalone builds
|
2025-05-17 13:03:57 -04:00 |
meson.build
|
Use a priority deque to allocate object keys/WASI file descriptors
|
2025-06-03 10:59:30 -04:00 |
mkxp-polyfill.cpp
|
Re-add polyfill for pthread_self()
|
2025-05-05 16:45:22 -04:00 |
mkxp-polyfill.h
|
Allow FluidSynth and OpenAL Soft to compile with -fno-exceptions -fno-rtti in libretro builds
|
2025-05-15 15:17:18 -04:00 |
settingsmenu.cpp
|
Fix controller bindings
|
2024-08-31 10:30:53 +02:00 |
settingsmenu.h
|
Update ancurio's copyright notice (#29)
|
2023-10-04 15:07:34 -04:00 |
sharedstate.cpp
|
Free shared state when sandbox is destroyed in libretro builds
|
2025-05-31 16:06:07 -04:00 |
sharedstate.h
|
Continue implementing save state deserialization in libretro builds
|
2025-05-27 16:59:41 -04:00 |
stb_image.c
|
Implement loading animated GIF bitmaps in libretro builds
|
2025-05-03 11:07:55 -04:00 |
stb_image_malloc.h
|
Reconcile the standalone and libretro build systems
|
2025-04-09 23:52:12 -04:00 |
stb_sprintf.c
|
Reconcile the standalone and libretro build systems
|
2025-04-09 23:52:12 -04:00 |