Commit Graph

54 Commits

Author SHA1 Message Date
Pk11
11b5c4e523 Make GM9i translatable 2021-11-22 21:02:13 -06:00
Pk11
e44678598c Enumify drive number 2021-11-22 16:16:48 -06:00
RocketRobz
b9fcd7fa54 Properly allocate memory for RAM drive 1 2021-10-09 19:58:14 -06:00
Pk11
2ca30a9bd2 WIP: Use bitmap mode and clean up some things 2021-08-08 07:31:00 -05: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
2abfaaf22b Update TWL flashcard mount code 2020-09-04 00:44:50 -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
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
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
ef4b474fd6 Add unused DS mode ROM dumping code 2020-02-05 14:34:45 -07:00
RocketRobz
fcf1dfa3c3 Display drive sizes 2020-02-04 21:40:19 -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
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
RocketRobz
e93e2e1794 Don't show drive size for now 2018-10-21 20:25:21 -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
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
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
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
cd539aa59d Comment out non-working code 2018-10-10 17:58:14 -06:00
RocketRobz
1a870ca810 Revert back to io_dldi_data from loadedDldi 2018-10-10 17:09:29 -06:00
RocketRobz
67c827fca2 Optimize dldiLoadFromBin
Fixes Guru Meditation Error
2018-10-10 16:52:47 -06:00
RocketRobz
54cd443e40 Add CycloEvo and DSTWO DLDI drivers 2018-10-10 16:11:00 -06:00
RocketRobz
e9181a4390 Run DLDI startup code before mounting 2018-10-10 15:53:37 -06:00
RocketRobz
14fd24703c Guru error fix did not work 2018-10-10 15:17:38 -06:00
RocketRobz
e673255603 Merge branch 'master' of https://github.com/ahezard/GodMode9i into pr/6 2018-10-10 14:39:54 -06:00
RocketRobz
4941ef047e Try to fix Guru error 2018-10-10 14:39:27 -06:00
ahezard
124282097d Add dsx driver 2018-10-10 22:34:30 +02:00
ahezard
5cd6e45d8f Add ra v2 and dstt drivers 2018-10-10 22:28:12 +02:00
ahezard
51cd83e28b Add original r4 support 2018-10-10 22:06:49 +02:00
RocketRobz
93f7433bff Show labels of both SD and flashcards 2018-10-09 08:22:17 -06:00
RocketRobz
f56c7a0688 Add NitroFS mount feature 2018-10-08 15:14:42 -06:00
RocketRobz
20317226fb Add support for more AK2i cards 2018-10-08 13:52:23 -06:00
RocketRobz
634dc5d963 Attempt to support R4i Gold 3DS Plus 2018-10-07 12:38:52 -06:00
RocketRobz
93cfb60710 Bug fix 2018-10-07 12:28:55 -06:00
RocketRobz
f6bc3a24ef Add copying/pasting to a specific folder 2018-10-07 12:02:29 -06:00
RocketRobz
f708863915 Mark TWL-related code with "TWL_CODE" 2018-10-06 22:26:35 -06:00
RocketRobz
bf4f452214 Bug fix: Use fatInitDefault to mount flashcard, if not in DSi mode 2018-10-05 22:20:54 -06:00
RocketRobz
c311120c0c Lower chances of flashcard mounting causing Guru Meditation Error 2018-10-05 21:39:45 -06:00
Robz8
23515b11d6 Unmount flashcard and return to [root] menu, if directory listing of flashcard is shown 2018-10-04 22:27:18 -06:00
Robz8
06f46aed76 bug fixes 2018-10-04 21:59:30 -06:00