linux compat

This commit is contained in:
2025-06-13 15:33:13 -06:00
parent 84952c134c
commit 800dcb2706
7 changed files with 74 additions and 19 deletions

View File

@ -59,6 +59,7 @@ typedef struct {
void cart_load_state(const cart_state*);
void cart_save_state(cart_state*);
bool cart_init();
bool cart_load(char *cart);
@ -73,4 +74,4 @@ bool cart_need_save();
bool cart_battery_load();
bool cart_battery_save();
u8 cart_get_rom_bank();
u8 cart_get_rom_bank();