diff options
| author | bunnei <bunneidev@gmail.com> | 2015-02-18 17:19:38 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2015-02-18 17:19:38 -0500 |
| commit | 4a48b017ca7fe8fe68dfc84d70864ef6aea6a266 (patch) | |
| tree | dcd7914a3a2147790d384ce0992f70d40bce8704 /src/core/hle/service/gsp_gpu.h | |
| parent | 745b42d236873522ee854aa7422f8330eaa86c0e (diff) | |
| parent | 2eee3a87f915a8d18482cdd15e6bfd823467ea13 (diff) | |
Merge pull request #562 from neobrain/pica_progress3
More PICA200 Emulation Fixes
Diffstat (limited to 'src/core/hle/service/gsp_gpu.h')
| -rw-r--r-- | src/core/hle/service/gsp_gpu.h | 4 |
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 { |
