day2: impl romfs

This commit is contained in:
Andrew Glaze
2025-12-12 21:56:14 -05:00
parent 1b7376ab5f
commit 17dcd44e4e
4 changed files with 40 additions and 8 deletions

View File

@@ -73,6 +73,7 @@ struct Day01 {
static func main() {
gfxInitDefault()
consoleInit(GFX_TOP, nil)
guard romfsInit() == 0 else {
print("Couldn't init RomFS")
return