libretro: Fix fastmem defaulting to LUT on 64-bit
This commit is contained in:
parent
7fd22958ae
commit
ade61d6139
|
@ -1,6 +1,7 @@
|
|||
#include "libretro_host_interface.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/byte_stream.h"
|
||||
#include "common/cpu_detect.h"
|
||||
#include "common/file_system.h"
|
||||
#include "common/log.h"
|
||||
#include "common/string_util.h"
|
||||
|
|
Loading…
Reference in New Issue