Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
Several QOL improvments by Acta
Browse files Browse the repository at this point in the history
Revert "Creates /sxos directory for SXOS users who did not have it"

This reverts commit bc1cb45.

Title ID's that are found are now listed prior to downloading. Updated wording to more accurately reflect procedure.

Instread of saying it is downloading before it is certain, it informs the user of the most recent version, and then if it is not up to date, tells them it is downloading the latest.

Added functionality to get title names, which is not 100% working at the moment. Users can now return to the main menu at any time by pressing [-].

Rewrote the code to use vectors of tuples containing title information.

Exclusions not yet tested, and considering rewriting the vectors to take Title objects instead.

Added a title struct for future use.

Implemented Title struct test.

Added the ability to view which titles were updated after updating.

This needs to be expanded to ask for input beforehand.

Implemented a titles.hpp file that performs actions on the udpated.dat file, such as writing, reading and outputting.

Viewing updated titles is now optional.

Changed the screen so that it clears when a function is run, or when returning to the main menu.

Uses the consoleClear() function from console.h in libnx

Added a clear console function of my own, initially to reset the print window, but that function is not currently working.

Added confirmation screen before deleting cheat files.

Added some commenting

Added commenting
  • Loading branch information
wilsam239 authored and HamletDuFromage committed May 8, 2020
1 parent bc1cb45 commit 2647ad4
Show file tree
Hide file tree
Showing 14 changed files with 5,931 additions and 1,565 deletions.
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
build/
cheatsUploader/
.vscode/
BACKUP/
test/
*.elf
*.nrp
*.nacp
*.nro
*.zip
build/
cheatsUploader/
.vscode/
BACKUP/
test/
*.elf
*.nrp
*.nacp
*.nro
*.zip
1,348 changes: 674 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

0 comments on commit 2647ad4

Please sign in to comment.