Carsten Teibes

Results 106 comments of Carsten Teibes

Was just hit by this issue. Which actually seem like 2 separate issues. First one for me was using Wayland, whereas the launcher script sets `X11` backend. Removing this let...

> Are you saying that things works with wayland backend nowadays? And not with X11? All I can say that Wayland is used on this system, so WX (and GTK)...

I know this is tedious, but the bugfix should also be supplied to `ogc-sdl1.2` branch on devkitpro repo (https://github.com/devkitPro/SDL/blob/ogc-sdl1.2/src/timer/ogc/SDL_systimer.c) This way the `wii-sdl` and `gamecube-sdl` packages can profit from this...

Ran into the same problem today, while packaging OpenTitus for [Arch Linux](https://aur.archlinux.org/packages/opentitus/). I provide prebuilt versions by myself as a workaround [here](http://arch.carsten-teibes.de/aur-stuff/opentitus-libopl_precompiled.tar.xz). If somebody is interested, [here](https://github.com/carstene1ns/PKGBUILDs/tree/master/opentitus) are the package...

My PR is not yet updated with the change @Ancurio requested... https://hg.icculus.org/icculus/physfs/rev/22c7dd45c588 https://hg.icculus.org/icculus/physfs/rev/97d3641bfba3

Thank you for fixing my PR! =)

`make VERBOSE=1`, however, if the build fails, you should get an error message anyways.

Ruby is not C, there are no pointers and you can only pass by value. The `*` (splat) operator does not dereference here, but is used for Array coercion: https://endofline.wordpress.com/2011/01/21/the-strange-ruby-splat/...

I also agree it can be bumped up (at least for Arch Linux :smile:). It is possible to specify it on the command line as well, so even when it...

Hi, mkxp delegates the music playback to [SDL_sound](https://github.com/Ancurio/SDL_sound), which then uses the appropriate library to do the actual decoding (i.e. ModPlug). That being said, these libraries would likely need to...