Home
last modified time | relevance | path

Searched defs:DVDCommandBlock (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2/include/revolution/
Ddvd.h302 typedef struct DVDCommandBlock DVDCommandBlock; typedef
306 struct DVDCommandBlock struct
308 DVDCommandBlock* next; argument
309 DVDCommandBlock* prev; argument
310 u32 command;
311 s32 state;
312 u32 offset;
313 u32 length;
314 void* addr;
315 u32 currTransferSize;
[all …]