From c7b3d8cc532b3a3f056f215d97e639d5587d96be Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 8 Feb 2015 18:08:16 +0000 Subject: 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 --- macosx/plugins/DFNet/DFNet.exp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 macosx/plugins/DFNet/DFNet.exp (limited to 'macosx/plugins/DFNet/DFNet.exp') diff --git a/macosx/plugins/DFNet/DFNet.exp b/macosx/plugins/DFNet/DFNet.exp new file mode 100644 index 00000000..d0301438 --- /dev/null +++ b/macosx/plugins/DFNet/DFNet.exp @@ -0,0 +1,23 @@ +# DFNet.exp +# Pcsxr +# +# Created by C.W. Betts on 2/8/15. +# + +_PSEgetLibType +_PSEgetLibName +_PSEgetLibVersion + +_NETinit +_NETshutdown +_NETclose +_NETconfigure +_NETtest +_NETabout +_NETpause +_NETresume +_NETqueryPlayer +_NETsendData +_NETrecvData +_NETsendPadData +_NETrecvPadData -- cgit v1.2.3