mirror of https://github.com/PCSX2/pcsx2.git
21 lines
356 B
Modula-2
21 lines
356 B
Modula-2
|
; xpad.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "xpad"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
PS2EgetLibType
|
||
|
PS2EgetLibName
|
||
|
PS2EgetLibVersion2
|
||
|
PADinit
|
||
|
PADshutdown
|
||
|
PADopen
|
||
|
PADclose
|
||
|
PADkeyEvent
|
||
|
PADstartPoll
|
||
|
PADpoll
|
||
|
PADquery
|
||
|
PADconfigure
|
||
|
PADtest
|
||
|
PADabout
|