LZ4 for vag not supported yet

This commit is contained in:
Jaby
2024-09-28 14:02:43 +02:00
parent b37582ac5e
commit f8d94904a4
4 changed files with 8 additions and 6 deletions

View File

@@ -58,8 +58,6 @@ namespace JabyEngine {
simple_assert(1, SPU_MMU::allocate(1, 0x800), calculate_spu_adr(0x600));
simple_assert(2, SPU_MMU::allocate(0, 0x300), calculate_spu_adr(0x0));
simple_assert(3, SPU_MMU::allocate(2, 0x300), calculate_spu_adr(0x300));
// TODO: More tests
}
namespace boot {