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

@@ -125,7 +125,7 @@ struct ExHeader_SystemInfo {
};
struct ExHeader_StorageInfo {
u8 ext_save_data_id[8];
u64_le ext_save_data_id;
u8 system_save_data_id[8];
u8 reserved[8];
u8 access_info[7];
@@ -251,6 +251,12 @@ public:
*/
Loader::ResultStatus ReadProgramId(u64_le& program_id);
/**
* Get the Extdata ID of the NCCH container
* @return ResultStatus result of function
*/
Loader::ResultStatus ReadExtdataId(u64& extdata_id);
/**
* Checks whether the NCCH container contains an ExeFS
* @return bool check result