mirror of https://github.com/mgba-emu/mgba.git
Wii: Fix build on modern dkPPC
This commit is contained in:
parent
c7fd3be736
commit
080d02e8d7
|
@ -311,7 +311,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Generic")
|
|||
check_function_exists(uselocale HAVE_USELOCALE)
|
||||
check_function_exists(setlocale HAVE_SETLOCALE)
|
||||
else()
|
||||
if(DEFINED 3DS)
|
||||
if(DEFINED 3DS OR DEFINED WII)
|
||||
check_function_exists(snprintf_l HAVE_SNPRINTF_L)
|
||||
check_function_exists(strtof_l HAVE_STRTOF_L)
|
||||
check_function_exists(newlocale HAVE_NEWLOCALE)
|
||||
|
|
Loading…
Reference in New Issue