Updated Home (markdown)

Lior Halphon 2024-11-29 13:51:29 +02:00
parent a2355ca902
commit 55843b8cd9
1 changed files with 9 additions and 9 deletions

18
Home.md

@ -120,19 +120,19 @@ These APIs are used to handle the player controls in an emulator instance.
These APIs are used to save and load battery and save states.
* [[GB_save_battery]]
* [[GB_save_battery_to_buffer]]
* [[GB_save_battery_size]]
* [[GB_load_battery]]
* [[GB_load_battery_from_buffer]]
* [[GB_save_state]]
* [[GB_save_state_to_buffer]]
* [[GB_get_save_state_size]]
* [[GB_load_state]]
* [[GB_load_state_from_buffer]]
* [[GB_get_state_model]]
* [[GB_get_state_model_from_buffer]]
* [[GB_is_save_state]]
* [[GB_load_battery]]
* [[GB_load_battery_from_buffer]]
* [[GB_load_state]]
* [[GB_load_state_from_buffer]]
* [[GB_save_battery]]
* [[GB_save_battery_size]]
* [[GB_save_battery_to_buffer]]
* [[GB_save_state]]
* [[GB_save_state_to_buffer]]
### Camera