mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Show file format details in game properties
This commit is contained in:
parent
9982251899
commit
d494e0230c
26 changed files with 342 additions and 17 deletions
|
@ -26,8 +26,9 @@ private:
|
|||
void ChangeLanguage();
|
||||
void SaveBanner();
|
||||
|
||||
QGroupBox* CreateFileDetails();
|
||||
QGroupBox* CreateGameDetails();
|
||||
QGroupBox* CreateBannerDetails();
|
||||
QGroupBox* CreateISODetails();
|
||||
QLineEdit* CreateValueDisplay(const QString& value);
|
||||
QLineEdit* CreateValueDisplay(const std::string& value = "");
|
||||
void CreateLanguageSelector();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue