pcsx2/plugins/GSnull/Windows/GS.def
Jonathan Li 96b412ebb8 pcsx2|common|gsnull: Remove GSprintf API
It's not really used, and the OSD uses a different API.

The specified calling convention (stdcall) is also incorrect since
variadic functions are caller-clean, not callee-clean. The compilers
ignore the stdcall and just use cdecl (I think), though it does trigger
a -Wcast-calling-convention on clang.
2017-10-29 01:01:49 +01:00

40 lines
762 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
GSsetBaseMem @24
GSsetGameCRC @25
GSsetFrameSkip @26
GSsetupRecording @27
GSreset @28
GSwriteCSR @29
GSgetDriverInfo @30
GSfreeze @32
GSconfigure @33
GSabout @34
GStest @35