git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit e545413a420e3467d6a15b280fba2b8628a30db0
parent 51aa09517d51140744e07634b8ca06847b53e9b7
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat, 17 Sep 2022 13:58:45 +0300

Save before swapping

Diffstat:
MCocoa/Document.m1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Cocoa/Document.m b/Cocoa/Document.m @@ -2548,6 +2548,7 @@ static bool is_path_writeable(const char *path) } } if (ok) { + GB_save_battery(&gb, self.savPath.UTF8String); self.fileURL = urls.firstObject; [self loadROM]; }

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.