Add render and getkey syscalls, for host-sdl use.

This commit is contained in:
Toby Jaffey 2025-12-12 14:25:01 +00:00
parent 9836500503
commit ed57b62f79
2 changed files with 4 additions and 0 deletions

View file

@ -9,4 +9,6 @@
#define UVM32_SYSCALL_PRINTHEX 0x00000005
#define UVM32_SYSCALL_MILLIS 0x00000006
#define UVM32_SYSCALL_PRINTBUF 0x00000007
#define UVM32_SYSCALL_RENDER 0x00000008
#define UVM32_SYSCALL_GETKEY 0x00000009