InputRoll - remove testing code
This commit is contained in:
parent
8011de9c39
commit
eebe877d28
|
@ -76,12 +76,8 @@ namespace BizHawk.Client.EmuHawk.CustomControls
|
|||
{
|
||||
IntPtr hbmp = bitmap.GetHbitmap();
|
||||
var bitHDC = CreateCompatibleDC(CurrentHDC);
|
||||
|
||||
IntPtr old = new IntPtr(SelectObject(bitHDC, hbmp));
|
||||
//SetBkMode(bitHDC, BkModes.TRANSPARENT);
|
||||
|
||||
BitBlt(CurrentHDC, x, y, bitmap.Width, bitmap.Height, bitHDC, 0, 0, 0xCC0020);
|
||||
|
||||
SelectObject(bitHDC, old);
|
||||
DeleteDC(bitHDC);
|
||||
}
|
||||
|
|
|
@ -500,8 +500,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
//Foreground
|
||||
DrawData(e);
|
||||
|
||||
Gdi.DrawBitmap(Properties.Resources.te_arrow, 1, 1);
|
||||
|
||||
Gdi.CopyToScreen();
|
||||
Gdi.EndOffScreenBitmap();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue