Graphics conversion program for the Nintendo DS
Go to file
2024-10-20 11:18:30 -05:00
.gitignore initial commit 2023-07-03 17:26:19 +01:00
cJSON.c initial commit 2023-07-03 17:26:19 +01:00
cJSON.h initial commit 2023-07-03 17:26:19 +01:00
convert_png.c initial commit 2023-07-03 17:26:19 +01:00
convert_png.h initial commit 2023-07-03 17:26:19 +01:00
font.c initial commit 2023-07-03 17:26:19 +01:00
font.h initial commit 2023-07-03 17:26:19 +01:00
gfx.c partitions -> vram transfer data, add struct/format to represent transfer data 2024-10-20 11:18:30 -05:00
gfx.h add PMCP support and fix a few bugs 2024-02-03 01:28:36 +00:00
global.h initial commit 2023-07-03 17:26:19 +01:00
huff.c initial commit 2023-07-03 17:26:19 +01:00
huff.h initial commit 2023-07-03 17:26:19 +01:00
jasc_pal.c initial commit 2023-07-03 17:26:19 +01:00
jasc_pal.h initial commit 2023-07-03 17:26:19 +01:00
json.c partitions -> vram transfer data, add struct/format to represent transfer data 2024-10-20 11:18:30 -05:00
json.h add PMCP support and fix a few bugs 2024-02-03 01:28:36 +00:00
LICENSE add PMCP support and fix a few bugs 2024-02-03 01:28:36 +00:00
lz.c initial commit 2023-07-03 17:26:19 +01:00
lz.h initial commit 2023-07-03 17:26:19 +01:00
main.c brace style 2024-03-11 02:08:31 +00:00
Makefile Update Makefile 2024-08-09 13:59:47 -04:00
meson_options.txt Update meson_options.txt to force native compilation 2024-03-08 09:46:27 -08:00
meson.build Add override_find_program() to meson.build 2023-08-02 11:44:46 +02:00
options.h partitions -> vram transfer data, add struct/format to represent transfer data 2024-10-20 11:18:30 -05:00
rl.c some cleanup 2023-07-03 18:15:33 +01:00
rl.h initial commit 2023-07-03 17:26:19 +01:00
util.c NCER to json decoding 2023-07-04 00:40:46 +01:00
util.h NCER to json decoding 2023-07-04 00:40:46 +01:00