mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[FREELDR] Add missing VideoSetTextCursorPosition handler for Xbox
This fixes null pointer call bug, which was revealed in 85d44fc. Spotted by Mark Jansen. CORE-16216
Co-authored-by: Mark Jansen <[email protected]>
This commit is contained in:
committed by
Mark Jansen
co-authored by
Mark Jansen
parent
fca051a1d1
commit
87845a1cc2
@@ -272,6 +272,7 @@ XboxMachInit(const char *CmdLine)
|
||||
MachVtbl.VideoGetDisplaySize = XboxVideoGetDisplaySize;
|
||||
MachVtbl.VideoGetBufferSize = XboxVideoGetBufferSize;
|
||||
MachVtbl.VideoGetFontsFromFirmware = XboxVideoGetFontsFromFirmware;
|
||||
MachVtbl.VideoSetTextCursorPosition = XboxVideoSetTextCursorPosition;
|
||||
MachVtbl.VideoHideShowTextCursor = XboxVideoHideShowTextCursor;
|
||||
MachVtbl.VideoPutChar = XboxVideoPutChar;
|
||||
MachVtbl.VideoCopyOffScreenBufferToVRAM = XboxVideoCopyOffScreenBufferToVRAM;
|
||||
|
||||
Reference in New Issue
Block a user