SwicthUMD:Only update Switch UMD item of Windows menu instead of entire UI.
This commit is contained in:
parent
0f647684a3
commit
a0fe0e38c1
11 changed files with 37 additions and 4 deletions
|
@ -970,6 +970,10 @@ namespace MainWindow
|
|||
InputDevice::BeginPolling();
|
||||
break;
|
||||
|
||||
case WM_USER_SWITCHUMD_UPDATED:
|
||||
UpdateSwitchUMD();
|
||||
break;
|
||||
|
||||
case WM_MENUSELECT:
|
||||
// Called when a menu is opened. Also when an item is selected, but meh.
|
||||
UpdateMenus(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue