mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
posible fix
This commit is contained in:
parent
a662081a1d
commit
e2df04ad2d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void GeneralWidget::CreateWidgets()
|
||||||
new ConfigBool(tr("Show NetPlay Ping"), Config::GFX_SHOW_NETPLAY_PING, m_game_layer);
|
new ConfigBool(tr("Show NetPlay Ping"), Config::GFX_SHOW_NETPLAY_PING, m_game_layer);
|
||||||
m_autoadjust_window_size = new ConfigBool(tr("Auto-Adjust Window Size"),
|
m_autoadjust_window_size = new ConfigBool(tr("Auto-Adjust Window Size"),
|
||||||
Config::MAIN_RENDER_WINDOW_AUTOSIZE, m_game_layer);
|
Config::MAIN_RENDER_WINDOW_AUTOSIZE, m_game_layer);
|
||||||
m_show_turn_count = new ConfigBool(tr("Show MP Turn"), Config::GFX_SHOW_MP_TURN. m_game_layer);
|
m_show_turn_count = new ConfigBool(tr("Show MP Turn"), Config::GFX_SHOW_MP_TURN);
|
||||||
m_show_messages =
|
m_show_messages =
|
||||||
new ConfigBool(tr("Show NetPlay Messages"), Config::GFX_SHOW_NETPLAY_MESSAGES, m_game_layer);
|
new ConfigBool(tr("Show NetPlay Messages"), Config::GFX_SHOW_NETPLAY_MESSAGES, m_game_layer);
|
||||||
m_render_main_window =
|
m_render_main_window =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue