mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 22:35:39 +00:00
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 "libretro_host_interface.h"
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
#include "common/byte_stream.h"
|
#include "common/byte_stream.h"
|
||||||
|
#include "common/cpu_detect.h"
|
||||||
#include "common/file_system.h"
|
#include "common/file_system.h"
|
||||||
#include "common/log.h"
|
#include "common/log.h"
|
||||||
#include "common/string_util.h"
|
#include "common/string_util.h"
|
||||||
|
|
Loading…
Reference in a new issue