summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-03-31 22:43:24 +0200
committerkdx <kikoodx@paranoici.org>2023-03-31 22:43:24 +0200
commit387ef31ec277f67e58313b0faa906bad4a2dd255 (patch)
treeccde92f01e5c09bc1deb8fcbd067c607389a77fc
parent6a5a8bf63e2c14415481deaedce39f36bfb79d8a (diff)
download006-387ef31ec277f67e58313b0faa906bad4a2dd255.tar.gz
60 fps fucker
-rw-r--r--src/cfg.h2
-rw-r--r--src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cfg.h b/src/cfg.h
index 45c6e23..7778350 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -2,5 +2,5 @@
#define DWIDTH 400
#define DHEIGHT 224
-#define TARGET_FPS 30
+#define TARGET_FPS 60
#define TSIZE 16
diff --git a/src/main.c b/src/main.c
index a31a328..57a1306 100644
--- a/src/main.c
+++ b/src/main.c
@@ -16,7 +16,7 @@ main([[maybe_unused]] int argc, [[maybe_unused]] char **argv)
.target_fps=TARGET_FPS,
.pixel_perfect=true,
.mixer=false,
- .title = "jambase"))
+ .title="jambase"))
return 1;
if (atexit(deinit)) {