1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
ctruLua/libs/3ds_portlibs
Reuh bda9de4d1c ADDED AUDIO! WAV working perfectly
Added libogg, libvorbis and libvorbisfile to 3ds_portlibs. You will need to compile thems using make build-portlibs. Opening OGG files works but they play badly.

Added a very simple error handler in main.lua

Added audio example.

Renamed isGfxInitialised to isGfxInitialized.

Did you know? The audio module is the longest ctrµLua module.
2015-12-27 19:54:58 +01:00
..
.gitignore ADDED AUDIO! WAV working perfectly 2015-12-27 19:54:58 +01:00
Makefile ADDED AUDIO! WAV working perfectly 2015-12-27 19:54:58 +01:00
README.md Added missing dependicies 2015-08-17 21:10:54 +02:00
TODO.md Added missing dependicies 2015-08-17 21:10:54 +02:00

3DS Portlibs

Here is a Makefile for building various portlibs for 3DS.

Type:

$ make

or:

$ make all

to download and install all the libraries at once.

You can build and install the libraries separately:

$ make zlib
$ make install-zlib
$ make <targets>
$ make install

This will install the portlibs to $DEVKITPRO/portlibs/armv6k. If this is a privileged location, you will need to sudo make install-zlib and sudo make install in order for the portlibs to be installed.

Currently supports the following portlibs:

  • freetype (requires zlib)
  • libexif
  • libjpeg-turbo
  • libpng (requires zlib)
  • sqlite
  • zlib

Download links: