Yuma Hiramatsu

Results 3 comments of Yuma Hiramatsu

@suurjaak Thank you for feedback. I almost agree with you, but some of them may be troublesome with textual (using TUI library).I am considering use of the other TUI library....

@KaiseiYokoyama @medakk I succeeded in running examples on Ubuntu 20.04. Here are the steps I took. 1. Created a file `/etc/udev/rules.d/50-nintendo-switch.rules`, referencing the [link](https://www.reddit.com/r/Stadia/comments/egcvpq/using_nintendo_switch_pro_controller_on_linux/fc5s7qm/) ``` # Switch Joy-con (L) (Bluetooth...

This issue would be due to restriction in SDL-1.2. https://github.com/libsdl-org/SDL-1.2/blob/main/src/video/SDL_surface.c#L47-L52 ```c SDL_Surface * SDL_CreateRGBSurface (Uint32 flags, int width, int height, int depth, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)...