pass in input resolution

This commit is contained in:
2025-09-22 23:38:35 +02:00
parent 1659ae94c7
commit bf9f0845b7
9 changed files with 76 additions and 21 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ build:
.PHONY: run
run: build
./build/$(TARGET) $(TEST_ARGS) --monitor-only --internal-size=480 --hot-reload
./build/$(TARGET) $(TEST_ARGS) --monitor-only --internal-size=240 --hot-reload
.PHONY: demo
demo: build