fixed scroll?

This commit is contained in:
2025-02-01 20:53:13 -07:00
parent 89a99b160d
commit 36a428bcea
5 changed files with 59 additions and 28 deletions

View File

@ -318,7 +318,8 @@ bool cart_battery_load(){
FILE *fp = fopen(fn, "rb");
if(!fp) {
fprintf(stderr, "unable to open: %s\n", fn);
printf("No battery save found.");
return true;
}
fread(ctx.ram_bank, 0x2000, 1, fp);