all repos — mgba @ ace3bd57f7274db5544a8714b136287622d4ade9

mGBA Game Boy Advance Emulator

GB Serialize: Fix typo
Vicki Pfau vi@endrift.com
Thu, 06 Jun 2019 18:38:25 -0700
commit

ace3bd57f7274db5544a8714b136287622d4ade9

parent

8c55de4b5f55c45182b78d815f741e597610021c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/gb/serialize.csrc/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) {