From cef2d57629ed4d3d1a7ee611f59c6a21feeffd3e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 Sep 2016 04:59:56 +0200 Subject: [PATCH] Cleanups --- content.h | 2 -- tasks/task_save_ram.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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;