diff --git a/content.h b/content.h index 042f51d022..fec2353e67 100644 --- a/content.h +++ b/content.h @@ -29,8 +29,6 @@ RETRO_BEGIN_DECLS -typedef struct ram_type ram_type_t; - typedef struct content_ctx_info { int argc; /* Argument count. */ diff --git a/tasks/task_save_ram.c b/tasks/task_save_ram.c index 2dcf04524a..3358f9818d 100644 --- a/tasks/task_save_ram.c +++ b/tasks/task_save_ram.c @@ -37,6 +37,8 @@ /* TODO/FIXME - turn this into actual task */ +typedef struct ram_type ram_type_t; + struct ram_type { const char *path;