From cd5fb3ac6ec30ffe216e16d57544547181ba0977 Mon Sep 17 00:00:00 2001 From: smea Date: Tue, 11 Mar 2014 20:18:57 +0100 Subject: [PATCH] GPU : DVLE_SendOutmap fix --- libctru/include/ctr/SHDR.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/ctr/SHDR.h b/libctru/include/ctr/SHDR.h index e713036..e819c3d 100644 --- a/libctru/include/ctr/SHDR.h +++ b/libctru/include/ctr/SHDR.h @@ -27,9 +27,9 @@ typedef struct{ }DVLE_constEntry_s; typedef struct{ - u32 header; u16 type; u16 regID; + u32 header; }DVLE_outEntry_s; typedef struct{