summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)) {