aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/citra/files/patch-externals_teakra_src_test.h
blob: 96ceb0b0b4afa9d13ac9e047b2810f551cf21c43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://github.com/wwylele/teakra/pull/35

--- externals/teakra/src/test.h.orig	2018-12-21 16:34:51 UTC
+++ externals/teakra/src/test.h
@@ -31,7 +31,7 @@ static_assert(std::is_trivially_copyable_v<State>);
 
 struct TestCase {
     State before, after;
-    u16 opcode, expand;
+    u16 opcode, expand, unused;
 };
 
 static_assert(sizeof(TestCase) == 4312);