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:
Toby Jaffey 2025-12-17 20:19:31 +00:00
parent 3d83844d5c
commit d780c4e69d
6 changed files with 18 additions and 1 deletions

View file

@ -14,4 +14,6 @@
#define UVM32_SYSCALL_GETKEY 0x00000009
#define UVM32_SYSCALL_RENDERAUDIO 0x0000000A
#define UVM32_SYSCALL_CANRENDERAUDIO 0x0000000B
#define UVM32_SYSCALL_RAND 0x0000000C