mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-09-17 20:52:21 +02:00
implement retro_serialize/unserialize
This commit is contained in:
4
video.h
4
video.h
@@ -31,8 +31,8 @@ void clear_screen(u16 color);
|
||||
void blit_to_screen(u16 *src, u32 w, u32 h, u32 x, u32 y);
|
||||
u16 *copy_screen();
|
||||
void flip_screen();
|
||||
void video_write_mem_savestate(file_tag_type savestate_file);
|
||||
void video_read_savestate(file_tag_type savestate_file);
|
||||
void video_write_savestate(void);
|
||||
void video_read_savestate(void);
|
||||
|
||||
void debug_screen_clear();
|
||||
void debug_screen_start();
|
||||
|
||||
Reference in New Issue
Block a user