Make dolphin aware of disc revision numbers. Display them under game properties and use them in netplay.

Patch by johnwchadwick.
Fixed issue 6243.
This commit is contained in:
John Chadwick
2013-04-16 22:29:01 -05:00
committed by Jordan Woyak
parent 2316cb6876
commit 1e6dacf1e4
9 changed files with 39 additions and 8 deletions

View File

@ -98,6 +98,7 @@ private:
wxTextCtrl *m_GameID;
wxTextCtrl *m_Country;
wxTextCtrl *m_MakerID;
wxTextCtrl *m_Revision;
wxTextCtrl *m_Date;
wxTextCtrl *m_FST;
wxArrayString arrayStringFor_Lang;
@ -156,6 +157,7 @@ private:
ID_GAMEID,
ID_COUNTRY,
ID_MAKERID,
ID_REVISION,
ID_DATE,
ID_FST,
ID_VERSION,