From ebf3fd3e85af064bb6e9087b69f90b9cd730df9f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 16 Mar 2026 18:50:10 +0000 Subject: [PATCH] Add support for Nintendo GameCube/WiiU: include additional source files for encryption and junk handling --- CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b91bfc9..ecbaaf9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -243,7 +243,13 @@ add_library(aaruformat SHARED src/ps3/ps3_encryption_map.c src/ps3/ps3_encryption_map.h src/wiiu/wiiu_crypto.c - src/wiiu/wiiu_crypto.h) + src/wiiu/wiiu_crypto.h + src/ngcw/lfg.c + src/ngcw/lfg.h + src/ngcw/ngcw_junk.c + src/ngcw/ngcw_junk.h + src/ngcw/wii_crypto.c + src/ngcw/wii_crypto.h) # Set up include directories for the target target_include_directories(aaruformat