2009-02-06 19:15:15 +00:00
|
|
|
; GSdx.def : Declares the module parameters for the DLL.
|
|
|
|
|
|
|
|
LIBRARY "GSdx"
|
|
|
|
|
|
|
|
EXPORTS
|
|
|
|
; Explicit exports can go here
|
|
|
|
PS2EgetLibType
|
|
|
|
PS2EgetLibName
|
|
|
|
PS2EgetLibVersion2
|
|
|
|
PS2EgetCpuPlatform
|
2010-01-28 02:53:10 +00:00
|
|
|
PS2EsetEmuVersion
|
2009-02-06 19:15:15 +00:00
|
|
|
GSsetBaseMem
|
|
|
|
GSinit
|
|
|
|
GSshutdown
|
2009-09-17 07:40:38 +00:00
|
|
|
GSopen
|
|
|
|
GSopen2
|
2009-02-06 19:15:15 +00:00
|
|
|
GSclose
|
|
|
|
GSreset
|
|
|
|
GSwriteCSR
|
2010-07-11 04:38:33 +00:00
|
|
|
GSgifSoftReset
|
2010-07-19 15:49:30 +00:00
|
|
|
GSgifTransfer
|
2009-02-06 19:15:15 +00:00
|
|
|
GSgifTransfer1
|
|
|
|
GSgifTransfer2
|
|
|
|
GSgifTransfer3
|
|
|
|
GSvsync
|
|
|
|
GSmakeSnapshot
|
|
|
|
GSkeyEvent
|
|
|
|
GSfreeze
|
|
|
|
GSconfigure
|
|
|
|
GStest
|
|
|
|
GSabout
|
|
|
|
GSreadFIFO
|
|
|
|
GSreadFIFO2
|
2009-08-16 11:35:30 +00:00
|
|
|
GSirqCallback
|
|
|
|
GSsetupRecording
|
2009-02-06 19:15:15 +00:00
|
|
|
GSsetGameCRC
|
2009-07-15 19:44:06 +00:00
|
|
|
GSsetFrameSkip
|
|
|
|
GSsetFrameLimit
|
2009-12-03 15:49:12 +00:00
|
|
|
GSsetVsync
|
2009-12-04 03:24:59 +00:00
|
|
|
GSsetExclusive
|
2009-12-19 18:30:56 +00:00
|
|
|
GSsetSettingsDir
|
2009-02-06 19:15:15 +00:00
|
|
|
GSgetLastTag
|
|
|
|
GSReplay
|
|
|
|
GSBenchmark
|
Avih (of Firefox plugin "Smoothwheel" fame ;) ) worked on bringing back that extended GSdx information we lost in the merge to the new WX Gui.
Here's his changelog:
GSdx, PCSX2: Fixed broken GS info at the title bar
* If the plugin doesn't support the API, PCSX2 will display only the image mode (progressive/interlaced field/frame), NON i18n!
* If the plugin does support the API, PCSX2 will not display the image mode, and instead display the info from the plugin
* GSdx now properly sends title info: resolution, image mode, deinterlace mode (weave - bff, etc)
* To enable the full GSdx title info as it used to work before it got broken: uncomment //#define GSTITLEINFO_API_FORCE_VERBOSE at GS.h of GSdx.
NOTE: When using an older pcsx2.exe with newer GS plugin, the title would contain duplicate image mode info. All other combos work fine.
* PCSX2 still displays the performance info, etc in the title bar.
Thanks a bunch for bringing this information back, Avih! :)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4070 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-12-02 22:48:56 +00:00
|
|
|
GSgetTitleInfo
|