ppsspp: migrate to by-name
This commit is contained in:
parent
b2dacdd608
commit
ee255dd1bb
@ -2736,9 +2736,10 @@ with pkgs;
|
||||
|
||||
pcsxr = callPackage ../applications/emulators/pcsxr { };
|
||||
|
||||
ppsspp = callPackage ../applications/emulators/ppsspp { };
|
||||
|
||||
ppsspp-sdl = ppsspp;
|
||||
ppsspp-sdl = ppsspp.override {
|
||||
enableQt = false;
|
||||
enableVulkan = true;
|
||||
};
|
||||
|
||||
ppsspp-sdl-wayland = ppsspp.override {
|
||||
forceWayland = true;
|
||||
|
Loading…
Reference in New Issue
Block a user