summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp_gpu.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2015-01-01 19:58:18 +0100
committerTony Wasserka <NeoBrainX@gmail.com>2015-02-18 14:02:58 +0100
commit0da6a7e2348843027019934ae208753324532fa1 (patch)
tree603008fdf76abe22153c973fafea6f4789a06f7c /src/core/hle/service/gsp_gpu.h
parentMerge pull request #570 from purpasmart96/config_mem (diff)
downloadyuzu-0da6a7e2348843027019934ae208753324532fa1.tar
yuzu-0da6a7e2348843027019934ae208753324532fa1.tar.gz
yuzu-0da6a7e2348843027019934ae208753324532fa1.tar.bz2
yuzu-0da6a7e2348843027019934ae208753324532fa1.tar.lz
yuzu-0da6a7e2348843027019934ae208753324532fa1.tar.xz
yuzu-0da6a7e2348843027019934ae208753324532fa1.tar.zst
yuzu-0da6a7e2348843027019934ae208753324532fa1.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/gsp_gpu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/gsp_gpu.h b/src/core/hle/service/gsp_gpu.h
index 65abb194a..a435d418a 100644
--- a/src/core/hle/service/gsp_gpu.h
+++ b/src/core/hle/service/gsp_gpu.h
@@ -109,9 +109,13 @@ struct Command {
u32 start1;
u32 value1;
u32 end1;
+
u32 start2;
u32 value2;
u32 end2;
+
+ u16 control1;
+ u16 control2;
} memory_fill;
struct {