A simple BRLYT (probably binary revolution layout; Nintendo Wii file format) reading library in C.
Find a file
2026-07-01 18:47:30 +02:00
tests Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
endianness.c Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
endianness.h Initial commit @ A1 2026-06-28 16:42:02 +02:00
errors.c Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
errors.h Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
IGNORE_HOOK Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
preincludes.h Initial commit @ A1 2026-06-28 16:42:02 +02:00
read_common.c Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
read_common.h Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
read_header.c Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
read_header.h Correct Endianness convertion function (2 Byte one), update errors module, add tests, finalize read header, correct is_valid_block_size of read common @ A1 2026-07-01 18:47:30 +02:00
read_lyt1.c Initial commit @ A1 2026-06-28 16:42:02 +02:00
read_lyt1.h Initial commit @ A1 2026-06-28 16:42:02 +02:00
reader.c Initial commit @ A1 2026-06-28 16:42:02 +02:00
reader.h Initial commit @ A1 2026-06-28 16:42:02 +02:00