mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
cheevos-new: no magic numbers
This commit is contained in:
parent
b7acc33bda
commit
8e02ebd987
@ -1415,7 +1415,7 @@ found:
|
|||||||
CORO_RET();
|
CORO_RET();
|
||||||
}
|
}
|
||||||
|
|
||||||
coro->offset = 512;
|
coro->offset = snes_header_len;
|
||||||
coro->count = 0;
|
coro->count = 0;
|
||||||
|
|
||||||
CORO_GOSUB(EVAL_MD5);
|
CORO_GOSUB(EVAL_MD5);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user