aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-08 10:24:39 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-02-08 10:24:39 +0530
commit57fce6551be4880d8128a31dae885de2159eed51 (patch)
tree0951ad34584230e15859322aa02daa1df848d03e /src/main.cpp
parenta4f88b40546e8e34d2846cd5cb570634e72d8a03 (diff)
restructure roms folder
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c351d47..8b1b48b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -11,7 +11,7 @@
#define WINDOW_TITLE "chip8emu"
-Platform platform(
+Platform platform (
WINDOW_TITLE,
VIDEO_WIDTH * 10,
VIDEO_HEIGHT * 10,