mirror of https://github.com/mgba-emu/mgba.git
Core: Fix typo
This commit is contained in:
parent
ff0de9cae2
commit
af2db9073c
|
@ -151,7 +151,7 @@ bool mCoreLoadState(struct mCore* core, int slot, int flags) {
|
|||
if (success) {
|
||||
mLOG(STATUS, INFO, "State %i loaded", slot);
|
||||
} else {
|
||||
mLOG(STATUS, INFO, "State %i failed to loaded", slot);
|
||||
mLOG(STATUS, INFO, "State %i failed to load", slot);
|
||||
}
|
||||
|
||||
return success;
|
||||
|
|
Loading…
Reference in New Issue