Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Jul 22, 2020
2 parents 1a77bd5 + 163d686 commit cf02bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usbsupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ static int usbCheckVMC(char *name, int createSize)

static void usbGetAppsPath(char *path, int max)
{
snprintf(path, max, "%s/APPS", usbPrefix);
snprintf(path, max, "%sAPPS", usbPrefix);
}

static item_list_t usbGameList = {
Expand Down

0 comments on commit cf02bc7

Please sign in to comment.