File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ AnimationWallet::AnimationWallet(std::string dolphin_path)
3636
3737 std::string manifest_path;
3838 if (dolphin_path.at (dolphin_path.size () - 1 ) == ' /' || dolphin_path.at (dolphin_path.size () - 1 ) == ' \\ ' )
39- manifest_path = dolphin_path + " Manifest .txt" ;
39+ manifest_path = dolphin_path + " manifest .txt" ;
4040 else
4141 manifest_path = dolphin_path + " /" + " manifest.txt" ;
4242
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ Manifest::~Manifest()
1313
1414void Manifest::load_manifest ()
1515{
16- printf (" %s\n " , this ->manifest_path .c_str ());
17-
1816 std::string line;
1917 std::ifstream manifest_file;
2018 manifest_file.open (this ->manifest_path .c_str ());
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ static void HelpMarker(const char* desc)
3232int main (int argc, char * argv[])
3333{
3434 const int version_major = 1 ;
35- const int version_minor = 0 ;
35+ const int version_minor = 1 ;
3636 // Setup SDL
3737 // (Some versions of SDL before <2.0.10 appears to have performance/stalling issues on a minority of Windows systems,
3838 // depending on whether SDL_INIT_GAMECONTROLLER is enabled or disabled.. updating to the latest version of SDL is recommended!)
You can’t perform that action at this time.
0 commit comments