mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-20 03:27:16 +02:00
Changes: Implemented PADupdate and PADsetSettingsDir, added thread sync mutexes. Note! This is based on v1.6 of SSSPSX, since we don't currently have v1.7 in the repository. I did just realize that 1.7 comes with sources online, so I'll upgrade the repository to 1.7 shortly. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2378 96395faa-99c1-11dd-bbfe-3dabce05a288
36 lines
739 B
Modula-2
36 lines
739 B
Modula-2
; Declares the module parameters for the DLL.
|
|
|
|
;LIBRARY "ZeroGS"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
PS2EgetLibType @2
|
|
PS2EgetLibName @3
|
|
PS2EgetLibVersion2 @4
|
|
GSinit @5
|
|
GSshutdown @6
|
|
GSopen @7
|
|
GSclose @8
|
|
GSgifTransfer1 @13
|
|
GSgifTransfer2 @14
|
|
GSgifTransfer3 @15
|
|
GSreadFIFO @16
|
|
GSvsync @17
|
|
GSmakeSnapshot @18
|
|
GSkeyEvent @19
|
|
GSfreeze @20
|
|
GSconfigure @21
|
|
GStest @22
|
|
GSabout @23
|
|
GSreadFIFO2 @28
|
|
GSirqCallback @29
|
|
GSsetBaseMem @30
|
|
GSwriteCSR @31
|
|
GSchangeSaveState @32
|
|
GSreset @33
|
|
GSgifSoftReset @34
|
|
GSsetFrameSkip @35
|
|
GSsetGameCRC @36
|
|
GSgetLastTag @37
|
|
GSsetupRecording @38
|
|
GSsetSettingsDir @39 |