RocketRobz
37e8283f3f
Bug fix: TWL ROM dumps now match the No-Intro ones
2020-01-30 16:33:36 -07:00
RocketRobz
62259a72b3
Only show DS(i) ROM dumping option, if cart is inserted
2020-01-30 01:38:36 -07:00
RocketRobz
db8bf37a2a
Add DS(i) save dumping
2020-01-30 01:19:47 -07:00
RocketRobz
d440a238b3
Bump version number
2020-01-30 00:39:16 -07:00
RocketRobz
8ec433608c
Derp fix
2020-01-30 00:34:54 -07:00
RocketRobz
6cdf5046ac
Full DS(i) ROM with arm9i/7i bins now dumpable
2020-01-30 00:34:03 -07:00
RocketRobz
e153f57e10
Add DS(i) ROM dumping progress
...
ALSO: Add DSi blowfish
2020-01-29 21:41:36 -07:00
RocketRobz
e53ddc5ecc
Properly dump DS(i) ROM header
...
Code ported from GM9
2020-01-29 19:38:16 -07:00
RocketRobz
81dfdef103
Add DS cart ROM dumping
...
TWL sectors not yet read, but TWL ROMs can still be dumped
2020-01-29 18:02:06 -07:00
NightYoshi370
e850fd8733
Clean up main.cpp ( #36 )
...
- No more code repeat
- Uses extention function from TWiLightMenu++
2019-10-02 22:21:25 -06:00
RocketRobz
430db6b25b
Add direct access support for Acekard 2i with the banner of Hello Kitty no Panda Sports Stadium
2019-06-13 19:55:52 -06:00
FlameAlt53
9912b59971
Travis CI autobuilding and updated readme a bit ( #30 )
...
* this should work
* Update README.md
* Update README.md
* update to v1.3.5 because why not
2019-03-12 11:41:31 -06:00
RocketRobz
585501515e
Add GBA SRAM dumping
2019-03-08 15:47:07 -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
RocketRobz
e93e2e1794
Don't show drive size for now
2018-10-21 20:25:21 -06:00
RocketRobz
5766b4e040
Bug fix
2018-10-21 19:48:40 -06:00
RocketRobz
b7a8b8f245
List filesizes next to filename in file listing
2018-10-21 19:45:18 -06:00
RocketRobz
d855c84773
Show size of SD and flashcards in [root] menu
...
Credit to @JeffRuLz for the printBytes code and size grabbing code from TMFH
2018-10-21 19:28:41 -06:00
RocketRobz
cf745d9ee1
Bug fix
2018-10-19 22:29:19 -06:00
RocketRobz
7be67d45f9
Cut down delay on "Progress:" screen
2018-10-19 22:16:06 -06:00
RocketRobz
d0093496b5
Minor change
2018-10-19 21:48:49 -06:00
RocketRobz
704c82438c
Add bottom screen capture
2018-10-19 20:22:25 -06:00
RocketRobz
e0a3cf3e27
Fix #12
2018-10-19 18:57:49 -06:00
RocketRobz
013ffe654d
Run closedir(isDir); after checking isDir
2018-10-19 18:41:54 -06:00
Epicpkmn11
9651648836
Fix deleting file when copying to same dir and add recursive copying ( #13 )
...
* Fix deleting file when copying to same dir and add recursive copying
FIX: Deletes file when copying to same dir
ADD: Recursive copying (copy files and dirs within dirs) (also undoes disabling copying folders)
* Derp fix
* Derp fix (with undoing disabling folder copying)
2018-10-19 17:53:44 -06:00
RocketRobz
a97bfd5430
Bug fix
2018-10-19 14:56:12 -06:00
RocketRobz
898402f29a
Fix #14
2018-10-19 14:17:53 -06:00
RocketRobz
3caf3f0d3d
Derp fix
2018-10-19 14:04:04 -06:00
RocketRobz
54d346dc3a
Add screenshot capture with R+L
...
Code comes from the devkitPro example
2018-10-18 22:46:25 -06:00
RocketRobz
cd398af3b6
Disable copying folder to clipboard, as folder copying doesn't work
2018-10-18 21:44:20 -06:00
RocketRobz
08169fcd15
3DS: Change power button text, and add HOME text
2018-10-18 14:40:36 -06:00
Epicpkmn11
ea6d8e2cf2
Add recusive folder deleting ( #11 )
2018-10-17 18:55:41 -06:00
RocketRobz
ca5ad2fab7
Remove exception stub and disable bootstub
2018-10-17 16:55:21 -06:00
Epicpkmn11
4ecdd301ea
Prevent wrapping with Left/Right press ( #10 )
...
Prevents the file selector from wrapping with Left/Right (Still wraps with Up/Down)
2018-10-17 16:32:52 -06:00
ChampionLeake
a643526781
Bootable .dsi files ( #7 )
...
* Update file_browse.cpp
Added ".dsi" extensions to the entry list.
* Update main.cpp
Booting ".dsi" files are possible.
2018-10-16 18:02:07 -06:00
RocketRobz
4028963b72
Fix time text clearing
2018-10-16 16:32:28 -06:00
RocketRobz
7a9fcbe092
Load file sizes into memory
2018-10-16 16:19:37 -06:00
RocketRobz
cec3315ac1
Minor change
2018-10-16 16:06:09 -06:00
RocketRobz
d78437e749
Fix flashcardMount() code
2018-10-16 15:51:30 -06:00
RocketRobz
1c99a3a613
Make sure cart is inserted correctly before mounting flashcard
2018-10-16 15:43:46 -06:00
RocketRobz
7721df24c4
Fix some carts making the app shut down the console
2018-10-16 15:26:43 -06:00
RocketRobz
4bd01664ff
Allow SD remounting in NO$GBA
...
ALSO: Add RAM dumping for debugging RAM drive(s)
2018-10-16 14:24:31 -06:00
RocketRobz
325538c29b
Show ".." on drive root
2018-10-15 23:56:37 -06:00