mirror of https://github.com/PCSX2/pcsx2.git
nsis: Remove plugins that were merged in to core.
cdvdGigaherz, FWnull. TODO: Check if any other plugins got merged in the future.
This commit is contained in:
parent
491b6e12f7
commit
74817a52ef
|
@ -88,11 +88,9 @@ Function TempFilesOut
|
|||
File /nonfatal ..\bin\Plugins\gsdx32-sse4.dll
|
||||
File /nonfatal ..\bin\Plugins\gsdx32-avx2.dll
|
||||
File /nonfatal ..\bin\Plugins\spu2-x.dll
|
||||
File /nonfatal ..\bin\Plugins\cdvdGigaherz.dll
|
||||
File /nonfatal ..\bin\Plugins\lilypad.dll
|
||||
File /nonfatal ..\bin\Plugins\USBnull.dll
|
||||
File /nonfatal ..\bin\Plugins\DEV9null.dll
|
||||
File /nonfatal ..\bin\Plugins\FWnull.dll
|
||||
|
||||
SetOutPath "$TEMP\PCSX2 ${APP_VERSION}\Langs"
|
||||
File /nonfatal /r ..\bin\Langs\*.mo
|
||||
|
|
Loading…
Reference in New Issue