This commit is contained in:
Nick Cao
2023-02-01 14:08:18 +08:00
parent f7bae54f01
commit f6822e8bb1
+1 -2
View File
@@ -2171,7 +2171,7 @@ with pkgs;
pcsxr = callPackage ../applications/emulators/pcsxr { };
ppsspp = callPackage ../applications/emulators/ppsspp { };
ppsspp = libsForQt5.callPackage ../applications/emulators/ppsspp { };
ppsspp-sdl = ppsspp;
@@ -2181,7 +2181,6 @@ with pkgs;
};
ppsspp-qt = ppsspp.override {
inherit (libsForQt5) qtbase qtmultimedia wrapQtAppsHook;
enableQt = true;
enableVulkan = false; # https://github.com/hrydgard/ppsspp/issues/11628
};