add icon & title to game list

This commit is contained in:
wwylele
2016-04-14 00:04:05 +03:00
parent e620d3fb95
commit 7e4c90af39
9 changed files with 254 additions and 36 deletions
+7
View File
@@ -232,6 +232,13 @@ private:
*/
ResultStatus LoadExec();
/**
* Ensure ExeFS is loaded and ready for reading sections
* @return ResultStatus result of function
*/
ResultStatus LoadExeFS();
bool is_exefs_loaded = false;
bool is_compressed = false;
u32 entry_point = 0;