mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Port dolphin to SFML 2.1
This commit is contained in:
parent
11dbe6b6ce
commit
a93f86330e
14 changed files with 157 additions and 140 deletions
|
@ -87,9 +87,9 @@ protected:
|
|||
Common::FifoQueue<NetWiimote> m_wiimote_buffer[4];
|
||||
|
||||
NetPlayUI* m_dialog;
|
||||
sf::SocketTCP m_socket;
|
||||
sf::TcpSocket m_socket;
|
||||
std::thread m_thread;
|
||||
sf::Selector<sf::SocketTCP> m_selector;
|
||||
sf::SocketSelector m_selector;
|
||||
|
||||
std::string m_selected_game;
|
||||
volatile bool m_is_running;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue