uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit ebf31ecb03693eb61d11201647912bf6d578d16a
parent 40d6c889bc3504bb917d361af73a6db0d1652d2c
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Sat, 22 Apr 2023 14:57:26 -0700

(uxnemu) Removed debug line

Diffstat:
Msrc/uxnemu.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/uxnemu.c b/src/uxnemu.c @@ -496,7 +496,6 @@ main(int argc, char **argv) /* load rom */ if(i == argc) return system_error("usage", "uxnemu [-2x][-3x] file.rom"); - printf("%d/%d -> %d\n", i, argc, argc - i); if(!start(&u, argv[i], argc - i)) return system_error("Start", "Failed"); rom_path = argv[i++];