diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/libretro.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c index 659b3ce..10e9694 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -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); |