mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +00:00
Fix more of what I broke.
This commit is contained in:
parent
b1a2915304
commit
c07b8a6e37
8 changed files with 97 additions and 61 deletions
|
@ -40,6 +40,10 @@ public:
|
|||
ECountry GetCountry() const;
|
||||
u64 GetSize() const;
|
||||
bool IsDiscTwo() const;
|
||||
|
||||
typedef std::string(*StringDecoder)(const std::string&);
|
||||
|
||||
static StringDecoder GetStringDecoder(ECountry country);
|
||||
|
||||
private:
|
||||
IBlobReader* m_pReader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue