diff --git a/Home.md b/Home.md index 822010c..a93e46c 100644 --- a/Home.md +++ b/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