mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
DiscIO: Do swapping in GetTitleID implementations
Gets rid of external swaps at every usage.
This commit is contained in:
parent
5d774df1e8
commit
4b9b82e000
10 changed files with 28 additions and 30 deletions
|
@ -76,7 +76,7 @@ public:
|
|||
return Common::swap32(temp);
|
||||
}
|
||||
|
||||
virtual bool GetTitleID(u8*) const { return false; }
|
||||
virtual bool GetTitleID(u64*) const { return false; }
|
||||
virtual std::unique_ptr<u8[]> GetTMD(u32 *_sz) const
|
||||
{
|
||||
*_sz = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue