mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #1045 from Sonicadvance1/fix-generic
Fix Generic build from AArch64 merge.
This commit is contained in:
@ -46,6 +46,9 @@ else()
|
||||
if(_M_X86) #X86
|
||||
set(SRCS ${SRCS}
|
||||
x64FPURoundMode.cpp)
|
||||
else() # Generic
|
||||
set(SRCS ${SRCS}
|
||||
GenericFPURoundMode.cpp)
|
||||
endif()
|
||||
set(SRCS ${SRCS} x64CPUDetect.cpp)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user