mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 07:21:40 +00:00
Added support for AGP. Original patch by GreyRogue.
This commit is contained in:
parent
18cee2dcc7
commit
a7299a7fff
11 changed files with 410 additions and 37 deletions
|
@ -41,6 +41,8 @@ struct SConfig : NonCopyable
|
|||
|
||||
std::string m_strMemoryCardA;
|
||||
std::string m_strMemoryCardB;
|
||||
std::string m_strGbaCartA;
|
||||
std::string m_strGbaCartB;
|
||||
TEXIDevices m_EXIDevice[3];
|
||||
SIDevices m_SIDevice[4];
|
||||
std::string m_bba_mac;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue