mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add UVM32_SYSCALL_RAND to get a "true" random number from the host, as I want to play zigtris and not have it be the same every time.
This commit is contained in:
parent
3d83844d5c
commit
d780c4e69d
6 changed files with 18 additions and 1 deletions
|
|
@ -14,4 +14,6 @@
|
|||
#define UVM32_SYSCALL_GETKEY 0x00000009
|
||||
#define UVM32_SYSCALL_RENDERAUDIO 0x0000000A
|
||||
#define UVM32_SYSCALL_CANRENDERAUDIO 0x0000000B
|
||||
#define UVM32_SYSCALL_RAND 0x0000000C
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue