mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-29 16:57:04 +02:00
add prompt and function for auto update override settings
This commit is contained in:
parent
2e7832762e
commit
d5be379a45
5 changed files with 39 additions and 1 deletions
|
|
@ -239,6 +239,9 @@ add_executable(yuzu
|
|||
ryujinx_dialog.h ryujinx_dialog.cpp ryujinx_dialog.ui
|
||||
main_window.h main_window.cpp main.ui
|
||||
|
||||
overrides_updater.h
|
||||
overrides_updater.cpp
|
||||
|
||||
configuration/system/new_user_dialog.h configuration/system/new_user_dialog.cpp configuration/system/new_user_dialog.ui
|
||||
configuration/system/profile_avatar_dialog.h configuration/system/profile_avatar_dialog.cpp
|
||||
configuration/addon/mod_select_dialog.h configuration/addon/mod_select_dialog.cpp configuration/addon/mod_select_dialog.ui
|
||||
|
|
@ -361,6 +364,7 @@ target_sources(yuzu
|
|||
|
||||
if (ENABLE_OPENSSL)
|
||||
target_link_libraries(yuzu PRIVATE OpenSSL::SSL OpenSSL::Crypto)
|
||||
target_compile_definitions(yuzu PRIVATE CPPHTTPLIB_OPENSSL_SUPPORT)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue