Homebrew Does anyone know how to compile otherapp under Linux

  • Thread starter Thread starter 3xkrazy
  • Start date Start date
  • Views Views 806
  • Replies Replies 1

3xkrazy

Well-Known Member
Member
Joined
Jun 2, 2013
Messages
299
Reaction score
64
Trophies
0
XP
299
Country
United States
I would like to change the path to where the payload looks for boot.3dsx. I got stuck the last time I tried to build ninjhax 2.x because the script started calling windows executables.

ninjhax2.x/app_bootloader/source/main.c
Code:
FS_path filePath = (FS_path){PATH_CHAR, 11, (u8*)"/boot.3dsx"};
I want to change the above to:
Code:
FS_path filePath = (FS_path){PATH_CHAR, 23, (u8*)"/luma/system/boot.3dsx"};
 
Another way would be opening the compiled otherapp with notepad++ or something and batch replace boot.3dsx with luma/system/boot.3dsx.
worked for me.
 

Site & Scene News

Popular threads in this forum