AliceLR 6b32bbb8c7 Add stdio redirection support, enable for console ports před 5 roky
..
banner 91bb2a8c69 Nintendo 3DS port (#12) před 7 roky
romfs 91bb2a8c69 Nintendo 3DS port (#12) před 7 roky
CONFIG.3DS 6b32bbb8c7 Add stdio redirection support, enable for console ports před 5 roky
Makefile.in a4c19d7bdb Update Makefiles and platform matrix for devkitARM r51 před 5 roky
README 91bb2a8c69 Nintendo 3DS port (#12) před 7 roky
audio.c 40516d10ac Rename 'audio_buffer'/'buffer_size' setting to 'audio_buffer_samples' před 6 roky
event.c b2ef1987e8 Add generic context-sensitive joystick actions (#157) před 5 roky
event.h b2ef1987e8 Add generic context-sensitive joystick actions (#157) před 5 roky
keyboard.c 90997abef6 Fix 3DS onscreen keyboard bugs před 5 roky
keyboard.h a18a2cd17d Replace all instances of 'bool' with 'boolean' před 6 roky
pad.config b2ef1987e8 Add generic context-sensitive joystick actions (#157) před 5 roky
platform.c a18a2cd17d Replace all instances of 'bool' with 'boolean' před 6 roky
platform.h 22fb08f806 Fix style: arch/3ds/, part 1 před 6 roky
render.c a18a2cd17d Replace all instances of 'bool' with 'boolean' před 6 roky
render.h a18a2cd17d Replace all instances of 'bool' with 'boolean' před 6 roky
shader_2d.g.pica 91bb2a8c69 Nintendo 3DS port (#12) před 7 roky
shader_2d.v.pica 91bb2a8c69 Nintendo 3DS port (#12) před 7 roky
shader_playfield.g.pica 3df61fb0fc fix 3ds focus not working on init (#144) před 6 roky
shader_playfield.v.pica 91bb2a8c69 Nintendo 3DS port (#12) před 7 roky
thread.h a18a2cd17d Replace all instances of 'bool' with 'boolean' před 6 roky

README

PREPARATION

You need to install the latest versions of the following
libraries/tools:

- libctru (https://github.com/smealum/ctrulib)
- citro3d (https://github.com/fincs/citro3d)
- picasso (https://github.com/fincs/picasso)
- bannertool (https://github.com/Steveice10/bannertool)
- makerom (https://github.com/profi200/Project_CTR)

You also need to install zlib, libpng and libtremor.
For this, you can use either:

- devkitPro's portlibs (https://github.com/devkitPro/3ds_portlibs)
- asie's portlibs (https://github.com/asiekierka/3ds_portlibs)

CONFIGURING

See CONFIG.3DS for an optimal `config.sh' configure line. You need
to ensure DEVKITPRO and DEVKITARM are both defined and valid.

BUILDING

For the moment, you need to build with:

make package

This will emit "mzxrun.3dsx" and "mzxrun.cia" files.

PACKAGING THE BUILD

You can then use the usual "make archive" to build a
build/dist/3ds/mzxgit-3ds.zip file for distribution.