Merge pull request #291691 from trofi/pcsx2-no-warning-hack

pcsx2: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
Nick Cao 2024-02-26 20:56:00 -05:00 committed by GitHub
commit 4b795e32d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 { };