Breakpoint will happen in case of writing at unknown memory location
[clinton/Virtual-Jaguar-Rx.git] / src / gui / profile.cpp
index 9b547ef..a0f8245 100644 (file)
@@ -147,6 +147,8 @@ printf("Setting up default profile...\n");
                for(int i=0; i<21; i++)
                        profile[0].map[i] = defaultMap[i];
        }
+
+       WriteLog("Read profiles = Done\n");
 }