Skip to content

Commit 50eff09

Browse files
authored
Am I that stupid?
1 parent 2f3bad7 commit 50eff09

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111
include $(DEVKITARM)/base_tools
1212

1313
name := Luma3DS
14-
revision := $v8.0S
14+
revision := $(shell git describe --tags --match v[0-9]* --abbrev=8 | sed 's/-[0-9]*-g/-/i')
1515
commit := $(shell git rev-parse --short=8 HEAD)
1616

1717
ifeq ($(strip $(revision)),)

source/firm.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ u32 patchNativeFirm(u32 firmVersion, FirmwareSource nandType, bool loadFromStora
236236
//Apply signature patches
237237
ret += patchSignatureChecks(process9Offset, process9Size);
238238

239-
//Apply PS Keyslot Patch
240-
ret += patchPsKeyslotSelection(process9Offset, process9Size);
241-
242239
//Apply EmuNAND patches
243240
if(nandType != FIRMWARE_SYSNAND) ret += patchEmuNand(arm9Section, kernel9Size, process9Offset, process9Size, firm->section[2].address);
244241

0 commit comments

Comments
 (0)