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