mirror of https://github.com/LIJI32/SameBoy.git
Updated Home (markdown)
parent
5f1a47c078
commit
7ebd6b9ae4
15
Home.md
15
Home.md
|
@ -134,6 +134,21 @@ These APIs are used to save and load battery and save states.
|
|||
* [[GB_get_state_model_from_buffer]]
|
||||
* [[GB_is_save_state]]
|
||||
|
||||
### Debugger
|
||||
|
||||
* [[GB_debugger_break]]
|
||||
* [[GB_debugger_evaluate]]
|
||||
* [[GB_debugger_execute_command]]
|
||||
* [[GB_debugger_is_stopped]]
|
||||
* [[GB_debugger_set_disabled]]
|
||||
* [[GB_debugger_clear_symbols]]
|
||||
* [[GB_debugger_set_reload_callback]]
|
||||
* [[GB_debugger_complete_substring]]
|
||||
* [[GB_debugger_describe_address]]
|
||||
* [[GB_debugger_load_symbol_file]]
|
||||
* [[GB_debugger_name_for_address]]
|
||||
* [[GB_cpu_disassemble]]
|
||||
|
||||
### Camera
|
||||
|
||||
These APIs are used to provide image input while emulating a Game Boy Camera.
|
||||
|
|
Loading…
Reference in New Issue