Files
pcsx2/plugins/dev9null/Windows/dev9null.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

38 lines
653 B
Modula-2

; DEV9null.def : Declares the module parameters for the DLL.
LIBRARY "DEV9null"
;DESCRIPTION 'DEV9null Driver'
EXPORTS
; Explicit exports can go here
PS2EgetLibType @2
PS2EgetLibName @3
PS2EgetLibVersion2 @4
DEV9init @5
DEV9shutdown @6
DEV9open @7
DEV9close @8
DEV9read8 @9
DEV9read16 @10
DEV9read32 @11
DEV9write8 @12
DEV9write16 @13
DEV9write32 @14
DEV9readDMA8Mem @15
DEV9writeDMA8Mem @16
DEV9configure @17
DEV9test @18
DEV9about @19
DEV9irqCallback @20
DEV9irqHandler @21
DEV9dmaRead
DEV9dmaWrite
DEV9dmaInterrupt
DEV9setSettingsDir