GB Serialize: Fix typo
Vicki Pfau vi@endrift.com
Thu, 06 Jun 2019 18:38:25 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/gb/serialize.c
→
src/gb/serialize.c
@@ -142,7 +142,7 @@ mLOG(GB_STATE, WARN, "Incompatible savestate, please restart with correct BIOS in %s mode", GBModelToName(state->model));
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) {