DolphinWX: Show the required IOS version in info panel

This is useful to know which IOS version is required by a title without
having to look at the TMD manually.

The IOS version row will only appear if there is a TMD, of course.
This commit is contained in:
Léo Lam
2017-01-23 15:14:41 +01:00
parent 1cb87a9e43
commit ceb1797977
2 changed files with 10 additions and 0 deletions

View File

@ -62,6 +62,7 @@ private:
wxTextCtrl* m_revision;
wxTextCtrl* m_date;
wxTextCtrl* m_fst;
wxTextCtrl* m_ios_version = nullptr;
wxTextCtrl* m_md5_sum;
wxButton* m_md5_sum_compute;
wxChoice* m_languages;