Skip to content

Commit

Permalink
0.1.1 update to dolphin 5.0-6050
Browse files Browse the repository at this point in the history
  • Loading branch information
NarryG committed Dec 16, 2017
1 parent d263530 commit 04a9b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/ConfigManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ void SConfig::LoadInterfaceSettings(IniFile& ini)
IniFile::Section* interface = ini.GetOrCreateSection("Interface");

interface->Get("ConfirmStop", &bConfirmStop, true);
//Narrysmod_hijack
interface->Get("UsePanicHandlers", &bUsePanicHandlers, false);
interface->Get("OnScreenDisplayMessages", &bOnScreenDisplayMessages, true);
interface->Get("HideCursor", &bHideCursor, false);
Expand Down
2 changes: 2 additions & 0 deletions Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,8 @@ void Wiimote::ThreadFunc()
Common::SetCurrentThreadName("Wiimote Device Thread");

bool ok = ConnectInternal();
//Narrysmod_hijack
//Fixes a bug I reported
Common::SleepCurrentThread(500);

if (!ok)
Expand Down

1 comment on commit 04a9b69

@NarryG
Copy link
Member Author

@NarryG NarryG commented on 04a9b69 Dec 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.1.2

Please sign in to comment.