Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
vczh committed Feb 4, 2024
1 parent f6df121 commit 955d77b
Show file tree
Hide file tree
Showing 16 changed files with 5,485 additions and 107 deletions.
6 changes: 3 additions & 3 deletions Import/GacUI.Windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2695,7 +2695,7 @@ ControllerListener
d3d11Device = CreateD3D11Device(D3D_DRIVER_TYPE_WARP);
}
}
#if _DEBUG
#ifdef _DEBUG
CHECK_ERROR(d3d11Device,
L"Direct2DWindowsNativeControllerListener::NativeWindowCreated(INativeWindow*)#"
L"Failed to create Direct3D 11 Device. "
Expand Down Expand Up @@ -14364,7 +14364,7 @@ WindowsInputService
WindowsInputService::WindowsInputService()
:ownerHandle(NULL)
,isTimerEnabled(false)
,keyNames(146)
,keyNames((vint)VKEY::KEY_MAXIMUM)
{
InitializeKeyNames();
}
Expand Down Expand Up @@ -14415,7 +14415,7 @@ WindowsInputService
}
else
{
return L"?";
return WString::Unmanaged(L"?");
}
}

Expand Down
Loading

0 comments on commit 955d77b

Please sign in to comment.