summaryrefslogtreecommitdiff
path: root/nandgame/cpp/simpc_config.h
diff options
context:
space:
mode:
authoruvok2026-01-11 17:47:59 +0100
committeruvok2026-01-11 17:47:59 +0100
commita7f2820f1f2e62c1d51b800b7472c22b00267277 (patch)
tree36b9947d334116a7308f58e95c44057be3b98c78 /nandgame/cpp/simpc_config.h
parent9e8ed43b6420d6bb1e50a140b394d5428d604fd1 (diff)
Go back to 1 tick per clock cycle
Diffstat (limited to 'nandgame/cpp/simpc_config.h')
-rw-r--r--nandgame/cpp/simpc_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nandgame/cpp/simpc_config.h b/nandgame/cpp/simpc_config.h
index 39ad7b5..5e3440b 100644
--- a/nandgame/cpp/simpc_config.h
+++ b/nandgame/cpp/simpc_config.h
@@ -1,4 +1,4 @@
#pragma once
-#define TICKS_PER_INS 2
+#define TICKS_PER_INS 1
#define NCUR_DELAY_MS 10