summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/chihiro.h
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2015-12-30 18:17:12 +0100
committer yz70s <yz70s@users.noreply.github.com>2016-01-11 23:01:49 +0100
commit9a9a89c716bc703455764be9163a88ff10ffa156 (patch)
tree06dc0e250f6d183b695e1ac636051229ba5ece70 /src/mame/includes/chihiro.h
parentd62bd1baee715873b1c681a5c048544500b0fac7 (diff)
chihiro.cpp: improve support for fixed function pipeline (nw)
Diffstat (limited to 'src/mame/includes/chihiro.h')
-rw-r--r--src/mame/includes/chihiro.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/chihiro.h b/src/mame/includes/chihiro.h
index e33f28e410c..a9efcc711e3 100644
--- a/src/mame/includes/chihiro.h
+++ b/src/mame/includes/chihiro.h
@@ -650,9 +650,9 @@ public:
bool logical_operation_enabled;
NV2A_LOGIC_OP logical_operation;
struct {
- float modelview[16];
- float modelview_inverse[16];
- float projection[16];
+ float modelview[4][4];
+ float modelview_inverse[4][4];
+ float projection[4][4];
float translate[4];
float scale[4];
} matrix;