Pk11
ce49d1fdf9
Add padding space before file size
2021-08-08 08:27:11 -05:00
Pk11
6662d644d5
Fix right alignment on fonts divisible by 256
2021-08-08 08:26:33 -05:00
Pk11
974cfcca11
Merge remote-tracking branch 'upstream/master' into bitmap-mode-and-cleanup
2021-08-08 07:35:15 -05:00
Pk11
2ca30a9bd2
WIP: Use bitmap mode and clean up some things
2021-08-08 07:31:00 -05:00
RocketRobz
4dd589c391
Remove DSi mode check when trimming DSi ROM dumps
2021-07-31 20:54:24 -06:00
Pk11
d5b96dcb0b
Add trimming existing NDS ROMs ( #104 )
2021-07-31 20:45:19 -06:00
Pk11
65d65eae41
Add viewing NDS file info ( #102 )
...
* Add viewing NDS file info
* Fix breaking SysNAND reads
2021-07-17 21:16:55 -06:00
RocketRobz
43f440c9fa
Preserve RSA key when dumping trimmed DS ROMs
...
Allows Cloneboot to work in trimmed ROMs
2021-07-13 22:21:40 -06:00
RocketRobz
0d35134952
Do not show Bootstrap file option for .firm files
2021-07-12 21:56:54 -06:00
triangle
aa37679ccd
Add save restoration support for sav1-sav9 ( #97 )
2021-06-24 22:09:01 -06:00
Pk11
895fd5e8fd
Add missing break; in switch case ( #95 )
2021-05-20 20:54:53 -06:00
RocketRobz
a2a0ab5e01
Merge pull request #84 from Epicpkmn11/hex-editor
...
Add hex editor
2021-05-20 15:26:00 -06:00
Pk11
1708f51963
Use safer EEPROM save size check ( #94 )
2021-05-20 15:22:38 -06:00
Pk11
0efb21747d
Merge remote-tracking branch 'upstream/master' into hex-editor
2021-04-23 01:38:28 -05:00
Pk11
219a0a4325
Fix tiny files and add searching
...
Also make the formatting of 'if's and 'for's consistent
2021-04-23 01:35:35 -05:00
Pk11
7463102ce0
Fix 128KiB EEPROM save dumping ( #88 )
2021-03-25 16:10:21 -06:00
urmum-69
4c726266f7
don't run b4ds anymore, as it is obsolete ( #87 )
...
* don't run b4ds anymore, as it is obsolete
* fix off by one error when printing SHA1 hash
2021-03-24 18:02:54 -06:00
urmum-69
9e00e5394e
Implement calculating SHA1 hash of files ( #86 )
...
* implement calculating SHA1 hash of a file
* fix bug where incorrect SHA1 hash would be calculated
2021-03-20 12:54:21 -06:00
Pk11
5e10ed2809
Use capital A-F for hex
...
I didn't realize you could do %X instead of %x for that
2021-03-13 21:44:10 -06:00
Pk11
e40ebe4b87
Remove debug message
2021-03-12 08:10:56 -06:00
Pk11
2d59362d9c
Read only for NAND/NitroFS/FAT IMG drives
2021-03-12 07:59:01 -06:00
Pk11
8d607e70a2
Improve colors, fix non-mod 8 sized files, probably more
2021-03-11 17:47:05 -06:00
Pk11
d8090ed60f
Add limit to jumping and swap left/right when editing byte value
2021-03-10 00:28:35 -06:00
Pk11
f4032dd4dc
WIP: Add hex editor
2021-03-09 00:23:19 -06:00
RocketRobz
9c69c5f4ae
Fix D first appearing in the filename, when dumping GBA ROM
2021-01-28 16:23:19 -07:00
RocketRobz
5f853a9a8e
Bug fix
2021-01-28 09:39:30 -07:00
RocketRobz
59f9ce9ad4
Fix Failed to dump the ROM message being shown when dumping trimmed ROM
2021-01-28 09:35:26 -07:00
RocketRobz
bf39bda222
Minor fix
2021-01-27 18:38:16 -07:00
RocketRobz
33724a57ec
Minor fix
2021-01-27 18:37:53 -07:00
RocketRobz
586b3c84db
Replace all invalid characters when dumping GBA ROM
2021-01-27 17:58:23 -07:00
RocketRobz
8a8385305e
Update GitHub link
2021-01-27 17:34:49 -07:00
RocketRobz
78efa7ecf3
Derp fix
2021-01-27 17:24:37 -07:00
RocketRobz
7eef467119
Replace all invalid characters when dumping DS ROM
...
Co-Authored-By: Pk11 <epicpkmn11@outlook.com>
2021-01-27 17:21:27 -07:00
RocketRobz
49c40dbf53
Fix DS ROM being dumped with TWL size, if running in DS mode
2021-01-27 17:19:39 -07:00
RocketRobz
c2cdcaa3ee
Fix DSTT ROM not being dumped
2021-01-27 17:18:10 -07:00
RocketRobz
744b493e1f
Add dumping fail-safes
...
ALSO: Change some `printf`s to `iprintf`s
2021-01-27 17:12:47 -07:00
Pk11
5e871a007d
Don't select ".." ( #82 )
2021-01-27 15:56:40 -07:00
Pk11
a9e5767e08
Separate the selection and the clipboard like GM9 ( #81 )
...
* Separate the selection and the clipboard like GM9
* Add selecting while holding L
* Print the first 5 paths that will be deleted
By @unresolvedsymbol, but with limit added by me
2021-01-27 15:46:47 -07:00
Pk11
81108bc4ed
Fix getting EEPROM size when the first is all 0 ( #79 )
2021-01-25 20:20:20 -07:00
RocketRobz
edd514aad5
Check if .nds (or .gba) file is created before dumping
2021-01-24 14:18:20 -07:00
urmum-69
d68ac105e6
Show the free space on each drive in the root menu ( #76 )
...
* show the free space on each of the drives in the root menu
* round up to nearest 0.1GB, instead of nearest GB
* remove redundant checks for bytes
2020-12-14 12:51:38 -07:00
RocketRobz
f8cd65dd69
Derp fix
2020-11-25 20:39:42 -07:00
RocketRobz
9ee6cc3f77
Add SCREENSWAP compilation flag
2020-11-25 20:33:20 -07:00
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
RocketRobz
0eea74f5dc
Convert GM9i logo to 8BPP
2020-09-07 02:58:09 -06:00
RocketRobz
061f47b74d
Bump version number for release
2020-09-07 02:54:10 -06:00
RocketRobz
eb7446d24a
Derp fix
2020-09-07 02:52:07 -06:00
RocketRobz
999cae1f8e
Properly dump *Shrek & Shark Tale* GBA Video ROM properly
2020-09-07 02:50:28 -06:00
RocketRobz
2abfaaf22b
Update TWL flashcard mount code
2020-09-04 00:44:50 -06:00
RocketRobz
3bf8f17b7c
Dump last 32MB from certain GBA Video ROMs
2020-09-04 00:39:08 -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
7b2272059a
Bump version number
2020-07-14 21:17:43 -06:00
RocketRobz
9ac93598db
Do not show cart disable message in DSiWarehax
2020-07-14 19:07:15 -06:00
RocketRobz
38f80194d4
SD card is sucessfully read in DS mode!
2020-07-14 18:03:29 -06:00
RocketRobz
1223111a98
Remove DSi mode check when mounting SD
2020-07-14 17:52:22 -06:00
RocketRobz
dd94cd5e77
Ntr sd access ( #61 )
...
* Port SD code from nds-bootstrap
Currently freezes on `mounting drive(s)...`
* Disable NAND mounting for now
* Derp fix, and add verbose output
* NAND and SD access now work
2020-07-14 17:26:05 -06:00
RocketRobz
08409b892e
Bug fix
2020-06-13 20:56:39 -06:00
RocketRobz
807d9b1f40
Hold X to disable NAND access, if GM9i crashed
2020-06-13 20:53:39 -06:00
RocketRobz
ed4ffc1993
Bug fix
2020-06-13 20:36:37 -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
ca150269f7
Add message under Y - Held
2020-03-19 14:43:20 -06:00
RocketRobz
65394c34f1
Get ConsoleID without reading from 0x4004D00
...
Closes #46
2020-03-19 14:28:10 -06:00
RocketRobz
0745202caa
Bug fix
2020-03-17 19:17:23 -06:00
RocketRobz
e33bb56b15
Bug fix
2020-03-17 19:15:26 -06:00
RocketRobz
a513aca5c0
Add option to dump save only
2020-03-17 19:12:37 -06:00
RocketRobz
999241b0a0
Add Nitro/IMG unmounting
2020-02-21 02:22:59 -07:00
RocketRobz
2a43eb2370
Add FAT image (.img) mounting
2020-02-21 02:14:37 -07:00
RocketRobz
2011b83be9
DSi/3DS: Properly unmount SD card
2020-02-17 01:12:44 -07:00
RocketRobz
50b41435f4
DSi/3DS: Now runs without an SD card
2020-02-17 01:02:12 -07:00
RocketRobz
61b426347b
Bug fix
2020-02-17 00:41:44 -07:00
RocketRobz
dee4ba94b6
Don't show NDS GAMECARD in DSiWarehax or CycloDSi
2020-02-16 23:31:03 -07:00
RocketRobz
5aed42246c
Boost DS(i) cart dumping
...
ALSO: Use correct size when dumping trimmed ROM
2020-02-16 23:19:19 -07:00
RocketRobz
280b1da282
Improve NAND init code
2020-02-16 15:06:17 -07:00
RocketRobz
1bf3ada47f
Bump version number
...
Also remove unused files
2020-02-11 19:18:57 -07:00
RocketRobz
bf53a3c037
Implement NAND browsing
...
Code from twlnf.
The NAND write code is stripped for safety reasons.
2020-02-11 18:42:04 -07:00
RocketRobz
2bd4e57081
Add direct access for AK2i with Deep Labyrinth banner
2020-02-10 01:25:35 -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
f833c79f3e
Comment out unused code
2020-02-05 14:39:08 -07:00
RocketRobz
ef4b474fd6
Add unused DS mode ROM dumping code
2020-02-05 14:34:45 -07:00
RocketRobz
065674a19f
Fix DS game dumping being shown on Slot-1 flashcards
2020-02-05 00:13:13 -07:00
RocketRobz
edee203fe6
Fix smiley faces appearing on DS/lite
2020-02-05 00:05:41 -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
aebb7f1e91
Only unmount SD card, if it was last opened
2020-02-04 20:31:00 -07:00
RocketRobz
0c238c7653
Remove unnecassary newline after Entering directory
2020-02-04 20:09:43 -07:00
RocketRobz
81e6b7afb0
Don't mount NitroFS, if not found in the ROM
2020-02-04 20:00:46 -07:00
RocketRobz
6226892784
Make dumping option do nothing, if neither SD/Flashcard is mounted
2020-02-04 19:50:31 -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
b45eac6c58
Bug fix
2020-02-03 19:49:11 -07:00
RocketRobz
a168b92948
Don't delete files/folders with read-only attribute
2020-02-03 19:45:24 -07:00
RocketRobz
925917cca0
Bug fix
2020-02-03 19:44:47 -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
43406be1cb
Properly check for 3DS
2020-02-03 17:17:11 -07:00
RocketRobz
439ebd181b
Add file attribute changing
2020-02-03 17:03:00 -07:00
RocketRobz
19ea9c39a6
Bug fix
2020-01-31 15:22:50 -07:00
RocketRobz
d1757a95f4
Alternate way of reading DSi extended header
2020-01-31 15:07:02 -07:00
RocketRobz
af637ad935
Bump version number
2020-01-30 17:58:23 -07:00
RocketRobz
ed97c9ed43
Show DS ROM dumping, even when flashcard is mounted
2020-01-30 17:54:08 -07:00
RocketRobz
891e449ac7
Stabilize card init code
2020-01-30 17:32:30 -07:00
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
RocketRobz
5693e1e7b0
Pressing A on ".." if on drive root, will return to [root] menu
2018-10-15 23:37:38 -06:00
RocketRobz
2b6d19efd2
Fix file highlighting
2018-10-15 23:30:34 -06:00
RocketRobz
33f59410cd
Add line under green text
2018-10-15 23:01:48 -06:00
RocketRobz
ac8140fbac
Show colored text
2018-10-15 22:24:42 -06:00
RocketRobz
52c3ec491f
Comment out non-working code
2018-10-11 19:53:31 -06:00
RocketRobz
e2b1743064
Only run fatInitDefault if arm7 SCFG is locked
2018-10-11 19:24:47 -06:00
RocketRobz
0d7cbe8868
Fix for DSi-mode flashcards (CycloDS iEvo)
2018-10-11 18:07:49 -06:00
RocketRobz
92555268ab
Only boot .firm payloads on 3DS consoles
2018-10-11 17:25:21 -06:00
RocketRobz
54fda40715
Revert "Bug fix"
...
This reverts commit e763d31558 .
2018-10-11 16:59:07 -06:00
RocketRobz
c45fe11d5c
Revert "Press Y to swap screens"
...
This reverts commit f22f96873a .
2018-10-11 16:58:39 -06:00
RocketRobz
a1c7035230
Remove SD remounting, as it doesn't work
2018-10-11 16:42:52 -06:00
RocketRobz
e763d31558
Bug fix
2018-10-11 16:32:30 -06:00
RocketRobz
f22f96873a
Press Y to swap screens
2018-10-11 15:44:44 -06:00
RocketRobz
5b4c5b3b7a
Bug fix: Clear clipboard after deleting file contained in clipboard
2018-10-11 15:17:51 -06:00
RocketRobz
f7c4e77d84
Show progress of file copying
2018-10-11 14:55:09 -06:00
RocketRobz
3b06f2fc93
Bug fix
2018-10-11 14:20:17 -06:00
RocketRobz
7551e66f59
Bug fixes
2018-10-11 14:12:37 -06:00
RocketRobz
5a3830fc79
Clear unused DLDI space
2018-10-11 14:05:17 -06:00
RocketRobz
fd48c138d6
Try "tt_sd" from Wood for TT
2018-10-11 13:08:30 -06:00
RocketRobz
24b30a5d62
Don't show "()" if volume label doesn't exist
2018-10-10 18:06:20 -06:00
RocketRobz
cd539aa59d
Comment out non-working code
2018-10-10 17:58:14 -06:00