mirror of https://github.com/mgba-emu/mgba.git
Core: Remove erroneous log message
This commit is contained in:
parent
f99bdc07de
commit
6e7c250b19
|
@ -360,7 +360,6 @@ bool mCoreSaveStateNamed(struct mCore* core, struct VFile* vf, int flags) {
|
|||
}
|
||||
}
|
||||
if (flags & SAVESTATE_RTC) {
|
||||
mLOG(SAVESTATE, INFO, "Loading RTC");
|
||||
struct mStateExtdataItem item;
|
||||
if (core->rtc.d.serialize) {
|
||||
core->rtc.d.serialize(&core->rtc.d, &item);
|
||||
|
|
Loading…
Reference in New Issue