From 6c9c56b70db43f4100863d312835fce763698008 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Feb 2017 20:16:03 +0300 Subject: Rename physfstools into virtfs. --- src/maingui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/maingui.cpp') diff --git a/src/maingui.cpp b/src/maingui.cpp index df28856fe..6f8de4083 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -96,7 +96,7 @@ int mainGui(int argc, char *argv[]) mkdir_r(getSdStoragePath().c_str()); #endif // ANDROID - PhysFs::init(argv[0]); + VirtFs::init(argv[0]); XML::initXML(); #if SDL_IMAGE_VERSION_ATLEAST(1, 2, 11) IMG_Init(IMG_INIT_PNG); @@ -106,7 +106,7 @@ int mainGui(int argc, char *argv[]) #endif // SDL_MIXER_VERSION_ATLEAST(1, 2, 11) #ifdef WIN32 - SetCurrentDirectory(PhysFs::getBaseDir()); + SetCurrentDirectory(VirtFs::getBaseDir()); #endif // WIN32 setPriority(true); @@ -144,7 +144,7 @@ int mainGui(int argc, char *argv[]) int main(int argc, char *argv[]) { - PhysFs::init(argv[0]); + VirtFs::init(argv[0]); return Catch::Session().run(argc, argv); } -- cgit v1.2.3-70-g09d2