Skip to content

Commit

Permalink
libretro, fix regression (missing return)
Browse files Browse the repository at this point in the history
  • Loading branch information
irixxxx committed Oct 18, 2024
1 parent 890e527 commit d7e18f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/libretro/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,8 @@ static const char *find_msu(const char *cd_fname)
return path;
}
}

return NULL;
}

static void set_memory_maps(void)
Expand Down

0 comments on commit d7e18f8

Please sign in to comment.