Add RDP to savestate (#348)

* organize RDP device

* more

* more

* more

* more

* more

* more

* more

* more
This commit is contained in:
Logan McNaughton
2025-03-22 21:24:39 +01:00
committed by GitHub
parent a58eed7dc9
commit 8a09cb711f
5 changed files with 95 additions and 62 deletions
+4 -1
View File
@@ -2,6 +2,7 @@
#ifdef __cplusplus
#include <cstdint>
#include <stddef.h>
extern "C"
{
@@ -42,7 +43,9 @@ extern "C"
uint64_t rdp_process_commands();
void rdp_new_processor(GFX_INFO _gfx_info);
void rdp_check_framebuffers(uint32_t address);
void rdp_full_sync();
size_t rdp_state_size();
void rdp_save_state(uint8_t *state);
void rdp_load_state(const uint8_t *state);
#ifdef __cplusplus
}