mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 02:38:42 +00:00
Make it so ARMv7 isn't a generic target.
Rearranges a bit of code so that ARM isn't a generic build anymore. Because it obviously isn't
This commit is contained in:
parent
b79482af44
commit
6e1d312091
4 changed files with 15 additions and 18 deletions
|
@ -38,7 +38,7 @@ set(SRCS BPFunctions.cpp
|
|||
XFStructs.cpp)
|
||||
set(LIBS core png)
|
||||
|
||||
if(NOT _M_GENERIC)
|
||||
if(_M_X86)
|
||||
set(SRCS ${SRCS} TextureDecoder_x64.cpp)
|
||||
else()
|
||||
set(SRCS ${SRCS} TextureDecoder_Generic.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue