Skip to content

Commit 3f63c71

Browse files
committed
Huge cleanup, many additional features removed, new theme
1 parent b287897 commit 3f63c71

75 files changed

Lines changed: 357 additions & 3626 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

rxtools/Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,13 @@ CFLAGS := -g -O2 -std=c99 $(CWARNING) $(CFORCE) $(CMACHINE) $(CPPFLAGS) -DVERSIO
3939
# Use Thumb libraries because sbrk of ARM newlib in devkitPro doesn't work.
4040
LDFLAGS := -nostartfiles -g $(CMACHINE) -mthumb -mthumb-interwork -Wl,-Tstub.ld
4141

42-
CCOBJS := $(addprefix $(BUILD)/,main.o features/CTRDecryptor.o \
43-
features/NandDumper.o features/TitleKeyDecrypt.o \
44-
features/install.o features/downgradeapp.o \
45-
features/AdvancedFileManager.o features/firm.o \
46-
features/nandtools.o features/padgen.o features/screenshot.o \
42+
CCOBJS := $(addprefix $(BUILD)/,main.o features/decryption.o \
43+
features/install.o features/firm.o features/screenshot.o \
4744
lib/fatfs/diskio.o lib/fatfs/ff.o lib/fatfs/option/unicode.o \
4845
lib/media/nand.o lib/media/tmio/tmio.o \
4946
lib/polarssl/padlock.o lib/polarssl/sha2.o lib/polarssl/aes.o \
5047
lib/ui/console.o lib/ui/draw.o lib/cfg.o lib/crypto.o lib/fs.o lib/hid.o \
51-
lib/lang.o lib/log.o lib/i2c.o lib/jsmn/jsmn.o lib/menu.o lib/ncch.o)
48+
lib/lang.o lib/log.o lib/i2c.o lib/jsmn/jsmn.o lib/ncch.o)
5249

5350
OBJS := $(CCOBJS) $(addprefix $(BUILD)/, start.o font_ascii.o lib/delay.o)
5451
DEPS := $(subst $(BUILD)/,$(DEPS_DIR)/,$(CCOBJS))

0 commit comments

Comments
 (0)