Files
pcsx2/plugins/GSdx/GSdx.def
T
Jake.Stine 9fa4944536 GSdx: Removed obsolete/redundant options from the configuration dialog (vsync, fullscreen, and other things now controlled by 0.9.7). This only affects GSdx when run from 0.9.7 -- older versions of PCSX2 still have the same options.
PCSX2: Added an optional PS2EsetEmuVersion callback for plugins, so that plugins (like GSdx) can alter behavior based on the version of emulator calling them.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2530 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-01-28 02:53:10 +00:00

71 lines
1.1 KiB
Modula-2

; GSdx.def : Declares the module parameters for the DLL.
LIBRARY "GSdx"
EXPORTS
; Explicit exports can go here
PS2EgetLibType
PS2EgetLibName
PS2EgetLibVersion2
PS2EgetCpuPlatform
PS2EsetEmuVersion
GSsetBaseMem
GSinit
GSshutdown
GSopen
GSopen2
GSclose
GSreset
GSwriteCSR
GSgifSoftReset
GSgifTransfer1
GSgifTransfer2
GSgifTransfer3
GSvsync
GSmakeSnapshot
GSkeyEvent
GSfreeze
GSconfigure
GStest
GSabout
GSreadFIFO
GSreadFIFO2
GSirqCallback
GSsetupRecording
GSsetGameCRC
GSsetFrameSkip
GSsetFrameLimit
GSsetVsync
GSsetExclusive
GSsetSettingsDir
GSgetLastTag
GSReplay
GSBenchmark
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
GPUcursor