Merge pull request #291691 from trofi/pcsx2-no-warning-hack
pcsx2: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
commit
4b795e32d5
@ -2775,7 +2775,7 @@ with pkgs;
|
||||
|
||||
pcem = callPackage ../applications/emulators/pcem { };
|
||||
|
||||
pcsx2 = disable-warnings-if-gcc13 (qt6Packages.callPackage ../applications/emulators/pcsx2 { });
|
||||
pcsx2 = qt6Packages.callPackage ../applications/emulators/pcsx2 { };
|
||||
|
||||
pcsxr = callPackage ../applications/emulators/pcsxr { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user