Add path to File Name column of game grid

Fixes https://bugs.dolphin-emu.org/issues/10567
This commit is contained in:
AlexApps99
2020-01-24 20:56:38 +13:00
parent 1add30994b
commit 7408c388d6
6 changed files with 32 additions and 0 deletions

View File

@ -268,6 +268,7 @@ struct SConfig
bool m_showTitleColumn;
bool m_showMakerColumn;
bool m_showFileNameColumn;
bool m_showFilePathColumn;
bool m_showIDColumn;
bool m_showRegionColumn;
bool m_showSizeColumn;