From b263b07c9dc38903ba7285b756f60113b9604160 Mon Sep 17 00:00:00 2001 From: AndresSM Date: Fri, 7 Feb 2014 02:32:32 -0500 Subject: [PATCH] Fix: core will not crash anymore if RETRO_GET_SAVE_DIRECTORY is not defined --- libretro.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libretro.cpp b/libretro.cpp index cc03534c..7769e679 100644 --- a/libretro.cpp +++ b/libretro.cpp @@ -413,7 +413,6 @@ void retro_init() /* TODO: Add proper fallback */ if (log_cb) log_cb(RETRO_LOG_WARN, "SRAM directory is not defined. Fallback on using SYSTEM directory ...\n"); - failed_init = true; retro_save_directory = retro_base_directory; }