Merge pull request #221339 from wegank/pcsx2-wxgtk

pcsx2: migrate to wxGTK32
This commit is contained in:
Anderson Torres 2023-03-15 18:51:11 -03:00 committed by GitHub
commit 5310f09976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2231,7 +2231,7 @@ with pkgs;
pcem = callPackage ../applications/emulators/pcem { };
pcsx2 = callPackage ../applications/emulators/pcsx2 {
wxGTK = wxGTK30;
wxGTK = wxGTK32;
};
pcsxr = callPackage ../applications/emulators/pcsxr { };