mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
Windows: Clear help menu correctly.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace MainWindow {
|
||||
static void EmptySubMenu(HMENU menu) {
|
||||
int c = GetMenuItemCount(menu);
|
||||
for (int i = 0; i < c; ++i) {
|
||||
RemoveMenu(menu, i, MF_BYPOSITION);
|
||||
RemoveMenu(menu, 0, MF_BYPOSITION);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user