Alan Jian

Results 4 issues of Alan Jian

GitHub has introduced a new feature called dark theme lately, but it doesn't fit well in this tutorial, formula pictures in the wiki page have transparent background and black font...

Add a new system call to allow users to control the mouse relative mode of the SDL window and to synchronize the cursor with the game demo menu's current state....

Some users may find the demos' windows to be too small, and unfortunately, the emulator does not currently respond to user requests for resizing; thus, window resizing or some kind...

A microsecond is 1000 times bigger than a nanosecond (10-6 vs 10-9 seconds). This commit corrects the conversion of microseconds to nanoseconds in `rv_clock_gettime()` by multiplying `tv_usec` by 1000 instead...