mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 02:05:47 +00:00
add a compile time option to allow disabling portable mode
This commit is contained in:
parent
83ec05d8af
commit
6178343f3f
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