summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video.h')
-rw-r--r--video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video.h b/video.h
index 38ade78..77f383d 100644
--- a/video.h
+++ b/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();