mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add Discord Join Net Play functionally
This commit is contained in:
@ -19,6 +19,7 @@ struct BootParameters;
|
||||
class CheatsManager;
|
||||
class CodeWidget;
|
||||
class ControllersWindow;
|
||||
class DiscordHandler;
|
||||
class DragEnterEvent;
|
||||
class FIFOPlayerWindow;
|
||||
class GameList;
|
||||
@ -183,6 +184,7 @@ private:
|
||||
ControllersWindow* m_controllers_window;
|
||||
SettingsWindow* m_settings_window;
|
||||
NetPlayDialog* m_netplay_dialog;
|
||||
DiscordHandler* m_netplay_discord;
|
||||
NetPlaySetupDialog* m_netplay_setup_dialog;
|
||||
GraphicsWindow* m_graphics_window;
|
||||
static constexpr int num_gc_controllers = 4;
|
||||
|
Reference in New Issue
Block a user