mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 02:37:58 +00:00
Port web_service from Citra
This commit is contained in:
parent
5a8a2160ce
commit
92e939952c
45 changed files with 1577 additions and 39 deletions
|
@ -13,3 +13,6 @@ endif()
|
|||
if (ENABLE_QT)
|
||||
add_subdirectory(yuzu)
|
||||
endif()
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
add_subdirectory(web_service)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue