aboutsummaryrefslogtreecommitdiff
path: root/src/NDSCart.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-08-30 20:26:49 +0200
committerArisotura <thetotalworm@gmail.com>2021-08-30 20:26:49 +0200
commit523552a92d16fb1f3a367cd2f7ee382bb09a0772 (patch)
tree8e7ed32de0eb6bf9c8e741be431556cf736378d0 /src/NDSCart.cpp
parentb84155e8913b837a5b82688165a4029b38c8c055 (diff)
actually make DSi-mode direct boot work to some extent
Diffstat (limited to 'src/NDSCart.cpp')
-rw-r--r--src/NDSCart.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp
index b87139a..a88ba59 100644
--- a/src/NDSCart.cpp
+++ b/src/NDSCart.cpp
@@ -176,15 +176,6 @@ void Key2_Encrypt(u8* data, u32 len)
}
-void ApplyModcrypt(u32 addr, u32 len, u8* iv)
-{return;
- u8 key[16];
-
- DSi_AES::GetModcryptKey(&CartROM[0], key);
- DSi_AES::ApplyModcrypt(&CartROM[addr], len, key, iv);
-}
-
-
CartCommon::CartCommon(u8* rom, u32 len, u32 chipid)
{
ROM = rom;