mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-25 02:09:52 +00:00
d14d09cab3
GSdx: minor optimizations, +crcs git-svn-id: http://pcsx2.googlecode.com/svn/trunk@496 96395faa-99c1-11dd-bbfe-3dabce05a288
27 lines
469 B
Modula-2
27 lines
469 B
Modula-2
; xpad.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "xpad"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
PSEgetLibType
|
|
PSEgetLibName
|
|
PSEgetLibVersion
|
|
PS2EgetLibType
|
|
PS2EgetLibName
|
|
PS2EgetLibVersion2
|
|
PADinit
|
|
PADshutdown
|
|
PADopen
|
|
PADclose
|
|
PADkeyEvent
|
|
PADstartPoll
|
|
PADpoll
|
|
PADquery
|
|
PADconfigure
|
|
PADtest
|
|
PADabout
|
|
PADreadPort
|
|
PADreadPort1
|
|
PADreadPort2
|