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:
Jake.Stine 2010-05-18 02:59:50 +00:00
parent 4f573de6e8
commit 56175a7b26
6 changed files with 52 additions and 54 deletions

View File

@ -1,6 +1,6 @@
; CDVDnull.def : Declares the module parameters for the DLL.
LIBRARY "CDVDnull"
;LIBRARY "CDVDnull"
;DESCRIPTION 'CDVD Null Driver'
EXPORTS

View File

@ -1,6 +1,6 @@
; FireWire.def : Declares the module parameters for the DLL.
LIBRARY "FWnull"
;LIBRARY "FWnull"
EXPORTS
; Explicit exports can go here

View File

@ -4,38 +4,38 @@
EXPORTS
; Explicit exports can go here
PS2EgetLibType @2
PS2EgetLibName @3
PS2EgetLibVersion2 @4
GSinit @5
GSopen @6
GSclose @7
GSshutdown @8
GSvsync @9
GSgifTransfer1 @10
GSgifTransfer2 @11
GSgifTransfer3 @12
GSgetLastTag @13
GSgifSoftReset @14
GSreadFIFO @15
GSreadFIFO2 @16
GSkeyEvent @17
PS2EgetLibType @2
PS2EgetLibName @3
PS2EgetLibVersion2 @4
GSinit @5
GSopen @6
GSclose @7
GSshutdown @8
GSvsync @9
GSgifTransfer1 @10
GSgifTransfer2 @11
GSgifTransfer3 @12
GSgetLastTag @13
GSgifSoftReset @14
GSreadFIFO @15
GSreadFIFO2 @16
GSkeyEvent @17
GSchangeSaveState @18
GSmakeSnapshot @19
GSmakeSnapshot2 @20
GSirqCallback @21
GSprintf @22
GSsetBaseMem @23
GSsetGameCRC @24
GSsetFrameSkip @25
GSmakeSnapshot @19
GSmakeSnapshot2 @20
GSirqCallback @21
GSprintf @22
GSsetBaseMem @23
GSsetGameCRC @24
GSsetFrameSkip @25
GSsetupRecording @26
GSreset @27
GSwriteCSR @28
GSgetDriverInfo @29
GSsetWindowInfo @30
GSfreeze @31
GSconfigure @32
GSabout @33
GStest @34
GSreset @27
GSwriteCSR @28
GSgetDriverInfo @29
GSsetWindowInfo @30
GSfreeze @31
GSconfigure @32
GSabout @33
GStest @34

View File

@ -1,23 +1,23 @@
; FireWire.def : Declares the module parameters for the DLL.
LIBRARY "PadNull"
;LIBRARY "PadNull"
EXPORTS
; Explicit exports can go here
PS2EgetLibType @2
PS2EgetLibName @3
PS2EgetLibVersion2 @4
PADinit @5
PADshutdown @6
PADopen @7
PADclose @8
PADkeyEvent @9
PS2EgetLibType @2
PS2EgetLibName @3
PS2EgetLibVersion2 @4
PADinit @5
PADshutdown @6
PADopen @7
PADclose @8
PADkeyEvent @9
PADstartPoll @10
PADpoll @11
PADquery @12
PADupdate @13
PADgsDriverInfo @14
PADfreeze @15
PADconfigure @16
PADtest @17
PADabout @18
PADpoll @11
PADquery @12
PADupdate @13
PADgsDriverInfo @14
PADfreeze @15
PADconfigure @16
PADtest @17
PADabout @18

View File

@ -1,6 +1,6 @@
; USBlinuz.def : Declares the module parameters for the DLL.
LIBRARY "USBnull"
;LIBRARY "USBnull"
;DESCRIPTION 'USBnull Driver'
EXPORTS

View File

@ -1,12 +1,10 @@
; DEV9null.def : Declares the module parameters for the DLL.
LIBRARY "DEV9null"
;LIBRARY "DEV9null"
;DESCRIPTION 'DEV9null Driver'
EXPORTS
; Explicit exports can go here