Silence clang warnings

This commit is contained in:
retro-wertz
2019-06-25 16:56:05 +08:00
parent afaa5eab6c
commit 0cb1c866a1
4 changed files with 7 additions and 7 deletions

View File

@@ -440,6 +440,6 @@ void FARIDSLROM8IN1_Init(CartInfo *info) {
MMC1PRGHook16 = FARIDSLROM8IN1PRGHook;
info->Power = FARIDSLROM8IN1Power;
info->Reset = FARIDSLROM8IN1Reset;
AddExState(lock, 1, 0, "LOCK");
AddExState(reg, 1, 0, "REG6");
AddExState(&lock, 1, 0, "LOCK");
AddExState(&reg, 1, 0, "REG6");
}