citra_qt, core: game list "Open XXX Location" improvements

This commit is contained in:
zhupengfei
2018-09-16 12:48:39 +08:00
parent 41688b2f2a
commit bbf391abb9
11 changed files with 120 additions and 19 deletions

View File

@ -70,6 +70,15 @@ private:
*/
std::string GetExtSaveDataPath(const std::string& mount_point, const Path& path);
/**
* Constructs a path to the concrete ExtData archive in the host filesystem based on the
* extdata ID and base mount point.
* @param mount_point The base mount point of the ExtSaveData archives.
* @param extdata_id The id of the ExtSaveData
* @returns The complete path to the specified extdata archive in the host filesystem
*/
std::string GetExtDataPathFromId(const std::string& mount_point, u64 extdata_id);
/**
* Constructs a path to the base folder to hold concrete ExtSaveData archives in the host file
* system.