Daniel Knobe

Results 23 comments of Daniel Knobe

I can confirm the problem for the Jetson Nano. Is there any solution available?

Currently we have no "simple" build support for android. In the future we will change that. Currently supported platforms are listed in the README.md.

I have the same issue here. I have a Pi 3 with Bullseye and Bluetooth configured in peripheral mode. The behavior is the same as described by @gregoiregentil . With...

GP2X support can be dropped. The blobby maintenance of the code for the gp2x has been discontinued for a long time and would probably already cause problems today.

hi Ganael, you are right, but this was intended behavior. I will add an option in graphics menu in the next release for keeping original aspect ratio and add black...

Than we should move it in a seperat folder.

I just restarted the server to refresh the cert. When I find some time I will get this fixed by autoreload the cert.

You are right. We should use [PHYSFS_getPrefDir()](https://icculus.org/physfs/docs/html/physfs_8h.html#acd87392d234d070695303521bb8052a5). It does the right thing. On linux it takes XDG_DATA_HOME also into account. Added a first PR for discussion.

imho backward compatibility is not important in this case. Following the spec we should separate config and data that's right. Physfs may support this in the future (https://github.com/icculus/physfs/issues/41). If Physfs...