mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
fix(d3d): fix hardware cursor
This commit is contained in:
parent
6f108b3067
commit
5fb8536fce
4 changed files with 16 additions and 4 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue