summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-08 17:12:07 -0400
committerGravatar bunnei2014-05-08 17:12:07 -0400
commitb39cd3a64c69792ffd720ffa6e0f5fe35740a087 (patch)
tree18e4e308b99d1485e0c624ef127cbc81b41591ca /src
parentremoved incorrect dolphin copyright line (diff)
downloadyuzu-b39cd3a64c69792ffd720ffa6e0f5fe35740a087.tar.gz
yuzu-b39cd3a64c69792ffd720ffa6e0f5fe35740a087.tar.xz
yuzu-b39cd3a64c69792ffd720ffa6e0f5fe35740a087.zip
removed unknown fields from GX_CmdBufferHeader
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/gsp.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/service/gsp.cpp b/src/core/hle/service/gsp.cpp
index 58df970c4..12c7dabcd 100644
--- a/src/core/hle/service/gsp.cpp
+++ b/src/core/hle/service/gsp.cpp
@@ -28,12 +28,7 @@ union GX_CmdBufferHeader {
28 // writing a command to shared memory, after increasing this value TriggerCmdReqQueue is only 28 // writing a command to shared memory, after increasing this value TriggerCmdReqQueue is only
29 // used if this field is value 1. 29 // used if this field is value 1.
30 BitField<8,8,u32> number_commands; 30 BitField<8,8,u32> number_commands;
31
32 // Must not be value 1. When the error-code u32 is set, this u8 is set to value 0x80.
33 BitField<16,8,u32> unk_0;
34 31
35 // Bit 0 must not be set
36 BitField<24,8,u32> unk_1;
37}; 32};
38 33
39/// Gets the address of the start (header) of a command buffer in GSP shared memory 34/// Gets the address of the start (header) of a command buffer in GSP shared memory