mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 21:47:58 -05:00
game_list: Accept *.kip as a file extension of executables
This commit is contained in:
@ -468,8 +468,7 @@ void GameList::LoadInterfaceLayout() {
|
||||
|
||||
const QStringList GameList::supported_file_extensions = {
|
||||
QStringLiteral("nso"), QStringLiteral("nro"), QStringLiteral("nca"),
|
||||
QStringLiteral("xci"), QStringLiteral("nsp"),
|
||||
};
|
||||
QStringLiteral("xci"), QStringLiteral("nsp"), QStringLiteral("kip")};
|
||||
|
||||
void GameList::RefreshGameDirectory() {
|
||||
if (!UISettings::values.game_directory_path.isEmpty() && current_worker != nullptr) {
|
||||
|
Reference in New Issue
Block a user