Skip to content

Commit

Permalink
Huge cleanup, many additional features removed, new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoSONIC committed Feb 27, 2016
1 parent b287897 commit 3f63c71
Show file tree
Hide file tree
Showing 75 changed files with 357 additions and 3,626 deletions.
9 changes: 3 additions & 6 deletions rxtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,13 @@ CFLAGS := -g -O2 -std=c99 $(CWARNING) $(CFORCE) $(CMACHINE) $(CPPFLAGS) -DVERSIO
# Use Thumb libraries because sbrk of ARM newlib in devkitPro doesn't work.
LDFLAGS := -nostartfiles -g $(CMACHINE) -mthumb -mthumb-interwork -Wl,-Tstub.ld

CCOBJS := $(addprefix $(BUILD)/,main.o features/CTRDecryptor.o \
features/NandDumper.o features/TitleKeyDecrypt.o \
features/install.o features/downgradeapp.o \
features/AdvancedFileManager.o features/firm.o \
features/nandtools.o features/padgen.o features/screenshot.o \
CCOBJS := $(addprefix $(BUILD)/,main.o features/decryption.o \
features/install.o features/firm.o features/screenshot.o \
lib/fatfs/diskio.o lib/fatfs/ff.o lib/fatfs/option/unicode.o \
lib/media/nand.o lib/media/tmio/tmio.o \
lib/polarssl/padlock.o lib/polarssl/sha2.o lib/polarssl/aes.o \
lib/ui/console.o lib/ui/draw.o lib/cfg.o lib/crypto.o lib/fs.o lib/hid.o \
lib/lang.o lib/log.o lib/i2c.o lib/jsmn/jsmn.o lib/menu.o lib/ncch.o)
lib/lang.o lib/log.o lib/i2c.o lib/jsmn/jsmn.o lib/ncch.o)

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

19 comments on commit 3f63c71

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh? Good theme but it seem like not all them are here...

@piratesephiroth
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So rxTools is kill

@piratesephiroth
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better rename it to rxNand

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

XD exactly

@AlbertoSONIC
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decrypt9 can do everything the tools side of rxtools did... We'll put a button in new rxTools gui to open decrypt9 so you won't miss anything ;)

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlbertoSONIC and emuNAND creator?

@AlbertoSONIC
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decrypt9 ;)

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Goodbye rxTools,welcom rxNAND XD

@AlbertoSONIC
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about rxFW? :)

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I can close #392

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot it XD

EDIT: Why app.png isn't deleted?

@pixel-stuck
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You guys really need to fix the grammar mistakes in theme/cfg0TOP.png smh

@Shadowtrance
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decrypt9 does not do emunand creation btw, that was split off into a separate app long ago. So emunand9 handles emunand formatting, creation etc. D9 can still do emunand backup/restore of course. :)

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlbertoSONIC Reopened #392 for the launcher

@173210
Copy link
Contributor

@173210 173210 commented on 3f63c71 Feb 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit is too huge. I can't merge my arm9loaderhax commit. xD
Please make a commit for each change. That's Git.

@AlbertoSONIC
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@173210 Yeah you're definitely right. I always forget this. What's your arm9loaderhax commit?

@173210
Copy link
Contributor

@173210 173210 commented on 3f63c71 Feb 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlbertoSONIC #450. It also changes the directory structure so I had trouble in rebasing.

@mariogamer2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlbertoSONIC Can the button be used with emuNAND9 too?

Please sign in to comment.