fix(d3d): fix hardware cursor

This commit is contained in:
VDm 2024-12-11 00:20:01 +04:00
parent 6f108b3067
commit 5fb8536fce
4 changed files with 16 additions and 4 deletions

View file

@ -274,6 +274,7 @@ void ConsoleDeviceInitialize(const char* title) {
s_requestedFormat.hwTnL = true;
// TODO
s_requestedFormat.hwCursor = true;
CGxFormat format;
memcpy(&format, &s_requestedFormat, sizeof(s_requestedFormat));