mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 01:15:32 -04:00
Update NdsBootstrapLauncher.cpp
Make it so it can compile for now until dsiware save support is added
This commit is contained in:
parent
3d3ca0abf7
commit
0ed8c6bf27
@ -26,7 +26,6 @@
|
||||
#include "ILauncher.h"
|
||||
#include "NdsBootstrapLauncher.h"
|
||||
#include "nds_loader_arm9.h"
|
||||
#include "fat_ext.h"
|
||||
|
||||
bool NdsBootstrapLauncher::prepareCheats() {
|
||||
u32 gameCode, crc32;
|
||||
@ -81,12 +80,12 @@ bool NdsBootstrapLauncher::prepareIni() {
|
||||
if(dsiWare){
|
||||
//TODO create pub & prv savwe
|
||||
#ifdef __DSIMODE__
|
||||
fatGetAliasPath("sd:/", mRomPath, sfnSrl);
|
||||
/*fatGetAliasPath("sd:/", mRomPath, sfnSrl);
|
||||
fatGetAliasPath("sd:/", pubPath, sfnPub);
|
||||
fatGetAliasPath("sd:/", prvPath, sfnPrv);
|
||||
ini.SetString("NDS-BOOTSTRAP", "APP_PATH", sfnSrl);
|
||||
ini.SetString("NDS-BOOTSTRAP", "SAV_PATH", sfnPub);
|
||||
ini.SetString("NDS-BOOTSTRAP", "PRV_PATH", sfnPrv);
|
||||
ini.SetString("NDS-BOOTSTRAP", "PRV_PATH", sfnPrv);*/
|
||||
#else
|
||||
//TODO flashcart
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user