Files
pcsx2/plugins/USBnull/Windows/USBnull.def
T
ramapcsx2 6cb3f00f68 Add "setSettingsDir" export definitions to a few plugins that were missing them.
Fixes an issue where they could not access their config files in restrained PCSX2 installs.
Fixes issue 686.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3005 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-05-14 23:15:23 +00:00

30 lines
548 B
Modula-2

; USBlinuz.def : Declares the module parameters for the DLL.
LIBRARY "USBnull"
;DESCRIPTION 'USBnull Driver'
EXPORTS
; Explicit exports can go here
PS2EgetLibType @2
PS2EgetLibName @3
PS2EgetLibVersion2 @4
USBinit @5
USBshutdown @6
USBopen @7
USBclose @8
USBread8 @9
USBread16 @10
USBread32 @11
USBwrite8 @12
USBwrite16 @13
USBwrite32 @14
USBirqCallback @15
USBirqHandler @16
USBsetRAM @17
USBconfigure @18
USBtest @19
USBabout @20
USBsetSettingsDir