diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2015-02-08 18:08:16 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2015-02-08 18:08:16 +0000 |
| commit | c7b3d8cc532b3a3f056f215d97e639d5587d96be (patch) | |
| tree | 41ed52c15dab2b2d96a590d16f7ef41e9f7e237c /macosx/plugins/DFCdrom | |
| parent | 88a3200bbc46e17acb3ef57128d54acf697464bb (diff) | |
OS X: limit what is exported on the plug-ins.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93879 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFCdrom')
| -rw-r--r-- | macosx/plugins/DFCdrom/DFCdrom.exp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/macosx/plugins/DFCdrom/DFCdrom.exp b/macosx/plugins/DFCdrom/DFCdrom.exp new file mode 100644 index 00000000..b2b9257c --- /dev/null +++ b/macosx/plugins/DFCdrom/DFCdrom.exp @@ -0,0 +1,28 @@ +# DFCdrom.exp +# Pcsxr +# +# Created by C.W. Betts on 2/8/15. +# + +_PSEgetLibType +_PSEgetLibName +_PSEgetLibVersion + +_CDRinit +_CDRshutdown +_CDRopen +_CDRclose +_CDRgetTN +_CDRgetTD +_CDRreadTrack +_CDRgetBuffer +_CDRgetBufferSub +_CDRconfigure +_CDRtest +_CDRabout +_CDRplay +_CDRstop +_CDRgetStatus +_CDRgetDriveLetter +_CDRreadCDDA +_CDRgetTE |
