diff options
| author | 2023-06-05 21:43:43 -0700 | |
|---|---|---|
| committer | 2023-06-05 21:43:43 -0700 | |
| commit | cb95d7fe1b6d81899fe6b279400da2c991e3132c (patch) | |
| tree | a856ac45b1053009c4c11ee141c49d7faa4c8a19 /src/common/fs/path_util.h | |
| parent | Merge pull request #10611 from liamwhite/audio-deadlock (diff) | |
| parent | Merge pull request #10633 from t895/variable-surface-ratio (diff) | |
| download | yuzu-cb95d7fe1b6d81899fe6b279400da2c991e3132c.tar.gz yuzu-cb95d7fe1b6d81899fe6b279400da2c991e3132c.tar.xz yuzu-cb95d7fe1b6d81899fe6b279400da2c991e3132c.zip | |
Merge pull request #10508 from yuzu-emu/lime
Project Lime - yuzu Android Port
Diffstat (limited to 'src/common/fs/path_util.h')
| -rw-r--r-- | src/common/fs/path_util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h index 13d713f1e..7cfe85b70 100644 --- a/src/common/fs/path_util.h +++ b/src/common/fs/path_util.h | |||
| @@ -181,6 +181,14 @@ template <typename Path> | |||
| 181 | #endif | 181 | #endif |
| 182 | 182 | ||
| 183 | /** | 183 | /** |
| 184 | * Sets the directory used for application storage. Used on Android where we do not know internal | ||
| 185 | * storage until informed by the frontend. | ||
| 186 | * | ||
| 187 | * @param app_directory Directory to use for application storage. | ||
| 188 | */ | ||
| 189 | void SetAppDirectory(const std::string& app_directory); | ||
| 190 | |||
| 191 | /** | ||
| 184 | * Gets the filesystem path associated with the YuzuPath enum. | 192 | * Gets the filesystem path associated with the YuzuPath enum. |
| 185 | * | 193 | * |
| 186 | * @param yuzu_path YuzuPath enum | 194 | * @param yuzu_path YuzuPath enum |