Merge pull request #11447 from xcfrg/portable-compile-out
common: add a compile time option to allow disabling portable mode
This commit is contained in:
commit
ce5320c49f
3 changed files with 10 additions and 2 deletions
|
@ -151,6 +151,10 @@ add_library(common STATIC
|
|||
zstd_compression.h
|
||||
)
|
||||
|
||||
if (YUZU_ENABLE_PORTABLE)
|
||||
add_compile_definitions(YUZU_ENABLE_PORTABLE)
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
target_sources(common PRIVATE
|
||||
windows/timer_resolution.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue