- 18 Feb, 2020 3 commits
- 05 Jun, 2018 3 commits
-
-
Erik Faye-Lund authored
Travis cleanups
-
Erik Faye-Lund authored
A long time ago, setting sudo to false was the way to get builds run in the faster container-based infrastructure. That's no longer the case, and we actually use sudo. So let's drop that line.
-
Erik Faye-Lund authored
The new pacman-based devkitPro installer is so fast that there's really no point in caching here, it takes more time to download the cache than to reinstall.
-
- 04 Jun, 2018 3 commits
-
-
Erik Faye-Lund authored
Pacman
-
Erik Faye-Lund authored
This is where gbafix and the gbfs tools reside these days, it seems.
-
Erik Faye-Lund authored
-
- 18 Feb, 2018 2 commits
-
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
Due to one of the original author's name, we need special characters in the copyright-statement. This was originally done with ISO-8859-1, but in these days UTF-8 is the defactor standard. So let's re-encode all text-files to UTF-8.
-
- 20 Sep, 2016 17 commits
-
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
We don't always have C99-support, so let's declare the loop-counter at the top of the functions.
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
While we're at it, port load_xm.c and load_mod.c, as well as the tests.
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
This should fix the 64-issue on non-Windows platforms.
-
Erik Faye-Lund authored
This pointer relocation doesn't work on 64-bit architectures, and needlessly depends on C++. Let's rewrite it a bit to avoid both of these details.
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
devkitARM has changed their prefix, so let's play catch-up.
-
- 03 Nov, 2009 11 commits
-
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
Erik Faye-Lund authored
-
- 25 Jun, 2009 1 commit
-
-
Erik Faye-Lund authored
MIN(x,y) and MAX(x,y) are already defined in pimp_base.h, and the define-guard did thus not define these macros at all. Signed-off-by:
Erik Faye-Lund <kusmabite@gmail.com>
-