mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-19 21:45:45 +00:00
This is adapted from kleidis old PR to Azahar. Changes from it: - Fixed inconsistent button styling in the dialog for connection - Allowed to hide both empty and full rooms. - Proper serving of preferred games - Enables web service for android by default - Better implementation of multiplayer.cpp that works with oop Also fixes the room network class and turns it into a static namespace in network Signed-off-by: Aleksandr Popovich <alekpopo@pm.me> Co-authored-by: swurl <swurl@swurl.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/125 Co-authored-by: Aleksandr Popovich <alekpopo@pm.me> Co-committed-by: Aleksandr Popovich <alekpopo@pm.me>
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "yuzu",
|
|
"builtin-baseline": "ea2a964f9303270322cf3f2d51c265ba146c422d",
|
|
"version": "1.0",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-asio",
|
|
"boost-bind",
|
|
"boost-config",
|
|
"boost-container",
|
|
"boost-context",
|
|
"boost-crc",
|
|
"boost-functional",
|
|
"boost-heap",
|
|
"boost-icl",
|
|
"boost-intrusive",
|
|
"boost-mpl",
|
|
"boost-range",
|
|
"boost-spirit",
|
|
"boost-process",
|
|
"boost-test",
|
|
"boost-timer",
|
|
"boost-variant",
|
|
"fmt",
|
|
"lz4",
|
|
"nlohmann-json",
|
|
"zlib",
|
|
"zstd",
|
|
"sdl2"
|
|
],
|
|
"features": {
|
|
"yuzu-tests": {
|
|
"description": "Compile tests",
|
|
"dependencies": [ "catch2" ]
|
|
},
|
|
"web-service": {
|
|
"description": "Enable web services (telemetry, etc.)",
|
|
"dependencies": [
|
|
{
|
|
"name": "openssl"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"overrides": [
|
|
{
|
|
"name": "catch2",
|
|
"version": "3.3.1"
|
|
},
|
|
{
|
|
"name": "boost-process",
|
|
"version": "1.81.0"
|
|
}
|
|
|
|
]
|
|
}
|