mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-14 05:22:08 +00:00
Force IPv4 on external IP addresses
This commit is contained in:
parent
c2aedb7649
commit
158c0d54b1
11 changed files with 129 additions and 86 deletions
|
@ -5,13 +5,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
using JoinFunction = std::function<void()>;
|
||||
using JoinRequestFunction =
|
||||
std::function<void(const char* id, const std::string& discord_tag, const char* avatar)>;
|
||||
|
||||
class Handler
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue