[Xboxkrnl] Document a couple parameters in VdInitializeEngines
This commit is contained in:
parent
39083acdcb
commit
f02f192f2b
|
@ -160,13 +160,13 @@ DECLARE_XBOXKRNL_EXPORT(VdSetDisplayModeOverride,
|
||||||
ExportTag::kVideo | ExportTag::kStub);
|
ExportTag::kVideo | ExportTag::kStub);
|
||||||
|
|
||||||
dword_result_t VdInitializeEngines(unknown_t unk0, function_t callback,
|
dword_result_t VdInitializeEngines(unknown_t unk0, function_t callback,
|
||||||
lpvoid_t arg, lpunknown_t unk2_ptr,
|
lpvoid_t arg, lpdword_t pfp_ptr,
|
||||||
lpunknown_t unk3_ptr) {
|
lpdword_t me_ptr) {
|
||||||
// r3 = 0x4F810000
|
// r3 = 0x4F810000
|
||||||
// r4 = function ptr (cleanup callback?)
|
// r4 = function ptr (cleanup callback?)
|
||||||
// r5 = function arg
|
// r5 = function arg
|
||||||
// r6 = register init cmds(?)
|
// r6 = PFP Microcode
|
||||||
// r7 = gpu init cmds(?)
|
// r7 = ME Microcode
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
DECLARE_XBOXKRNL_EXPORT(VdInitializeEngines,
|
DECLARE_XBOXKRNL_EXPORT(VdInitializeEngines,
|
||||||
|
|
Loading…
Reference in New Issue