diff options
| author | nakeee <nakeee@gmail.com> | 2010-05-28 09:33:31 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2010-05-28 09:33:31 +0000 |
| commit | 6687f3e79186ce4c8edb30b4f1869cf665ac70c5 (patch) | |
| tree | b9381ea28ba5112b137ff00c1f673fe047d91471 /Source/Core/DiscIO | |
| parent | ffc0c3736546e7f146c7cbc94c44842f749f20bf (diff) | |
Linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5525 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/Src/NANDContentLoader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.h b/Source/Core/DiscIO/Src/NANDContentLoader.h index d2b3357831..1dc1ad65c2 100644 --- a/Source/Core/DiscIO/Src/NANDContentLoader.h +++ b/Source/Core/DiscIO/Src/NANDContentLoader.h @@ -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: |
