Skip to content
Snippets Groups Projects
Commit b39cd3a6 authored by bunnei's avatar bunnei
Browse files

removed unknown fields from GX_CmdBufferHeader

parent a6b047ec
No related branches found
No related tags found
No related merge requests found
...@@ -28,12 +28,7 @@ union GX_CmdBufferHeader { ...@@ -28,12 +28,7 @@ union GX_CmdBufferHeader {
// writing a command to shared memory, after increasing this value TriggerCmdReqQueue is only // writing a command to shared memory, after increasing this value TriggerCmdReqQueue is only
// used if this field is value 1. // used if this field is value 1.
BitField<8,8,u32> number_commands; BitField<8,8,u32> number_commands;
// Must not be value 1. When the error-code u32 is set, this u8 is set to value 0x80.
BitField<16,8,u32> unk_0;
// Bit 0 must not be set
BitField<24,8,u32> unk_1;
}; };
/// Gets the address of the start (header) of a command buffer in GSP shared memory /// Gets the address of the start (header) of a command buffer in GSP shared memory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment