aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-07-22 22:36:00 +0200
committerAstatin <[email protected]>2025-07-22 22:36:00 +0200
commit398f8cc146ef484ac935fc12cc930ad687a7bad2 (patch)
tree7d1bc02b07671a2e0c0141e0fa5ef93be695d8cb
parent5f2f1449991afc068f3d12afe30af74c69defe39 (diff)
Add new emulator verbosity parameters
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec62e0a..f1a16bf 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ build/game_linux_x86-64: build/makeself/start.sh build/makeself/main.rom build/m
run: build/main.rom
mkdir -p recordings
- gb $< --record-input "./recordings/$(shell date -Iseconds).record" -k
+ gb $< --record-input "./recordings/$(shell date -Iseconds).record" -v infos,errors,debug,halt_cycles
sameboy: build/main.rom
sameboy build/main.rom