diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
commit | 2f6caac6019e3182486965f7f09baed7e93e1be9 (patch) | |
tree | 2d5d4350a1bbf9bafdb5f0a5260714a6190c668d /licenses/VGBA | |
parent | a37f6bfc3fde25205ebac44b82f1586b924c61da (diff) | |
download | packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.gz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.bz2 packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.xz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.zip |
The New Plan
ebuild branch has old ebuilds. profiles dir still has CFLAGS.
Everything else is removed or modified for changing of upstream to
Alpine.
Diffstat (limited to 'licenses/VGBA')
-rw-r--r-- | licenses/VGBA | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/licenses/VGBA b/licenses/VGBA deleted file mode 100644 index 808068403..000000000 --- a/licenses/VGBA +++ /dev/null @@ -1,14 +0,0 @@ -Unix - I have compiled VGBA for several different flavors of Unix and made the binaries available -for free at the VGBA homepage. The current VGBA-Unix has several important requirements -though: - -* Current VGBA core code will only run on low-endian systems. This excludes SPARC, - 680x0, and some other architectures from the list of possible ports. I'm hoping to add - high-endian support in the future. -* As GBA video hardware is capable of displaying 32768 colors, and GBA programs use - this capability extensively, I am only providing VGBA-Unix binary compiled for the 16bit - color. If your Xserver is unable to support this resolution, VGBA-Unix will not run on it. -* Since version 1.2, VGBA-Unix uses threaded sound driver. This means that your Unix - must support POSIX Threads, or VGBA-Unix will not run. On the systems with optional threads - support, please, add this support prior to running VGBA-Unix. |