mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 08:27:56 -05:00
common: multiplayer: Use GameInfo type
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
|
||||
namespace WebService {
|
||||
|
||||
std::string GetPublicKey(const std::string& host);
|
||||
|
||||
class VerifyUserJWT final : public Network::VerifyUser::Backend {
|
||||
public:
|
||||
VerifyUserJWT(const std::string& host);
|
||||
|
Reference in New Issue
Block a user