- Feb 18, 2024
-
-
João Magalhães authored
Makes it consistent with the WebAssembly naming conventions.
-
- Feb 17, 2024
-
-
João Magalhães authored
These functions act as wrappers modifying the error value of the original function into a string.
-
João Magalhães authored
-
João Magalhães authored
Converted the `state.rs` into an Error enum version of result.
-
João Magalhães authored
-
João Magalhães authored
Makes use of the `Error` enum to handle errors. This is a better way to handle errors in Rust. It is also more idiomatic.
-
- Feb 13, 2024
-
-
João Magalhães authored
Contains detailed information about the inner structure.
-
- Feb 10, 2024
-
-
João Magalhães authored
-
- Feb 06, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
- Feb 03, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
- Feb 02, 2024
-
-
João Magalhães authored
-
- Dec 29, 2023
-
-
João Magalhães authored
Made use of const values to store global data. Polling is done on every tick, supposedly it's the best approach for libretro.
-
- Nov 25, 2023
-
-
João Magalhães authored
-
João Magalhães authored
Added more error handling.
-
João Magalhães authored
-
- Nov 20, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
- Nov 19, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Added support for pyboy event conversion.
-
João Magalhães authored
-
João Magalhães authored
PyBoy interface was also updated with a mapping table.
-
João Magalhães authored
Makes it easier to interact with the base py.rs file
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
- Nov 18, 2023
-
-
João Magalhães authored
Already working for a simple example.
-
João Magalhães authored
-
João Magalhães authored
Added interface to custom boot ROM loading in Python.
-
- Nov 13, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
- Nov 11, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
- Nov 09, 2023
-
-
João Magalhães authored
Using pySDL2 and sending them as part of the next frame process. There's still many TODOs pending for performance improvements.
-
- Nov 08, 2023
-
-
João Magalhães authored
Also changed `save_image()` method to removed auto format append in file name.
-