mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Merge pull request #1045 from Sonicadvance1/fix-generic
Fix Generic build from AArch64 merge.
This commit is contained in:
commit
cfb2c3db28
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ else()
|
||||||
if(_M_X86) #X86
|
if(_M_X86) #X86
|
||||||
set(SRCS ${SRCS}
|
set(SRCS ${SRCS}
|
||||||
x64FPURoundMode.cpp)
|
x64FPURoundMode.cpp)
|
||||||
|
else() # Generic
|
||||||
|
set(SRCS ${SRCS}
|
||||||
|
GenericFPURoundMode.cpp)
|
||||||
endif()
|
endif()
|
||||||
set(SRCS ${SRCS} x64CPUDetect.cpp)
|
set(SRCS ${SRCS} x64CPUDetect.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue