pcsx2/plugins/zerospu2/Windows/ZeroSPU2.def
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

37 lines
No EOL
795 B
Modula-2

; SPU2null.def : Declares the module parameters for the DLL.
;LIBRARY "SPU2null"
;DESCRIPTION 'SPU2 Null Driver'
EXPORTS
; Explicit exports can go here
PS2EgetLibType @2
PS2EgetLibName @3
PS2EgetLibVersion2 @4
SPU2init @5
SPU2shutdown @6
SPU2open @7
SPU2close @8
SPU2write @9
SPU2read @10
SPU2readDMA4Mem @11
SPU2writeDMA4Mem @12
SPU2readDMA7Mem @13
SPU2writeDMA7Mem @14
SPU2async @15
SPU2interruptDMA4 @16
SPU2interruptDMA7 @17
SPU2freeze @18
SPU2configure @21
SPU2test @22
SPU2about @23
SPU2ReadMemAddr @24
SPU2WriteMemAddr @25
SPU2irqCallback @26
SPU2setDMABaseAddr @27
SPU2setupRecording @28
SPU2setSettingsDir
LIBRARY "ZeroSPU2"