mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 17:35:38 -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 "ILauncher.h"
|
||||||
#include "NdsBootstrapLauncher.h"
|
#include "NdsBootstrapLauncher.h"
|
||||||
#include "nds_loader_arm9.h"
|
#include "nds_loader_arm9.h"
|
||||||
#include "fat_ext.h"
|
|
||||||
|
|
||||||
bool NdsBootstrapLauncher::prepareCheats() {
|
bool NdsBootstrapLauncher::prepareCheats() {
|
||||||
u32 gameCode, crc32;
|
u32 gameCode, crc32;
|
||||||
@ -81,12 +80,12 @@ bool NdsBootstrapLauncher::prepareIni() {
|
|||||||
if(dsiWare){
|
if(dsiWare){
|
||||||
//TODO create pub & prv savwe
|
//TODO create pub & prv savwe
|
||||||
#ifdef __DSIMODE__
|
#ifdef __DSIMODE__
|
||||||
fatGetAliasPath("sd:/", mRomPath, sfnSrl);
|
/*fatGetAliasPath("sd:/", mRomPath, sfnSrl);
|
||||||
fatGetAliasPath("sd:/", pubPath, sfnPub);
|
fatGetAliasPath("sd:/", pubPath, sfnPub);
|
||||||
fatGetAliasPath("sd:/", prvPath, sfnPrv);
|
fatGetAliasPath("sd:/", prvPath, sfnPrv);
|
||||||
ini.SetString("NDS-BOOTSTRAP", "APP_PATH", sfnSrl);
|
ini.SetString("NDS-BOOTSTRAP", "APP_PATH", sfnSrl);
|
||||||
ini.SetString("NDS-BOOTSTRAP", "SAV_PATH", sfnPub);
|
ini.SetString("NDS-BOOTSTRAP", "SAV_PATH", sfnPub);
|
||||||
ini.SetString("NDS-BOOTSTRAP", "PRV_PATH", sfnPrv);
|
ini.SetString("NDS-BOOTSTRAP", "PRV_PATH", sfnPrv);*/
|
||||||
#else
|
#else
|
||||||
//TODO flashcart
|
//TODO flashcart
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user