mirror of
https://github.com/reactos/reactos.git
synced 2024-11-25 20:43:31 +08: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 <mark.jansen@reactos.org>
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user