Skip to content

Commit

Permalink
revert the comment
Browse files Browse the repository at this point in the history
BenjaminSiskoo authored Nov 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ef6d4a3 commit 10a788c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yabause/src/ctrl/src/stv.c
Original file line number Diff line number Diff line change
@@ -2759,7 +2759,7 @@ char * updateGameList(const char* file, int *nbGames){
strncpy(availableGames[*nbGames].path, file, MAX_LENGTH_FILEPATH);
romset = strdup(GameList[i].romset);
(*nbGames)++;
break;
//break;
}
}
}

0 comments on commit 10a788c

Please sign in to comment.