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/DFXVideo/DFXVideo.exp | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 macosx/plugins/DFXVideo/DFXVideo.exp (limited to 'macosx/plugins/DFXVideo') diff --git a/macosx/plugins/DFXVideo/DFXVideo.exp b/macosx/plugins/DFXVideo/DFXVideo.exp new file mode 100644 index 00000000..03a10563 --- /dev/null +++ b/macosx/plugins/DFXVideo/DFXVideo.exp @@ -0,0 +1,62 @@ +# DFXVideo.exp +# Pcsxr +# +# Created by C.W. Betts on 2/8/15. +# + +_PSEgetLibType +_PSEgetLibName +_PSEgetLibVersion +_GPUinit +_GPUshutdown +_GPUopen +_GPUclose +_GPUconfigure +_GPUabout +_GPUtest +_GPUwriteData +_GPUwriteStatus +_GPUreadData +_GPUreadStatus +_GPUdmaChain +_GPUgetMode +_GPUsetMode +_GPUupdateLace +_GPUmakeSnapshot +_GPUwriteDataMem +_GPUreadDataMem +_GPUdisplayText +_GPUdisplayFlags +_GPUfreeze +_GPUshowScreenPic +_GPUgetScreenPic + +_GPUkeypressed +_GPUhSync +_GPUvBlank + +_GPUcursor +_GPUsetfix + +# _ZN_GPUdisplayFlags +# _ZN_GPUmakeSnapshot +# _ZN_GPUinit +# _ZN_GPUopen +# _ZN_GPUclose +# _ZN_GPUshutdown +# _ZN_GPUupdateLace +# _ZN_GPUreadStatus +# _ZN_GPUwriteStatus +# _ZN_GPUdmaSliceOut +# _ZN_GPUreadData +# _ZN_GPUsetMode +# _ZN_GPUgetMode +# _ZN_GPUdmaSliceIn +# _ZN_GPUwriteData +# _ZN_GPUdmaChain +# _ZN_GPUtest +# _ZN_GPUfreeze +# _ZN_GPUgetScreenPic +# _ZN_GPUshowScreenPic + +_GPUvisualVibration -- cgit v1.2.3