From 4d26d32e8a6f0adf571a1a6ee0254a3586866bc9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 Jun 2014 05:09:00 +0200 Subject: [PATCH] (Salamander) Fix build --- frontend/frontend_salamander.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/frontend_salamander.c b/frontend/frontend_salamander.c index aee8805827..15e48cf969 100644 --- a/frontend/frontend_salamander.c +++ b/frontend/frontend_salamander.c @@ -37,7 +37,7 @@ #include "platform/platform_psp.c" #endif -default_paths_t default_paths; +struct defaults default_paths; //We need to set libretro to the first entry in the cores //directory so that it will be saved to the config file