Commit Graph

98 Commits

Author SHA1 Message Date
RocketRobz
30bc6ec416 Run nds-bootstrap from SD card, if found there, and running in DSi mode 2020-10-26 23:23:47 -06:00
RocketRobz
68c06b8687 Use B4DS, if GM9i runs in DS mode 2020-10-26 21:46:48 -06:00
Void
44f3a0ccb9
Implement bootstrapping (#73) 2020-10-26 21:38:21 -06:00
Pk11
18e66033dc
Add removing items from clipboard & auto version number (#70)
* Add removing from clipboard

* Automatically get verison number

* Clear clipboard if remoing last item
2020-09-12 22:08:06 -06:00
Pk11
5437be1a2e
Add save file restoring (#68)
* Remove `using namespace std`

* Improve extension function and use more

* Add save restoring

and remove fstream to save ~300KB
2020-08-20 19:09:20 -06:00
Void
2ae90b4fff
Selection deletion support (#67) 2020-08-11 18:27:38 -06:00
Void
96b487781a
Fix crash when copying empty folders + misc formatting fixes (#65) 2020-08-09 22:45:52 -06:00
Void
7e7ae6159a
Multi file copy paste support (#63)
* multi file copy paste support

* fix indentation

* fix overflow
2020-07-30 16:15:55 -06:00
RocketRobz
3d95a6d560 Fix gm9i/out/ folder being shown after copying a folder there 2020-03-19 15:56:06 -06:00
Pk11
7b568f4ffd
Fix copying dirs to /gm9i/out (#51)
* Trim trailing whitespace

* Fix copying dirs to /gm9i/out
2020-03-19 15:24:38 -06:00
RocketRobz
2a43eb2370 Add FAT image (.img) mounting 2020-02-21 02:14:37 -07:00
RocketRobz
c83bb72135 Add placeholder NAND read code
ALSO: Add NitroFS mounting for other DS ROM filetypes
2020-02-09 23:44:59 -07:00
RocketRobz
9f52bd387d Bug fix 2020-02-04 22:10:48 -07:00
RocketRobz
fcf1dfa3c3 Display drive sizes 2020-02-04 21:40:19 -07:00
RocketRobz
0c238c7653 Remove unnecassary newline after Entering directory 2020-02-04 20:09:43 -07:00
RocketRobz
14cd945b16 Re-init both console outputs after renaming or creating folder 2020-02-04 19:44:03 -07:00
RocketRobz
35987ae0e1 Re-init bottomConsoleBG after renaming or creating folder 2020-02-04 19:29:09 -07:00
RocketRobz
c645d70e95 Bug fix 2020-02-04 18:55:56 -07:00
RocketRobz
fe37c33b29 Bug fix 2020-02-04 18:54:27 -07:00
RocketRobz
cf7c367b36 Fix top screen being cleared when pasting a folder/file 2020-02-04 18:28:46 -07:00
RocketRobz
f8f288a9da Add 2 RAM drives
One shown for both DSi and 3DS (9MB), the other only shown for 3DS (16MB)
2020-02-04 18:25:30 -07:00
RocketRobz
3cbb99e0bc Add proper green border 2020-02-04 16:29:25 -07:00
RocketRobz
5cd3a707d3 Replace background white color 2020-02-04 15:24:25 -07:00
RocketRobz
7418c8f5ba Make unhighlighted directory text a bright gray 2020-02-04 02:13:56 -07:00
RocketRobz
c55cd9684d Revert "Make unhighlighted directory text flicker" 2020-02-04 02:13:28 -07:00
RocketRobz
d550d08e2b Make unhighlighted directory text a bright gray 2020-02-04 02:06:50 -07:00
RocketRobz
336dbe0b20 Fix screenshot taking 2020-02-04 01:33:30 -07:00
RocketRobz
9b4876a8e4 Bug fixes 2020-02-04 01:24:08 -07:00
RocketRobz
5b3b31f743 Remove unsupported characters when renaming a folder 2020-02-04 01:00:15 -07:00
RocketRobz
35583045b2 Do not clear time, except for GBA ROM dumping 2020-02-04 00:56:47 -07:00
Pk11
e60993ec3e
Fix flickering (#44) 2020-02-04 00:21:07 -07:00
RocketRobz
1fd1e534fc Remove unused int 2020-02-03 19:58:34 -07:00
RocketRobz
da6ea4d0a1 Bug fix 2020-02-03 19:50:59 -07:00
RocketRobz
a168b92948 Don't delete files/folders with read-only attribute 2020-02-03 19:45:24 -07:00
RocketRobz
6f99365a8e Bug fix 2020-02-03 19:27:21 -07:00
RocketRobz
3ae0e539cc Actually, use dark blue 2020-02-03 19:23:56 -07:00
RocketRobz
5027577dd7 Color un-highlighted directory to dark red 2020-02-03 19:12:18 -07:00
RocketRobz
bb7451a8f4 Remove some duplicate defines 2020-02-03 18:52:06 -07:00
RocketRobz
86b4fbd85e Go back to drive menu, by pressing R+A on .. 2020-02-03 18:47:35 -07:00
RocketRobz
893396deed Add R+A - Directory options 2020-02-03 18:42:14 -07:00
RocketRobz
ca9653f6fa Remove unsupported characters when renaming
Fixes #37
2020-02-03 17:51:43 -07:00
RocketRobz
439ebd181b Add file attribute changing 2020-02-03 17:03:00 -07:00
Epicpkmn11
3a7b91a5fe Change iscanf() to fgets() for renaming files and creating folders (Fixes #20) (#21)
* Change iscanf() to fgets() to fix Issue #20

* Actually change it correctly

* Fix new line being at the end on the input
2018-10-28 17:44:11 -06:00
RocketRobz
329b19a21f Bug fix 2018-10-22 16:29:18 -06:00
Epicpkmn11
a7957f124a Add ".." to top of the list after sorting (#17)
Fixes #15
2018-10-22 15:18:04 -06:00
RocketRobz
e429f941be Hold R+Y to create new folder 2018-10-22 14:40:58 -06:00
RocketRobz
c8c3adf709 Have R+X rename a file, instead of pressing A on a file 2018-10-22 14:20:09 -06:00
Epicpkmn11
d6ca3e7dfd Add touch keyboard based file renaming (#16) 2018-10-22 13:37:34 -06:00
RocketRobz
554c2a3efa Do not copy and paste file in same location as copied file 2018-10-21 21:26:06 -06:00
RocketRobz
427290cec1 Show filesize with bytes as "Byte" or "Bytes" 2018-10-21 20:48:44 -06:00