This commit is contained in:
Glenn Maynard
2003-07-14 19:12:37 +00:00
parent 4b79170bad
commit a675dc82dd
2 changed files with 1 additions and 2 deletions
@@ -93,7 +93,6 @@ bool DIDevice::Open()
dipdw.dwData = INPUT_QSIZE;
hr = IDirectInputDevice2_SetProperty(Device,
DIPROP_BUFFERSIZE, &dipdw.diph);
/* XXX: Try to use event notification. It might give better response in a thread. */
if ( hr == DI_POLLEDDEVICE )
{
/* This device doesn't support buffering, so we're forced