diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-18 01:34:01 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-18 01:34:01 +0000 |
| commit | c4f5208806fe4136b19cce9f63f03820fc49d0cf (patch) | |
| tree | c1f42770d9fc0f88538993f0fb4cc78c364c056e /win32/plugins/dfsound/DFSound.def | |
| parent | c4a77870fcb7793bd5a7611b9994a5b15a335a3c (diff) | |
| download | pcsxr-c4f5208806fe4136b19cce9f63f03820fc49d0cf.tar.gz | |
peopsxgl: Readded windows support.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56180 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/plugins/dfsound/DFSound.def')
| -rw-r--r-- | win32/plugins/dfsound/DFSound.def | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/win32/plugins/dfsound/DFSound.def b/win32/plugins/dfsound/DFSound.def new file mode 100644 index 00000000..745e5114 --- /dev/null +++ b/win32/plugins/dfsound/DFSound.def @@ -0,0 +1,45 @@ +; Declares the module parameters for the DLL.
+
+LIBRARY "DFSound"
+
+EXPORTS
+ ; Explicit exports can go here
+ PSEgetLibType @2
+ PSEgetLibName @3
+ PSEgetLibVersion @4
+ SPUconfigure @5
+ SPUabout @6
+ SPUinit @7
+ SPUshutdown @8
+ SPUtest @9
+ SPUopen @10
+ SPUclose @11
+
+ SPUplayADPCMchannel @12
+ SPUwriteRegister @13
+ SPUreadRegister @14
+ SPUregisterCallback @15
+
+ SPUwriteDMA @16
+ SPUreadDMA @17
+ SPUregisterCDDAVolume @18
+ SPUwriteDMAMem @19
+ SPUreadDMAMem @20
+ SPUfreeze @21
+ ;SPUupdate @22
+ SPUasync @23
+
+ SPUplayCDDAchannel @24
+
+ SPUgetOne @25
+ SPUputOne @26
+ SPUplaySample @27
+ SPUsetAddr @28
+ SPUsetPitch @29
+ SPUsetVolumeL @30
+ SPUsetVolumeR @31
+ SPUstartChannels1 @32
+ SPUstartChannels2 @33
+ SPUstopChannels1 @34
+ SPUstopChannels2 @35
+ SPUplaySector @36
|
