mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Also remove the define
This commit is contained in:
parent
9513dc9849
commit
1f33a6511f
@ -22,11 +22,6 @@
|
|||||||
#define _VIC_H
|
#define _VIC_H
|
||||||
|
|
||||||
|
|
||||||
// Define this if you want global variables instead of member variables
|
|
||||||
#if defined(__i386) || defined(mc68000) || defined(__MC68K__)
|
|
||||||
//#define GLOBAL_VARS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Define this if you have a processor that can do unaligned accesses quickly
|
// Define this if you have a processor that can do unaligned accesses quickly
|
||||||
#if defined(__i386) || defined(mc68000) || defined(__MC68K__)
|
#if defined(__i386) || defined(mc68000) || defined(__MC68K__)
|
||||||
#define CAN_ACCESS_UNALIGNED
|
#define CAN_ACCESS_UNALIGNED
|
||||||
|
Loading…
Reference in New Issue
Block a user