Fix incompatible pointer type warning

This commit is contained in:
negativeExponent
2020-03-14 20:27:44 +08:00
parent 68b8f0e120
commit 374677ae28
2 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ VSUNIENTRY VSUniGames[] =
{ 0 }
};
void FCEU_VSUniCheck(uint64 md5partial, int *MapperNo, uint8 *Mirroring) {
void FCEU_VSUniCheck(uint64 md5partial, int *MapperNo, int *Mirroring) {
VSUNIENTRY *vs = VSUniGames;
while (vs->name) {