mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 07:32:32 -07: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