mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
Merge pull request #1051 from Sonicadvance1/ARM-Common
Include a missing include in the ARM emitter's common code.
This commit is contained in:
commit
5061a33c29
@ -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…
x
Reference in New Issue
Block a user