mirror of
https://github.com/gopher64/gopher64.git
synced 2026-09-26 06:16:28 +02:00
remove framebuffer tracking (#381)
* remove framebuffer tracking * more
This commit is contained in:
@@ -42,7 +42,6 @@ extern "C"
|
||||
CALL_BACK rdp_check_callback();
|
||||
uint64_t rdp_process_commands();
|
||||
void rdp_new_processor(GFX_INFO _gfx_info);
|
||||
void rdp_check_framebuffers(uint32_t address);
|
||||
size_t rdp_state_size();
|
||||
void rdp_save_state(uint8_t *state);
|
||||
void rdp_load_state(const uint8_t *state);
|
||||
|
||||
Reference in New Issue
Block a user