mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-10 03:32:57 +00:00
f2c0ff23a9
* PCSX2: Added GSgetTileinfo2 and deprecated=removed GSgetTitleInfo * GSdx: moved to the new GSgetTitleInfo2 * New PCSX2 with new GSdx will have the new functionality, all other combos remain with old functionality. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4073 96395faa-99c1-11dd-bbfe-3dabce05a288
45 lines
778 B
Modula-2
45 lines
778 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
|
|
GSgetTitleInfo2 |