diff --git a/Build Instructions.txt b/Build Instructions.txt index 1edb0bb..1787adc 100644 --- a/Build Instructions.txt +++ b/Build Instructions.txt @@ -3,6 +3,7 @@ Windows Setup Install Python 2.7 Install sphinx with python Install visual studio 2012 +Install Microsoft Windows SDK for Windows 7 and .net Framework 4 http://www.microsoft.com/en-us/download/details.aspx?id=8279 Install cmake Install tortoisehg Install 7zip diff --git a/Package/Environment/Common/Layouts/Default 16x9/Age.otf b/Package/Environment/Common/Layouts/Default 16x9/Age.otf deleted file mode 100644 index 5d76781..0000000 Binary files a/Package/Environment/Common/Layouts/Default 16x9/Age.otf and /dev/null differ diff --git a/Package/Environment/Common/Layouts/Default 16x9/Layout.xml b/Package/Environment/Common/Layouts/Default 16x9/Layout.xml index 1ac5767..c65b501 100644 --- a/Package/Environment/Common/Layouts/Default 16x9/Layout.xml +++ b/Package/Environment/Common/Layouts/Default 16x9/Layout.xml @@ -1,4 +1,4 @@ - + @@ -7,77 +7,61 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - + + + - + + + + + - - - - - + + + + + + + - - - - + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/Package/Environment/Common/Layouts/Showcase 16x9/Age.otf b/Package/Environment/Common/Layouts/Showcase 16x9/Age.otf deleted file mode 100644 index 5d76781..0000000 Binary files a/Package/Environment/Common/Layouts/Showcase 16x9/Age.otf and /dev/null differ diff --git a/Package/Environment/Common/Layouts/Showcase 16x9/Layout.xml b/Package/Environment/Common/Layouts/Showcase 16x9/Layout.xml deleted file mode 100644 index 51abbf0..0000000 --- a/Package/Environment/Common/Layouts/Showcase 16x9/Layout.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Package/Environment/Common/Layouts/Showcase 16x9/highlight.wav b/Package/Environment/Common/Layouts/Showcase 16x9/highlight.wav deleted file mode 100644 index 589d167..0000000 Binary files a/Package/Environment/Common/Layouts/Showcase 16x9/highlight.wav and /dev/null differ diff --git a/Package/Environment/Common/Layouts/Showcase 16x9/load.wav b/Package/Environment/Common/Layouts/Showcase 16x9/load.wav deleted file mode 100644 index 077480e..0000000 Binary files a/Package/Environment/Common/Layouts/Showcase 16x9/load.wav and /dev/null differ diff --git a/Package/Environment/Common/Layouts/Showcase 16x9/select.wav b/Package/Environment/Common/Layouts/Showcase 16x9/select.wav deleted file mode 100644 index 6678b93..0000000 Binary files a/Package/Environment/Common/Layouts/Showcase 16x9/select.wav and /dev/null differ diff --git a/Package/Environment/Common/Layouts/Showcase 16x9/unload.wav b/Package/Environment/Common/Layouts/Showcase 16x9/unload.wav deleted file mode 100644 index 65f069a..0000000 Binary files a/Package/Environment/Common/Layouts/Showcase 16x9/unload.wav and /dev/null differ diff --git a/Package/Environment/Common/Settings.conf b/Package/Environment/Common/Settings.conf index 0581be9..97158ac 100644 --- a/Package/Environment/Common/Settings.conf +++ b/Package/Environment/Common/Settings.conf @@ -19,9 +19,8 @@ hideMouse = yes showParenthesis = yes showSquareBrackets = yes -# If you would like RetroFE first load a different collection other than the -# main menu, uncomment the line below and replace it with your collection name. -# firstCollection = Arcade +# specify the name of the first collection to load on start +firstCollection = Main ####################################### # Video playback settings diff --git a/RetroFE/Source/RetroFE.cpp b/RetroFE/Source/RetroFE.cpp index 558d10a..58788a8 100644 --- a/RetroFE/Source/RetroFE.cpp +++ b/RetroFE/Source/RetroFE.cpp @@ -252,7 +252,7 @@ void RetroFE::Run() splashMode = false; if(CurrentPage) { - std::string firstCollection; + std::string firstCollection = "Main"; Config.GetProperty("firstCollection", firstCollection); CurrentPage->Start();