diff options
| author | daco65 <daco65@gmail.com> | 2009-08-15 14:34:52 +0000 |
|---|---|---|
| committer | daco65 <daco65@gmail.com> | 2009-08-15 14:34:52 +0000 |
| commit | 3311434d41021884dac616f5428aa528c9ec7979 (patch) | |
| tree | 903978e04cedb6b9decc33f9632a49f89c110119 /Source/Core/DolphinWX/Src/NetFunctions.cpp | |
| parent | d29088773b629dd433d550bba525959ff9218f11 (diff) | |
NETPLAY : display game name correctly in gui , added netplay to logmanager (netplay is horribly in seeing what its doing). hoping to get netplay to work again cause its borked
LLE: warning fix (would linux hate {} ? )
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3987 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DolphinWX/Src/NetFunctions.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/Src/NetFunctions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/Src/NetFunctions.cpp b/Source/Core/DolphinWX/Src/NetFunctions.cpp index 7570d7bd1e..4c30cce255 100644 --- a/Source/Core/DolphinWX/Src/NetFunctions.cpp +++ b/Source/Core/DolphinWX/Src/NetFunctions.cpp @@ -415,6 +415,7 @@ void NetPlay::ChangeSelectedGame(std::string game) m_selectedGame = game; UpdateNetWindow(false); m_Logging->AppendText(wxString::Format(wxT("*Game has been changed to : %s\n"), game.c_str())); + NOTICE_LOG(NETPLAY,"Game has been changed to : %s \n",game.c_str()); } } |
