1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 15:36:32 -05:00

Common: Move cpu_detect to x64 directory.

This commit is contained in:
bunnei
2015-08-12 00:19:20 -04:00
parent bd7e691f78
commit a1942238f5
5 changed files with 6 additions and 7 deletions

View File

@@ -4,9 +4,8 @@
#include <smmintrin.h>
#include "common/cpu_detect.h"
#include "common/x64/abi.h"
#include "common/x64/cpu_detect.h"
#include "common/x64/emitter.h"
#include "shader.h"