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
This commit is contained in:
ramapcsx2 2010-05-14 23:15:23 +00:00
parent e6a201917a
commit 6cb3f00f68
6 changed files with 18 additions and 2 deletions

View File

@ -17,3 +17,5 @@ EXPORTS
FWconfigure @17
FWtest @18
FWabout @19
FWsetSettingsDir

View File

@ -25,3 +25,5 @@ EXPORTS
USBconfigure @18
USBtest @19
USBabout @20
USBsetSettingsDir

View File

@ -33,4 +33,6 @@ EXPORTS
DEV9irqHandler @21
DEV9dmaRead
DEV9dmaWrite
DEV9dmaInterrupt
DEV9dmaInterrupt
DEV9setSettingsDir

View File

@ -37,9 +37,11 @@ EXPORTS
SPU2writeDMA7Mem @15
SPU2interruptDMA4 @16
SPU2interruptDMA7 @17
SPU2dmaRead
SPU2dmaWrite
SPU2dmaInterrupt
SPU2setSettingsDir
SPU2irqCallback @18

View File

@ -30,4 +30,8 @@ EXPORTS
SPU2WriteMemAddr @25
SPU2irqCallback @26
SPU2setDMABaseAddr @27
SPU2setupRecording @28
SPU2setupRecording @28
SPU2setSettingsDir
LIBRARY "ZeroSPU2"

View File

@ -305,6 +305,10 @@
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
<File
RelativePath=".\ZeroSPU2.def"
>
</File>
<File
RelativePath=".\ZeroSPU2.rc"
>