GB Serialize: Fix typo

This commit is contained in:
Vicki Pfau 2019-06-06 18:38:25 -07:00
parent 8c55de4b5f
commit ace3bd57f7
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ bool GBDeserialize(struct GB* gb, const struct GBSerializedState* state) {
error = true;
} else {
// 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) {