diff --git a/include/ftpSession.h b/include/ftpSession.h index 33829d2..807803c 100644 --- a/include/ftpSession.h +++ b/include/ftpSession.h @@ -238,7 +238,7 @@ class FtpSession SockAddr m_portAddr; /// \brief Current working directory - std::string m_cwd = "/fs/vol/external01/"; + std::string m_cwd = "/"; /// \brief List working directory std::string m_lwd; diff --git a/source/wiiu/platform.cpp b/source/wiiu/platform.cpp index d92add3..765a4b3 100644 --- a/source/wiiu/platform.cpp +++ b/source/wiiu/platform.cpp @@ -42,7 +42,7 @@ #ifndef CLASSIC #error "Wii U must be built in classic mode" #endif -#define VERSION "v0.4.1" +#define VERSION "v0.4.2" #define VERSION_FULL VERSION VERSION_EXTRA WUPS_PLUGIN_NAME ("ftpiiu");