Update EmuXapi.cpp

This commit is contained in:
ergo720 2017-08-31 19:02:45 +00:00 committed by Luke Usher
parent 927f7673d3
commit 0e0d41081a
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ BOOL WINAPI XTL::EMUPATCH(XGetDeviceChanges)
DeviceType->PreviousConnected = DeviceType->CurrentConnected;
ret = (*pdwInsertions | *pdwRemovals) ? TRUE : FALSE;
}
/*
/*
// JSRF Hack: Always return no device changes
// Without this, JSRF hard crashes sometime after calling this function
// I HATE game specific hacks, but I've wasted three weeks trying to solve this already