mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5525 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ffc0c37365
commit
6687f3e791
2 changed files with 4 additions and 3 deletions
|
@ -132,8 +132,8 @@ public:
|
|||
|
||||
u32 GetUIDFromTitle(u64 _Title);
|
||||
bool AddTitle(u64 _Title);
|
||||
bool cUIDsys::CheckTitleTMD(u64 _TitleID);
|
||||
bool cUIDsys::CheckTitleTIK(u64 _TitleID);
|
||||
bool CheckTitleTMD(u64 _TitleID);
|
||||
bool CheckTitleTIK(u64 _TitleID);
|
||||
void GetTitleIDs(std::vector<u64>& _TitleIDs);
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue