mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
Disable UPnP on Android. (Sorry :()
This commit is contained in:
parent
16cd26d177
commit
44db305602
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ if(ANDROID)
|
||||||
add_definitions(-DANDROID)
|
add_definitions(-DANDROID)
|
||||||
set(USE_X11 0)
|
set(USE_X11 0)
|
||||||
set(USE_WAYLAND 0)
|
set(USE_WAYLAND 0)
|
||||||
|
set(USE_UPNP 0)
|
||||||
endif()
|
endif()
|
||||||
########################################
|
########################################
|
||||||
# Dependency checking
|
# Dependency checking
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue