mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Include a missing include in the ARM emitter's common code.
This commit is contained in:
parent
581c81ce1c
commit
44baab30cf
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
// Licensed under GPLv2
|
// Licensed under GPLv2
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#include "Common/CommonTypes.h"
|
||||||
|
|
||||||
enum CCFlags
|
enum CCFlags
|
||||||
{
|
{
|
||||||
CC_EQ = 0, // Equal
|
CC_EQ = 0, // Equal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue