mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add render and getkey syscalls, for host-sdl use.
This commit is contained in:
parent
9836500503
commit
ed57b62f79
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue