Unverified Commit 5310f099 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #221339 from wegank/pcsx2-wxgtk

pcsx2: migrate to wxGTK32
parents e5f6e938 8a327811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };