feat: look for gba bios in data path

This commit is contained in:
2023-11-23 01:34:51 -06:00
parent 557b90a39f
commit 78b849b6ff
3 changed files with 35 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ pub const Scheduler = struct {
// invalidates the slice we're iterating over
_ = self.queue.removeIndex(i);
log.debug("Removed {?}@{}", .{ event.kind, event.tick });
// log.debug("Removed {?}@{}", .{ event.kind, event.tick });
break;
}
}