mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-20 16:37:24 +00:00
7ad2d919b8
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1398 96395faa-99c1-11dd-bbfe-3dabce05a288
27 lines
454 B
Modula-2
27 lines
454 B
Modula-2
; cdvd.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "CDVDolio"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
PS2EgetLibType
|
|
PS2EgetLibName
|
|
PS2EgetLibVersion2
|
|
CDVDinit
|
|
CDVDshutdown
|
|
CDVDopen
|
|
CDVDclose
|
|
CDVDreadTrack
|
|
CDVDgetBuffer
|
|
CDVDreadSubQ
|
|
CDVDgetTN
|
|
CDVDgetTD
|
|
CDVDgetTOC
|
|
CDVDgetDiskType
|
|
CDVDgetTrayStatus
|
|
CDVDctrlTrayOpen
|
|
CDVDctrlTrayClose
|
|
CDVDconfigure
|
|
CDVDtest
|
|
CDVDabout
|