Speed up all virtuallistview's in the emulator by about 20%
This commit is contained in:
parent
28a459ab0e
commit
6fb0030e71
|
@ -624,6 +624,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
case (int)Notices.NM_CUSTOMDRAW:
|
||||
OnCustomDrawNotice(ref m);
|
||||
messageProcessed = true;
|
||||
m.Result = (IntPtr)0;
|
||||
break;
|
||||
case (int)ListViewNotices.LVN_GETDISPINFOW:
|
||||
OnDispInfoNotice(ref m, false);
|
||||
|
|
Loading…
Reference in New Issue