Skip to content

Commit

Permalink
Update 2.7 for Preview 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanquitas committed Feb 11, 2017
1 parent 208fe92 commit 563914a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LIBRARY_DIRS := $(PORTLIBS) $(CTRULIB)
LIBRARIES := citro3d ctru png z m

VERSION_MAJOR := 2
VERSION_MINOR := 6
VERSION_MINOR := 7
VERSION_MICRO := 0


Expand Down
Binary file modified romfs/ntr.n3ds.bin
Binary file not shown.
Binary file modified romfs/ntr.o3ds.bin
Binary file not shown.
1 change: 1 addition & 0 deletions source/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ void configInit(void)
// svcCloseHandle(fsuHandle);
#if EXTENDEDMODE
bnConfig->versionToLaunch = V34;
config->flags = LV34;
#else
if (config->flags & LV32) bnConfig->versionToLaunch = V32;
else if (config->flags & LV33) bnConfig->versionToLaunch = V33;
Expand Down
2 changes: 1 addition & 1 deletion source/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(((major)<<24)|((minor)<<16)|((revision)<<8))
#endif

#define CURRENT_CONFIG_VERSION SYSTEM_VERSION(1, 0, 3)
#define CURRENT_CONFIG_VERSION SYSTEM_VERSION(1, 0, 4)

#define SECONDS_IN_WEEK 604800
#define SECONDS_IN_DAY 86400
Expand Down
2 changes: 1 addition & 1 deletion source/ntr_launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ void launchNTRDumpMode(void)
ntrConfig->ShowDbgFunc = (u32)printDumpLog;
copyRemoteMemory(CURRENT_PROCESS_HANDLE, (u32)buffer, CURRENT_PROCESS_HANDLE, (u32)buffer + 0x10, 0x10);
bnLoadAndExecuteNTR();
}
}

0 comments on commit 563914a

Please sign in to comment.