Change: by default, make "unload all" leave stations empty (#9301)
(cherry picked from commit 7648483364
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
3411203e5d
commit
563884105f
@@ -27,7 +27,7 @@ const char *FiosGetScreenshotDir();
|
||||
|
||||
void SanitizeFilename(char *filename);
|
||||
void AppendPathSeparator(std::string &buf);
|
||||
void DeterminePaths(const char *exe);
|
||||
void DeterminePaths(const char *exe, bool only_local_path);
|
||||
std::unique_ptr<char[]> ReadFileToMem(const std::string &filename, size_t &lenp, size_t maxsize);
|
||||
bool FileExists(const std::string &filename);
|
||||
bool ExtractTar(const std::string &tar_filename, Subdirectory subdir);
|
||||
|
Reference in New Issue
Block a user