Open SuperAuguste opened 7 months ago
I'll throw in a few small tasks too just to keep track of them
[Z]
& [X]
with [A]
& [B]
in embedded font (also for firmware), also add Start, Select, and Joystick Clickzig build watch
unable to check cache: stat file '(ROOT)/src/cart.ld' failed: FileNotFound
errors when running zig build watch
src/
subdir) will cause the watcher to watch all files in the whole root dir, including zig-cache
which causes errors and breaking the watcher whenever the cache changes. EDIT: Solved using watch_dirs
#33.src/
directory, but that then means that the watcher won't reload when the sources change. Perhaps it would be best for users to manually specify watched dirs/files in build.zig? For most users it would likely just be src/
and assets/raw/
anyways. EDIT: Solved using watch_dirs
#33.
wasm4.blit
wasm4.zig
functions use structs for readability