Change: by default, make "unload all" leave stations empty (#9301)

(cherry picked from commit 7648483364)
This commit is contained in:
Patric Stout
2021-05-27 17:56:39 +01:00
committed by Jonathan G Rennison
parent 3411203e5d
commit 563884105f
3 changed files with 33 additions and 8 deletions

View File

@@ -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);