mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-07 13:22:55 +02:00
(they were crashing with the new Gif rewrite... shouldn't anymore) Although Jake had added the new "GSgifTransfer" callback to these plugins in the past, he forgot to modify the .def files so pcsx2 can actually use them :p git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4832 96395faa-99c1-11dd-bbfe-3dabce05a288
43 lines
802 B
Modula-2
43 lines
802 B
Modula-2
; GS.def : Declares the module parameters for the DLL.
|
|
|
|
;LIBRARY "GSnull"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
PS2EgetLibType @2
|
|
PS2EgetLibName @3
|
|
PS2EgetLibVersion2 @4
|
|
GSinit @5
|
|
GSopen @6
|
|
GSclose @7
|
|
GSshutdown @8
|
|
GSvsync @9
|
|
GSgifTransfer @10
|
|
GSgifTransfer1 @11
|
|
GSgifTransfer2 @12
|
|
GSgifTransfer3 @13
|
|
GSgetLastTag @14
|
|
GSgifSoftReset @15
|
|
GSreadFIFO @16
|
|
GSreadFIFO2 @17
|
|
GSkeyEvent @18
|
|
GSchangeSaveState @19
|
|
GSmakeSnapshot @20
|
|
GSmakeSnapshot2 @21
|
|
GSirqCallback @22
|
|
GSprintf @23
|
|
GSsetBaseMem @24
|
|
GSsetGameCRC @25
|
|
GSsetFrameSkip @26
|
|
GSsetupRecording @27
|
|
GSreset @28
|
|
GSwriteCSR @29
|
|
GSgetDriverInfo @30
|
|
GSsetWindowInfo @31
|
|
GSfreeze @32
|
|
GSconfigure @33
|
|
GSabout @34
|
|
GStest @35
|
|
|
|
|