Commit Graph

81 Commits

Author SHA1 Message Date
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
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
172f027252
Merge pull request #6 from ahezard/master
Add other flashcart support
2018-10-10 15:15:47 -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
ahezard
7bf8d658ee Add original r4 dldi 2018-10-10 21:26:43 +02:00
RocketRobz
93f7433bff Show labels of both SD and flashcards 2018-10-09 08:22:17 -06:00
RocketRobz
25b2a4288f Disable file deletion in NitroFS
ALSO: file_browse.cpp: Make "path" a static char
2018-10-08 16:18:24 -06:00
RocketRobz
4b422c45f4 Bug fix 2018-10-08 16:09:49 -06:00
RocketRobz
9d7f343cb4 Only access NitroFS if the drive within the ROM is mounted 2018-10-08 16:04:07 -06:00
RocketRobz
e762497fba Disable clipboard restore, after moving a file 2018-10-08 15:45:25 -06:00
RocketRobz
6680dc0c18 Add software version to GBA ROM dump's filename 2018-10-08 15:32:32 -06:00
RocketRobz
259b683adb Bug fix 2018-10-08 15:26:52 -06:00
RocketRobz
4d940815ad Allow file moving from SD to flashcard, and vice-versa 2018-10-08 15:22:29 -06:00
RocketRobz
f56c7a0688 Add NitroFS mount feature 2018-10-08 15:14:42 -06:00
RocketRobz
aee01e4020 Don't allow ".." to be copied to clipboard
Fixes #5
2018-10-08 13:57:24 -06:00
RocketRobz
20317226fb Add support for more AK2i cards 2018-10-08 13:52:23 -06:00
RocketRobz
e6ebb8f6d4 Update README.md 2018-10-07 17:26:25 -06:00
RocketRobz
8a9af49882 Bug fix: Do not run GBA-related code in DSi mode 2018-10-07 15:32:24 -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
2edfa7faab Allow flashcard remounting in DS mode 2018-10-07 12:15:58 -06:00
RocketRobz
cdcf9b2572 Remove unused code 2018-10-07 12:08:05 -06:00
RocketRobz
8f88fbfc4b Clear clipboard after copying or moving 2018-10-07 12:06:55 -06:00
RocketRobz
f6bc3a24ef Add copying/pasting to a specific folder 2018-10-07 12:02:29 -06:00
RocketRobz
933d3b6e28 Determine ROM size for GBA ROM dump 2018-10-07 10:12:34 -06:00
RocketRobz
3aa9c24992 Implement GBA ROM dumping 2018-10-07 00:04:05 -06:00
RocketRobz
9c0415adb0 Show "mounting drive(s)..." during SD/flashcard mount 2018-10-06 22:37:46 -06:00
RocketRobz
f708863915 Mark TWL-related code with "TWL_CODE" 2018-10-06 22:26:35 -06:00
RocketRobz
3019cb9dad Bug fix: Always show DSi power text if in DSi mode 2018-10-06 21:28:23 -06:00
RocketRobz
568f0f0eb7 Hold Y during logo to skip Slot-1 read 2018-10-06 21:21:24 -06:00
RocketRobz
66af04e81a Fix spelling error 2018-10-06 16:24:42 -06:00
RocketRobz
b9273c34e8 Update README.md 2018-10-05 22:30:16 -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
af9cd48fb6 Add nds-exception-stub 2018-10-05 22:15:55 -06:00
RocketRobz
2a0f5e7c38 Fix bootloader 2018-10-05 21:59:31 -06:00
RocketRobz
c311120c0c Lower chances of flashcard mounting causing Guru Meditation Error 2018-10-05 21:39:45 -06:00
RocketRobz
04dca38325 Try to fix a bug 2018-10-05 21:18:58 -06:00
RocketRobz
44076238de Bug fix: Position cursor, depending on how long the full file path is 2018-10-05 21:09:38 -06:00