mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 17:52:25 -07:00
yuzu: Add ui files for multiplayer rooms
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
#include "core/hle/kernel/k_thread.h"
|
||||
#include "core/hle/service/sockets/bsd.h"
|
||||
#include "core/hle/service/sockets/sockets_translate.h"
|
||||
#include "core/network/network.h"
|
||||
#include "core/network/sockets.h"
|
||||
#include "core/internal_network/network.h"
|
||||
#include "core/internal_network/sockets.h"
|
||||
|
||||
namespace Service::Sockets {
|
||||
|
||||
|
@@ -16,7 +16,7 @@ class System;
|
||||
|
||||
namespace Network {
|
||||
class Socket;
|
||||
}
|
||||
} // namespace Network
|
||||
|
||||
namespace Service::Sockets {
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/service/sockets/sockets.h"
|
||||
#include "core/hle/service/sockets/sockets_translate.h"
|
||||
#include "core/network/network.h"
|
||||
#include "core/internal_network/network.h"
|
||||
|
||||
namespace Service::Sockets {
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/service/sockets/sockets.h"
|
||||
#include "core/network/network.h"
|
||||
#include "core/internal_network/network.h"
|
||||
|
||||
namespace Service::Sockets {
|
||||
|
||||
|
Reference in New Issue
Block a user