summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 8903eed..b870fab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -17,9 +17,9 @@ int main(int argc, char *argv[])
ScreenInit(800,400);
VCPUInit();
- // MemDump();
+ //MemDump();
int i=0;
-
+
while (!WindowShouldClose()){
VCPUFetch();
VCPUDecode();