File: CDVDnull.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 (29 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
; CDVDnull.def : Declares the module parameters for the DLL.

;LIBRARY      "CDVDnull"
;DESCRIPTION  'CDVD Null Driver'

EXPORTS
    ; Explicit exports can go here
	PS2EgetLibType		@2
	PS2EgetLibName		@3
	PS2EgetLibVersion2	@4
	CDVDinit			@5
	CDVDshutdown		@6
	CDVDopen			@7
	CDVDclose			@8
	CDVDreadTrack		@9
	CDVDgetBuffer		@10
	CDVDreadSubQ        @11
	CDVDgetTN			@12
	CDVDgetTD			@13
	CDVDgetTOC          @14
	CDVDgetDiskType     @15
    CDVDgetTrayStatus   @16
    CDVDctrlTrayOpen    @17
    CDVDctrlTrayClose   @18

	CDVDconfigure		@19
	CDVDtest			@20
	CDVDabout			@21