mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3040 96395faa-99c1-11dd-bbfe-3dabce05a288
23 lines
No EOL
448 B
Modula-2
23 lines
No EOL
448 B
Modula-2
; FireWire.def : Declares the module parameters for the DLL.
|
|
|
|
;LIBRARY "PadNull"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
PS2EgetLibType @2
|
|
PS2EgetLibName @3
|
|
PS2EgetLibVersion2 @4
|
|
PADinit @5
|
|
PADshutdown @6
|
|
PADopen @7
|
|
PADclose @8
|
|
PADkeyEvent @9
|
|
PADstartPoll @10
|
|
PADpoll @11
|
|
PADquery @12
|
|
PADupdate @13
|
|
PADgsDriverInfo @14
|
|
PADfreeze @15
|
|
PADconfigure @16
|
|
PADtest @17
|
|
PADabout @18 |