mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
pick 817770f from ishii
This commit is contained in:
parent
61ab04d7ba
commit
22196644bd
2 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@ option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence, show the current gam
|
||||||
option(ENABLE_ANALYTICS "Enables opt-in Analytics collection" OFF)
|
option(ENABLE_ANALYTICS "Enables opt-in Analytics collection" OFF)
|
||||||
|
|
||||||
# Enable Playback build for Slippi. TODO: turn off for normal builds
|
# Enable Playback build for Slippi. TODO: turn off for normal builds
|
||||||
option(SLIPPI_PLAYBACK "Enable Playback changes" ON)
|
option(SLIPPI_PLAYBACK "Enable Playback changes" ON)
|
||||||
|
|
||||||
option(ENCODE_FRAMEDUMPS "Encode framedumps in AVI format" ON)
|
option(ENCODE_FRAMEDUMPS "Encode framedumps in AVI format" ON)
|
||||||
|
|
||||||
|
@ -856,6 +856,7 @@ if(NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows")
|
||||||
endif()
|
endif()
|
||||||
if(NOT CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD|Darwin")
|
if(NOT CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD|Darwin")
|
||||||
install(FILES Data/license.txt DESTINATION ${datadir})
|
install(FILES Data/license.txt DESTINATION ${datadir})
|
||||||
|
install(FILES Data/portable.txt DESTINATION ${datadir})
|
||||||
endif()
|
endif()
|
||||||
if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD")
|
if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD")
|
||||||
# Install the application icon and menu item
|
# Install the application icon and menu item
|
||||||
|
|
0
Data/portable.txt
Normal file
0
Data/portable.txt
Normal file
Loading…
Add table
Add a link
Reference in a new issue