05bb831321Add UTF-8 support to customversion.txt
Aurora
2016-09-16 03:14:37 +0200
6e0f1e5235If 'Autoboot SysNAND' is unchecked, it's impossible to select the EmuNAND if having a corrisponding directional pad payload. Skip the payload launching if 'A' is held to make this possible
Aurora
2016-09-15 23:57:55 +0200
724af0fdc4Forgot this
Aurora
2016-09-13 23:41:45 +0200
550ea2116eImplement 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
Aurora
2016-09-13 23:01:38 +0200
7952271d61Get 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)
Aurora
2016-09-13 16:22:26 +0200
ffaa5790c2Cleanup, add boundary checks for files loaded from SD
Aurora
2016-09-13 14:54:14 +0200
4367ea6afaForgot about this
Aurora
2016-09-12 13:19:59 +0200
da0adeb39eSwitch to enums for the options
Aurora
2016-09-11 19:17:56 +0200
63160a22a6Hide N3DS CPU setting on O3DS
Aurora
2016-09-11 18:42:59 +0200
2bc1927ebdLet's change it here as well
Aurora
2016-09-11 16:33:20 +0200
66e0cfc185memsearch() replaced with a Boyer-Moore Horspool implementation due to Quick Search being buggy in some rare cases
Aurora
2016-09-11 16:22:13 +0200
7bd0e4f5b4Revert "Remove some ifdefs"
Aurora
2016-09-11 03:29:39 +0200
7271850df2Remove some ifdefs
TuxSH
2016-09-11 01:33:51 +0200
edcc617780Merge master into developer
Aurora
2016-09-08 01:43:36 +0200
5d39242b83Added support for up to 4 emuNANDs (the "second emuNAND as default" toggle is now a multi option, and you can choose the emuNAND on startup by holding Up (1)/Right (2)/Down (3)/Left (4) when EmuNAND is being booted), added a B payload as the B button was freed
Aurora
2016-09-08 00:49:55 +0200
ddbe5fd27bRound NAND size to 4MB for the default layout
Aurora
2016-09-07 22:22:31 +0200
deb91d1d02Refactor the emuNAND code
Aurora
2016-09-07 18:04:31 +0200
63073ea07fMerge pull request #202 from DarkMatterCore/master
Aurora
2016-09-07 18:03:12 +0200
a331fcd873Add minimum NAND size exception for 2DS.
Pablo Curiel
2016-09-07 11:33:05 -0400
99654bd5b2Fix compatibility with 2DS.
Pablo Curiel
2016-09-07 11:25:20 -0400
9152884815Merge master into developer
Aurora
2016-09-04 13:54:52 +0200
2b4e97bec5Get 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
Aurora
2016-09-04 13:40:46 +0200
a63393504fMerge branch 'master' into developer
Aurora
2016-09-04 00:55:42 +0200
97ae8d2d44Forgot this
Aurora
2016-09-04 00:55:20 +0200
6c59728516Merge master into developer
Aurora
2016-09-04 00:48:09 +0200
201fe05a06Implement selectable PIN size, added support for the directional pad in PINs
Aurora
2016-09-04 00:36:39 +0200
a78889523fMerge branch 'master' into developer
Aurora
2016-09-03 23:08:27 +0200
5cd1a207c9Forgot an instance where the PIN path is used
Aurora
2016-09-03 23:07:51 +0200
423f0ca631Merge branch 'master' into developer
Aurora
2016-09-03 22:01:12 +0200
7612e38d41Increase the config minor version
Aurora
2016-09-03 22:00:49 +0200
bf234950cbMerge master into developer
Aurora
2016-09-03 19:22:01 +0200
bd992fca15Remove the TWL dev launcher patch as it became unnecessary
Aurora
2016-09-03 19:11:44 +0200
45fee57abdMerge master into developer
Aurora
2016-09-03 18:19:02 +0200
a2bca96d47Cleanup, use sizeof() for pattern memsearches
Aurora
2016-09-03 15:35:46 +0200
9862256ca7Do not hardcode the FIRM version check for the module patch, check for the free space to be enough
Aurora
2016-09-03 18:00:22 +0200
6afc8b3b5cMerge master into developer
Aurora
2016-09-03 15:41:45 +0200
9b4b4ec543Cleanup, use sizeof() for pattern memsearches
Aurora
2016-09-03 15:35:46 +0200
d412711868More cleanup, ARM9 exceptions for Luma and payloads are always enabled (FIRM ARM9 and ARM11 exceptions need Dev. options not to be "none")
Aurora
2016-09-03 02:02:03 +0200