mirror of https://github.com/PCSX2/pcsx2.git
Remove a handful of export/def warnings from the NULL plugins.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3040 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
4f573de6e8
commit
56175a7b26
|
@ -1,6 +1,6 @@
|
||||||
; CDVDnull.def : Declares the module parameters for the DLL.
|
; CDVDnull.def : Declares the module parameters for the DLL.
|
||||||
|
|
||||||
LIBRARY "CDVDnull"
|
;LIBRARY "CDVDnull"
|
||||||
;DESCRIPTION 'CDVD Null Driver'
|
;DESCRIPTION 'CDVD Null Driver'
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
; FireWire.def : Declares the module parameters for the DLL.
|
; FireWire.def : Declares the module parameters for the DLL.
|
||||||
|
|
||||||
LIBRARY "FWnull"
|
;LIBRARY "FWnull"
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
; Explicit exports can go here
|
; Explicit exports can go here
|
||||||
|
|
|
@ -4,38 +4,38 @@
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
; Explicit exports can go here
|
; Explicit exports can go here
|
||||||
PS2EgetLibType @2
|
PS2EgetLibType @2
|
||||||
PS2EgetLibName @3
|
PS2EgetLibName @3
|
||||||
PS2EgetLibVersion2 @4
|
PS2EgetLibVersion2 @4
|
||||||
GSinit @5
|
GSinit @5
|
||||||
GSopen @6
|
GSopen @6
|
||||||
GSclose @7
|
GSclose @7
|
||||||
GSshutdown @8
|
GSshutdown @8
|
||||||
GSvsync @9
|
GSvsync @9
|
||||||
GSgifTransfer1 @10
|
GSgifTransfer1 @10
|
||||||
GSgifTransfer2 @11
|
GSgifTransfer2 @11
|
||||||
GSgifTransfer3 @12
|
GSgifTransfer3 @12
|
||||||
GSgetLastTag @13
|
GSgetLastTag @13
|
||||||
GSgifSoftReset @14
|
GSgifSoftReset @14
|
||||||
GSreadFIFO @15
|
GSreadFIFO @15
|
||||||
GSreadFIFO2 @16
|
GSreadFIFO2 @16
|
||||||
GSkeyEvent @17
|
GSkeyEvent @17
|
||||||
GSchangeSaveState @18
|
GSchangeSaveState @18
|
||||||
GSmakeSnapshot @19
|
GSmakeSnapshot @19
|
||||||
GSmakeSnapshot2 @20
|
GSmakeSnapshot2 @20
|
||||||
GSirqCallback @21
|
GSirqCallback @21
|
||||||
GSprintf @22
|
GSprintf @22
|
||||||
GSsetBaseMem @23
|
GSsetBaseMem @23
|
||||||
GSsetGameCRC @24
|
GSsetGameCRC @24
|
||||||
GSsetFrameSkip @25
|
GSsetFrameSkip @25
|
||||||
GSsetupRecording @26
|
GSsetupRecording @26
|
||||||
GSreset @27
|
GSreset @27
|
||||||
GSwriteCSR @28
|
GSwriteCSR @28
|
||||||
GSgetDriverInfo @29
|
GSgetDriverInfo @29
|
||||||
GSsetWindowInfo @30
|
GSsetWindowInfo @30
|
||||||
GSfreeze @31
|
GSfreeze @31
|
||||||
GSconfigure @32
|
GSconfigure @32
|
||||||
GSabout @33
|
GSabout @33
|
||||||
GStest @34
|
GStest @34
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
; FireWire.def : Declares the module parameters for the DLL.
|
; FireWire.def : Declares the module parameters for the DLL.
|
||||||
|
|
||||||
LIBRARY "PadNull"
|
;LIBRARY "PadNull"
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
; Explicit exports can go here
|
; Explicit exports can go here
|
||||||
PS2EgetLibType @2
|
PS2EgetLibType @2
|
||||||
PS2EgetLibName @3
|
PS2EgetLibName @3
|
||||||
PS2EgetLibVersion2 @4
|
PS2EgetLibVersion2 @4
|
||||||
PADinit @5
|
PADinit @5
|
||||||
PADshutdown @6
|
PADshutdown @6
|
||||||
PADopen @7
|
PADopen @7
|
||||||
PADclose @8
|
PADclose @8
|
||||||
PADkeyEvent @9
|
PADkeyEvent @9
|
||||||
PADstartPoll @10
|
PADstartPoll @10
|
||||||
PADpoll @11
|
PADpoll @11
|
||||||
PADquery @12
|
PADquery @12
|
||||||
PADupdate @13
|
PADupdate @13
|
||||||
PADgsDriverInfo @14
|
PADgsDriverInfo @14
|
||||||
PADfreeze @15
|
PADfreeze @15
|
||||||
PADconfigure @16
|
PADconfigure @16
|
||||||
PADtest @17
|
PADtest @17
|
||||||
PADabout @18
|
PADabout @18
|
|
@ -1,6 +1,6 @@
|
||||||
; USBlinuz.def : Declares the module parameters for the DLL.
|
; USBlinuz.def : Declares the module parameters for the DLL.
|
||||||
|
|
||||||
LIBRARY "USBnull"
|
;LIBRARY "USBnull"
|
||||||
;DESCRIPTION 'USBnull Driver'
|
;DESCRIPTION 'USBnull Driver'
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
; DEV9null.def : Declares the module parameters for the DLL.
|
; DEV9null.def : Declares the module parameters for the DLL.
|
||||||
|
|
||||||
|
|
||||||
|
;LIBRARY "DEV9null"
|
||||||
LIBRARY "DEV9null"
|
|
||||||
;DESCRIPTION 'DEV9null Driver'
|
;DESCRIPTION 'DEV9null Driver'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
|
||||||
; Explicit exports can go here
|
; Explicit exports can go here
|
||||||
|
|
Loading…
Reference in New Issue