This line didn't need to be changed
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5043 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
89c276c962
commit
c9b7f67c3a
|
@ -33,7 +33,7 @@ class CEXIMemoryCard : public IEXIDevice
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CEXIMemoryCard(const std::string& _rName, const std::string& _rFilename, int card_index);
|
CEXIMemoryCard(const std::string& _rName, const std::string& _rFilename, int card_index);
|
||||||
~CEXIMemoryCard();
|
virtual ~CEXIMemoryCard();
|
||||||
void SetCS(int cs);
|
void SetCS(int cs);
|
||||||
void Update();
|
void Update();
|
||||||
bool IsInterruptSet();
|
bool IsInterruptSet();
|
||||||
|
|
Loading…
Reference in New Issue