Speed up all virtuallistview's in the emulator by about 20%

This commit is contained in:
adelikat 2014-07-30 01:18:50 +00:00
parent 28a459ab0e
commit 6fb0030e71
1 changed files with 1 additions and 0 deletions

View File

@ -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);