diff --git a/source/main.cpp b/source/main.cpp index 4b46b670e3..b544f5131b 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -687,6 +687,7 @@ static void psInit() // GUI uses VFS, so this must come after VFS init. g_GUI.Initialize(); + g_GUI.LoadXMLFile("gui/test/setup.xml"); g_GUI.LoadXMLFile("gui/test/styles.xml"); g_GUI.LoadXMLFile("gui/test/hello.xml"); g_GUI.LoadXMLFile("gui/test/sprite1.xml");