.. |
audio-binding.cpp
|
Handle game shutdown properly in libretro builds
|
2025-05-18 10:03:08 -04:00 |
audio-binding.h
|
Handle game shutdown properly in libretro builds
|
2025-05-18 10:03:08 -04:00 |
binding-base.cpp
|
Fix some bugs and safety issues in sandbox memory manipulation functions
|
2025-07-03 22:04:29 -04:00 |
binding-base.h
|
Properly set assumingRubyGC when deserializing bitmaps from libretro save states
|
2025-07-06 11:08:44 -04:00 |
binding-sandbox.cpp
|
Implement Kernel.save_data in libretro builds
|
2025-07-06 11:48:11 -04:00 |
binding-sandbox.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
binding-util.cpp
|
Change exception_raise in sandbox bindings to take const Exception & instead of Exception & as argument
|
2025-06-03 23:11:06 -04:00 |
binding-util.h
|
Handle initialize being called multiple times in binding-sandbox/font-binding.cpp
|
2025-07-01 15:14:41 -04:00 |
bitmap-binding.cpp
|
Fix some bugs and safety issues in sandbox memory manipulation functions
|
2025-07-03 22:04:29 -04:00 |
bitmap-binding.h
|
Implement growing VM memory in libretro builds
|
2025-05-09 22:49:13 -04:00 |
disposable-binding.h
|
Add more helper functions for bindings in libretro builds
|
2025-05-01 11:18:02 -04:00 |
etc-binding.cpp
|
Keep track of all C++ objects allocated by bindings in libretro builds
|
2025-05-19 14:44:44 -04:00 |
etc-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
flashable-binding.h
|
Allow the entire codebase to build with -fno-exceptions -fno-rtti in libretro builds
|
2025-05-16 21:59:54 -04:00 |
font-binding.cpp
|
Call Font::initDefaultDynAttribs() before initializing shared state in libretro builds
|
2025-07-02 14:38:09 -04:00 |
font-binding.h
|
Implement growing VM memory in libretro builds
|
2025-05-09 22:49:13 -04:00 |
graphics-binding.cpp
|
Remove unnecessary slot from libretro Graphics.update binding
|
2025-06-12 17:57:13 -04:00 |
graphics-binding.h
|
Handle game shutdown properly in libretro builds
|
2025-05-18 10:03:08 -04:00 |
hasher.cpp
|
Add a log message when loading libretro save state made with incompatible mkxp-z version
|
2025-06-04 11:32:32 -04:00 |
input-binding.cpp
|
Merge branch 'misc-fixes' into libretro
|
2025-06-03 11:36:20 -04:00 |
input-binding.h
|
Implement growing VM memory in libretro builds
|
2025-05-09 22:49:13 -04:00 |
meson.build
|
Add a log message when loading libretro save state made with incompatible mkxp-z version
|
2025-06-04 11:32:32 -04:00 |
module_rpg.cpp
|
Reconcile the standalone and libretro build systems
|
2025-04-09 23:52:12 -04:00 |
plane-binding.cpp
|
Keep track of all C++ objects allocated by bindings in libretro builds
|
2025-05-19 14:44:44 -04:00 |
plane-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
sandbox-serial-util.cpp
|
Properly set assumingRubyGC when deserializing bitmaps from libretro save states
|
2025-07-06 11:08:44 -04:00 |
sandbox-serial-util.h
|
Fix edge case in pointer unswizzling algorithm for libretro save state serialization
|
2025-07-02 13:32:06 -04:00 |
sandbox.cpp
|
Serialize PRNG state in libretro save states
|
2025-06-11 15:54:21 -04:00 |
sandbox.h
|
Serialize PRNG state in libretro save states
|
2025-06-11 15:54:21 -04:00 |
sceneelement-binding.h
|
Add more helper functions for bindings in libretro builds
|
2025-05-01 11:18:02 -04:00 |
serializable-binding.h
|
Fix some more bugs in sandbox memory manipulation functions
|
2025-07-03 22:20:56 -04:00 |
sprite-binding.cpp
|
Keep track of all C++ objects allocated by bindings in libretro builds
|
2025-05-19 14:44:44 -04:00 |
sprite-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
table-binding.cpp
|
Keep track of all C++ objects allocated by bindings in libretro builds
|
2025-05-19 14:44:44 -04:00 |
table-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
tilemap-binding.cpp
|
Fix serialization of Tilemap::Autotiles and TilemapVX::BitmapArray in libretro builds, for real this time
|
2025-05-27 19:11:58 -04:00 |
tilemap-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
tilemapvx-binding.cpp
|
Fix serialization of Tilemap::Autotiles and TilemapVX::BitmapArray in libretro builds, for real this time
|
2025-05-27 19:11:58 -04:00 |
tilemapvx-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
viewport-binding.cpp
|
Keep track of all C++ objects allocated by bindings in libretro builds
|
2025-05-19 14:44:44 -04:00 |
viewport-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
viewportelement-binding.h
|
Allow the entire codebase to build with -fno-exceptions -fno-rtti in libretro builds
|
2025-05-16 21:59:54 -04:00 |
wasi.cpp
|
Fix WASI file descriptor leak during libretro save state deserialization
|
2025-07-06 10:53:02 -04:00 |
wasi.h
|
Fix some bugs and safety issues in sandbox memory manipulation functions
|
2025-07-03 22:04:29 -04:00 |
wasm-rt.cpp
|
Don't reallocate memory in wasm_rt_replace_memory unless the memory capacity has changed
|
2025-07-06 13:38:20 -04:00 |
wasm-rt.h
|
Start implementing save state deserialization in libretro builds
|
2025-05-25 16:07:40 -04:00 |
wasm-types.h
|
Keep track of all C++ objects allocated by bindings in libretro builds
|
2025-05-19 14:44:44 -04:00 |
window-binding.cpp
|
Keep track of all C++ objects allocated by bindings in libretro builds
|
2025-05-19 14:44:44 -04:00 |
window-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |
windowvx-binding.cpp
|
Don't set private data if an exception has occurred in the bindings
|
2025-05-20 18:58:44 -04:00 |
windowvx-binding.h
|
Refactor binding-sandbox header files into .cpp files
|
2025-04-30 22:31:13 -04:00 |