libretro: Fix fastmem defaulting to LUT on 64-bit

This commit is contained in:
Connor McLaughlin 2020-11-24 15:14:34 +10:00
parent 7fd22958ae
commit ade61d6139
1 changed files with 1 additions and 0 deletions

View File

@ -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"