mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
Add Artic Base support (#105)
* Add Artic Base support * Add Android support
This commit is contained in:
parent
572d3ab71c
commit
24c6ec5e6a
83 changed files with 5592 additions and 516 deletions
|
@ -1,6 +1,9 @@
|
|||
add_library(network STATIC
|
||||
announce_multiplayer_session.cpp
|
||||
announce_multiplayer_session.h
|
||||
artic_base/artic_base_client.cpp
|
||||
artic_base/artic_base_client.h
|
||||
artic_base/artic_base_common.h
|
||||
network.cpp
|
||||
network.h
|
||||
network_settings.cpp
|
||||
|
@ -12,6 +15,8 @@ add_library(network STATIC
|
|||
room.h
|
||||
room_member.cpp
|
||||
room_member.h
|
||||
socket_manager.cpp
|
||||
socket_manager.h
|
||||
verify_user.cpp
|
||||
verify_user.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue