Rename flashDirectory to flash0Directory.

This commit is contained in:
Unknown W. Brackets 2013-10-12 16:08:39 -07:00
parent c0e3f1523e
commit af2ccbb9da
6 changed files with 8 additions and 8 deletions

View file

@ -379,6 +379,6 @@ void GetSysDirectories(std::string &memstickpath, std::string &flash0path) {
#else
// TODO
memstickpath = g_Config.memCardDirectory;
flash0path = g_Config.flashDirectory;
flash0path = g_Config.flash0Directory;
#endif
}