mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
Make title column toggleable (Issue #9952)
This commit is contained in:
parent
e53969b6f2
commit
72e92add8a
6 changed files with 36 additions and 7 deletions
|
@ -293,6 +293,7 @@ struct SConfig : NonCopyable
|
|||
// Game list column toggles
|
||||
bool m_showSystemColumn;
|
||||
bool m_showBannerColumn;
|
||||
bool m_showTitleColumn;
|
||||
bool m_showMakerColumn;
|
||||
bool m_showFileNameColumn;
|
||||
bool m_showIDColumn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue