File: PadNull.def

package info (click to toggle)
pcsx2 1.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,172 kB
  • ctags: 40,348
  • sloc: cpp: 232,892; ansic: 22,912; asm: 2,273; lisp: 1,346; sh: 561; perl: 253; makefile: 113; xml: 69
file content (23 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; 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