Hacking Luma3DS with CIA installer?

  • Thread starter Thread starter Deleted User
  • Start date Start date
  • Views Views 3,755
  • Replies Replies 3
D

Deleted User

Guest
There is a mod of Luma3DS with a built-in CIA installer by "kasai07" in GitHub.
The release version provided does not work with 11.8 firmware.
(The PRs caused a drama in the official repo and they rejected the feature.)
I tried to apply this patch but it failed to compile on the latest devkit.
Is there anyone that can provide a working version?
(Actually, it failed to compile even without the patch):
Code:
source/menus/explorer.c: In function 'Explorer':
source/menus/explorer.c:205:4: error: too few arguments to function 'NS_TerminateProcessTID'
    NS_TerminateProcessTID(0x0004003000009802ULL);
    ^~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/devkitpro/libctru/include/3ds.h:55,
                 from source/menus/explorer.c:1:
/opt/devkitpro/libctru/include/3ds/services/ns.h:48:8: note: declared here
 Result NS_TerminateProcessTID(u64 titleid, u64 timeout);
        ^~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:64: build/menus/explorer.o] Error 1
(Yes, I know FBI and DevMenu exist.)
 
Last edited by ,
It's failing to compile because the function it's trying to call there has since updated in libctru.

The new function is NS_TerminateProcessTID(u64 titleid, u64 timeout), vs the original NS_TerminateProcessTID(u64 titleid) used when the mod was first uploaded to github.
 

Site & Scene News

Popular threads in this forum