TuxSH
|
e8d4a98c7b
|
Refactor string handling
|
2017-05-07 17:58:44 +02:00 |
|
Aurora Wright
|
36e54642d2
|
Remove unused code, fix bug
|
2017-04-15 15:58:07 +02:00 |
|
John Kearney
|
92cc989dc9
|
Add pin hiding option
|
2017-01-19 17:24:06 -05:00 |
|
Aurora
|
f89845257e
|
Minor stuff
|
2016-12-11 20:10:51 +01:00 |
|
Aurora
|
38088e80e1
|
Switch to static arrays
|
2016-12-11 19:30:54 +01:00 |
|
Aurora
|
b5336c81cc
|
Added RomFS redirection courtesy of @delebile, changed structure for game patches: language emulation txts now go to /luma/titles/<titleid>/locale.txt, code.bins go to /luma/titles/<titleid>/code.bin, RomFSes go to /luma/titles/<titleid>/romfs
|
2016-11-16 03:41:59 +01:00 |
|
Aurora
|
9332b9eb33
|
Refactor the codebase to limit nested if/elses
|
2016-11-15 19:29:48 +01:00 |
|
Aurora
|
141c7817a0
|
Cleanup
|
2016-11-15 14:08:58 +01:00 |
|
Aurora
|
37e467ba60
|
Cleanup, add possibility to clear the inserted PIN by pressing SELECT
|
2016-11-14 15:42:26 +01:00 |
|
Aurora
|
c83edea7ad
|
Improved the waitInput function basing on code from @d0k3, added support for the power button, added possibiity to quit the payload loader menu with START
|
2016-11-13 22:15:03 +01:00 |
|
Aurora
|
0b16d88756
|
Minor stuff
|
2016-11-12 14:17:42 +01:00 |
|
Aurora
|
035751980d
|
Minor stuff
|
2016-10-23 18:44:26 +02:00 |
|
Aurora
|
62f7a06192
|
Add safety checks for loaded FIRM modules
|
2016-10-16 02:47:53 +02:00 |
|
Aurora
|
b499c7ee75
|
Use f_chdir and relative paths
|
2016-10-12 02:32:36 +02:00 |
|
Aurora
|
37030621ac
|
Revamp CTRNAND support, add proper support for hiding options in config menu
|
2016-10-08 01:47:39 +02:00 |
|
Aurora
|
0caf9f4214
|
Add safety checks, support booting from CTRNAND
|
2016-10-07 14:27:30 +02:00 |
|
Aurora
|
7a3d15c48b
|
Got rid of CakeHax, patched CakeBrah to load arm9loaderhax.bin directly (lifting size restrictions in the process), got rid of the pathchanger (to have a custom path you can now enable the option and write it in a /luma/path.txt file, it must start with a / (this path is also picked up by the patched CakeBrah loader), fixed loading SafeA9LHInstaller and other payloads which need the OTP hash if having a PIN, fixed writing a file smaller than the existing one not removing the extra size, slightly changed the PIN format, added support for the alternate framebuffer and made the splash screen use it (it is now displayed all at once), fixed screen issues from CakeBrah
|
2016-09-22 14:54:55 +02:00 |
|
Aurora
|
b7b3400296
|
Minor stuff
|
2016-09-19 14:57:36 +02:00 |
|
Aurora
|
2f915401dd
|
Minor stuff
|
2016-09-15 20:15:20 +02:00 |
|
Aurora
|
8f3cba37b3
|
Minor stuff
|
2016-09-14 22:48:46 +02:00 |
|
Aurora
|
550ea2116e
|
Implement custom "Ver." string, must be in a textfile named "customversion.txt" in /luma, with base format Ver. %d.%d.%d-%d%ls, implemented descriptions for the options on the bottom screen, you can now boot SysNAND with an EmuNAND FIRM other than the first one, cleanup
|
2016-09-13 23:16:23 +02:00 |
|
Aurora
|
7952271d61
|
Get rid of selectScreen, allow clearing the screens separately, implement a PIN message function on the bottom screen (you can place a textfile named pinmessage.txt in /luma, with 800 characters max)
|
2016-09-13 16:22:26 +02:00 |
|
Aurora
|
ffaa5790c2
|
Cleanup, add boundary checks for files loaded from SD
|
2016-09-13 15:07:07 +02:00 |
|
Aurora
|
050f58a3bb
|
Don't init screens if the PIN file does not exist or is invalid
|
2016-09-12 19:03:31 +02:00 |
|
Aurora
|
c739ed8e48
|
Added visual indication of the PIN digits in the input screens
|
2016-09-12 18:47:47 +02:00 |
|
Aurora
|
da0adeb39e
|
Switch to enums for the options
|
2016-09-11 19:17:56 +02:00 |
|
Aurora
|
29dcfca608
|
Copyright stuff
|
2016-09-08 23:07:03 +02:00 |
|
Aurora
|
277d723992
|
Minor stuff (2)
|
2016-09-08 02:51:51 +02:00 |
|
Aurora
|
2b4e97bec5
|
Get rid of the PIN on/off toggle and add an Off status to the multi option, change the config layout to allow for more multi options, add macros for all options
|
2016-09-04 13:45:03 +02:00 |
|
Aurora
|
97ae8d2d44
|
Forgot this
|
2016-09-04 00:55:20 +02:00 |
|
Aurora
|
201fe05a06
|
Implement selectable PIN size, added support for the directional pad in PINs
|
2016-09-04 00:38:17 +02:00 |
|
Aurora
|
9bc62ec12d
|
Move config and PIN paths to the respective headers
|
2016-09-02 14:14:19 +02:00 |
|
Aurora
|
f221915a95
|
Get rid of createDirectory and make fileWrite handle directory tree creation
|
2016-08-30 17:04:29 +02:00 |
|
Aurora
|
abf7c8e565
|
Replace pinKeyToLetter with a C implementation, minor cleanup
|
2016-08-29 18:11:59 +02:00 |
|
Aurora
|
2ffe4a5451
|
Revert "Skip PIN verification after a MCU reboot on A9LH"
This reverts commit 18bd4bbcf6 .
|
2016-08-29 16:04:17 +02:00 |
|
Aurora
|
18bd4bbcf6
|
Skip PIN verification after a MCU reboot on A9LH
|
2016-08-29 15:57:32 +02:00 |
|
Aurora
|
82699f3e00
|
Merge readPin and verifyPin
|
2016-08-28 23:41:41 +02:00 |
|
Aurora
|
e2d828a4a2
|
Fixed derp
|
2016-08-28 15:58:10 +02:00 |
|
Aurora
|
92328c6a7e
|
Made it easier to change your PIN, added PIN file deletion when needed
|
2016-08-28 15:51:54 +02:00 |
|
Aurora
|
3f8ad17e86
|
Minor PIN cleanup and UI changes
|
2016-08-28 14:59:33 +02:00 |
|
Aurora
|
52999db43a
|
Readability stuff
|
2016-08-28 14:41:18 +02:00 |
|
Aurora
|
31458e9938
|
Implement a new config file format which allows invalidating the config with new releases, fix config-related bugs, cleanup
|
2016-08-27 16:00:15 +02:00 |
|
TuxSH
|
50a2424001
|
Implement svcGetCFWInfo in place of svc 0x2e (which is stubbed). Luma3DS now boots ca. 1.5s faster
Fix bug in pin.c where the START button wasn't recognized as well.
|
2016-08-17 23:47:30 +02:00 |
|
Aurora
|
4f8c66b2b7
|
There would not be an use for this
|
2016-08-16 22:59:25 +02:00 |
|
Aurora
|
4d9cbc4e19
|
Fix fail
|
2016-08-16 22:46:41 +02:00 |
|
Aurora
|
40369d44df
|
Pin cleanup
|
2016-08-16 22:39:02 +02:00 |
|
Aurora
|
ee3720f0b7
|
Make loader more readable, use an array instead of a fixed location for the emuNAND test sector
|
2016-08-16 18:47:27 +02:00 |
|
TuxSH
|
a1024c288e
|
Update pin.c
|
2016-08-15 17:15:16 +02:00 |
|
TuxSH
|
d445b20e90
|
Fix bugs
|
2016-08-15 16:50:58 +02:00 |
|
Aurora
|
5248b96f8a
|
No need for this
|
2016-08-15 13:41:52 +02:00 |
|