This commit is contained in:
wheremyfoodat 2023-08-13 18:20:46 +03:00
commit ca0b5755c0

View file

@ -2,9 +2,10 @@
#include <array> #include <array>
#include <optional> #include <optional>
#include <vector> #include <vector>
#include "io_file.hpp"
#include "helpers.hpp"
#include "crypto/aes_engine.hpp" #include "crypto/aes_engine.hpp"
#include "helpers.hpp"
#include "io_file.hpp"
#include "services/region_codes.hpp" #include "services/region_codes.hpp"
struct NCCH { struct NCCH {