mirror of https://github.com/LIJI32/SameBoy.git
Fix HTML oopsies
parent
ca2575c974
commit
1aed55fe13
|
@ -1,6 +1,6 @@
|
|||
## Definition
|
||||
|
||||
<tt>#define GB_BIG_ENDIAN</code>
|
||||
<tt>#define GB_BIG_ENDIAN</tt>
|
||||
|
||||
In `gb.h`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Definition
|
||||
|
||||
<tt>#define GB_ENUM(type, ...)</code>
|
||||
<tt>#define GB_ENUM(type, ...)</tt>
|
||||
|
||||
In `save_state.h`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Definition
|
||||
|
||||
<tt>void GB_debugger_execute_command([[GB_gameboy_t]] *gb, char *input);</code>
|
||||
<tt>void GB_debugger_execute_command([[GB_gameboy_t]] *gb, char *input);</tt>
|
||||
|
||||
In `debugger.h`
|
||||
|
||||
|
|
Loading…
Reference in New Issue