blob: 5014a8d5ffa6852a55905f7259d6d13ca8bbf06f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef PREFIX_H
#define PREFIX_H
#include "native_common.h"
#undef DISABLE_SCUMM
#undef DISABLE_SCUMM_7_8
#undef DISABLE_HE
#define USE_ARM_GFX_ASM
#define USE_ARM_SMUSH_ASM
#endif
|