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