Skip to content

Commit

Permalink
Revert "hb: Add snemul.cfg to SNES RAM disk template (Part 2)"
Browse files Browse the repository at this point in the history
This reverts commit 61b4dc0.
  • Loading branch information
RocketRobz committed Jun 22, 2020
1 parent 61b4dc0 commit dd75f3c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions b4ds/arm9/include/nds_loader_arm9.h
Expand Up @@ -22,21 +22,20 @@
#ifndef NDS_LOADER_ARM9_H
#define NDS_LOADER_ARM9_H

#include "configuration.h"
#include "load_crt0.h"

#ifdef __cplusplus
extern "C" {
extern "C"
{
#endif

#define LOAD_DEFAULT_NDS 0
//#define LOAD_DEFAULT_NDS 0

int runNds (const void* loader, u32 loaderSize, u32 cluster, u32 ramDiskCluster, u32 ramDiskSize, u32 cfgCluster, u32 cfgSize, int romToRamDisk, bool romIsCompressed, bool initDisc, bool dldiPatchNds, int argc, const char** argv, int language, int dsiMode, bool boostVram);

int runNdsFile (const char* filename, const char* ramDiskFilename, const char* cfgFilename, u32 ramDiskSize, u32 cfgSize, int romToRamDisk, bool romIsCompressed, int argc, const char** argv, int language, int dsiMode, bool boostVram);

bool installBootStub(bool havedsiSD);
void runNds(loadCrt0* loader, u32 loaderSize, u32 cluster, u32 saveCluster, u32 donorE2Cluster, u32 donor2Cluster, u32 donor3Cluster, u32 donorCluster, u32 donorTwlCluster, u32 apPatchCluster, u32 patchOffsetCacheCluster, u32 srParamsCluster, configuration* conf);

#ifdef __cplusplus
}
#endif

#endif // NDS_LOADER_ARM7_H
#endif // NDS_LOADER_ARM9_H

0 comments on commit dd75f3c

Please sign in to comment.