Revert "return false if info is NULL inside retro_load_game"
authororbea <ovariegata@yahoo.com>
Tue, 24 Jan 2017 23:49:46 +0000 (15:49 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2017 23:49:46 +0000 (15:49 -0800)
frontend/libretro.c

index 659b3ce..10e9694 100644 (file)
@@ -1011,9 +1011,6 @@ strcasestr(const char *s, const char*find)
 
 bool retro_load_game(const struct retro_game_info *info)
 {
-       if (!info)
-          return false;
-
        size_t i;
        bool is_m3u = (strcasestr(info->path, ".m3u") != NULL);