mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, forgot to remove the if.
This commit is contained in:
parent
59a0795993
commit
dda6a39b6f
1 changed files with 0 additions and 2 deletions
|
@ -102,9 +102,7 @@ void CopyDir(const std::string &source_path, const std::string &dest_path);
|
|||
// Set the current directory to given directory
|
||||
bool SetCurrentDir(const std::string &directory);
|
||||
|
||||
#ifdef _WIN32
|
||||
const std::string &GetExeDirectory();
|
||||
#endif
|
||||
|
||||
// simple wrapper for cstdlib file functions to
|
||||
// hopefully will make error checking easier
|
||||
|
|
Loading…
Add table
Reference in a new issue