mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 07:37:57 -05:00
fixed project includes to use new directory structure
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
||||
#include "hash.h"
|
||||
#include "common/hash.h"
|
||||
#if _M_SSE >= 0x402
|
||||
#include "cpu_detect.h"
|
||||
#include "common/cpu_detect.h"
|
||||
#include <nmmintrin.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user