mirror of https://github.com/LIJI32/SameBoy.git
Updated Home (markdown)
parent
a2355ca902
commit
55843b8cd9
18
Home.md
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue