mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-19 11:07:12 +02:00
* Implemented support for legacy GS plugins (considered anything prior to the Reordering merge). * Added a lot of 'const' qualifiers to the GSgifTransfer functions in both GSdx and zzogl. DevNote: GS plugins shouldn't be modifying the data provided to them from PCSX2 -- zzogl wasn't, GSdx was. I had to do a little bit of juggling to remove the mem modifications from GSdx's TEX0/TEX2 handlers. With luck, nothing's broken. ;) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3536 96395faa-99c1-11dd-bbfe-3dabce05a288
45 lines
762 B
Modula-2
45 lines
762 B
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
|
|
GSgifTransfer
|
|
GSgifTransfer1
|
|
GSgifTransfer2
|
|
GSgifTransfer3
|
|
GSvsync
|
|
GSmakeSnapshot
|
|
GSkeyEvent
|
|
GSfreeze
|
|
GSconfigure
|
|
GStest
|
|
GSabout
|
|
GSreadFIFO
|
|
GSreadFIFO2
|
|
GSirqCallback
|
|
GSsetupRecording
|
|
GSsetGameCRC
|
|
GSsetFrameSkip
|
|
GSsetFrameLimit
|
|
GSsetVsync
|
|
GSsetExclusive
|
|
GSsetSettingsDir
|
|
GSgetLastTag
|
|
GSReplay
|
|
GSBenchmark
|