mirror of https://github.com/mgba-emu/mgba.git
Compare commits
2 Commits
edd6bfcdfa
...
b8a60b11e5
Author | SHA1 | Date |
---|---|---|
nuive | b8a60b11e5 | |
Vicki Pfau | 39ab641953 |
|
@ -702,7 +702,7 @@ void GBASavedataRTCRead(struct GBASavedata* savedata) {
|
|||
|
||||
savedata->gpio->rtc.offset = savedata->gpio->rtc.lastLatch - rtcTime;
|
||||
|
||||
mLOG(GBA_SAVE, ERROR, "Savegame time offset set to %li", savedata->gpio->rtc.offset);
|
||||
mLOG(GBA_SAVE, DEBUG, "Savegame time offset set to %li", savedata->gpio->rtc.offset);
|
||||
}
|
||||
|
||||
void GBASavedataSerialize(const struct GBASavedata* savedata, struct GBASerializedState* state) {
|
||||
|
|
Loading…
Reference in New Issue