forked from TeamTofuShop/segatools
removed prints, added phantom device
This commit is contained in:
@ -284,8 +284,6 @@ static HMODULE WINAPI hook_LoadLibraryW(const wchar_t *name)
|
||||
{
|
||||
HMODULE result;
|
||||
|
||||
dprintf("hook_LoadLibraryW: Loading %S\n", name);
|
||||
|
||||
if (name == NULL) {
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
|
||||
|
@ -196,7 +196,6 @@ static BOOL WINAPI my_SetupDiEnumDeviceInterfaces(
|
||||
DWORD MemberIndex,
|
||||
SP_DEVICE_INTERFACE_DATA *DeviceInterfaceData)
|
||||
{
|
||||
dprintf("my_SetupDiEnumDeviceInterfaces hit!\n");
|
||||
const struct setupapi_class *class_;
|
||||
size_t i;
|
||||
|
||||
|
Reference in New Issue
Block a user