aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/dc.h')
-rw-r--r--backends/dc/dc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/dc/dc.h b/backends/dc/dc.h
index cf65f90567..686c590b6b 100644
--- a/backends/dc/dc.h
+++ b/backends/dc/dc.h
@@ -84,6 +84,9 @@ class OSystem_Dreamcast : public OSystem {
virtual void unlock_mutex(void *mutex);
virtual void delete_mutex(void *mutex);
+ // Savefile handling
+ virtual SaveFileManager *get_savefile_manager();
+
static OSystem *create();