sdlfs is a small preload-library I wrote to make SDL apps run in
fullscreen even if they don't support it.
A no-fullscreen preload-lib is also included.
Nice for closed-source SDL games without a fullscreen setting.
Because the lib took no time to do at all, I included an overkill self-building/self-installing setup ;)
Install (stuff in [brackets] are optional):chmod +x sdlfs-0.1.sh.run
./sdlfs-0.1.sh.run [target] [CFLAGS=cflags override]
[DESTDIR=/where/to/install]
|
LD_PRELOAD=/path/to/sdlfs.so <sdl-app> [options ..] LD_PRELOAD=/path/to/sdlnofs.so <sdl-app> [options ..] |
Download: Self-building/self-installing setup (998 bytes).
Note: I made a new version with more features that doesn't require manual preloading. I'll probably upload it some day when I've cleaned up the source ...