mirror of https://github.com/mgba-emu/mgba.git
GB Serialize: Fix typo
This commit is contained in:
parent
8c55de4b5f
commit
ace3bd57f7
|
@ -142,7 +142,7 @@ bool GBDeserialize(struct GB* gb, const struct GBSerializedState* state) {
|
||||||
error = true;
|
error = true;
|
||||||
} else {
|
} else {
|
||||||
// TODO: Make it work correctly
|
// TODO: Make it work correctly
|
||||||
mLOG(GB_STATE, WARN, "ILoading savestate in BIOS. This may not work correctly");
|
mLOG(GB_STATE, WARN, "Loading savestate in BIOS. This may not work correctly");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|
Loading…
Reference in New Issue