Commit Graph

116 Commits

Author SHA1 Message Date
RocketRobz
37ce078f9d Bug fix 2018-10-18 23:18:26 -06:00
RocketRobz
3eaf28151b Update logo to one made by zacchi4k 2018-10-18 23:17:31 -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
8e453d275a Update top screen logo 2018-10-11 22:07:16 -06:00
RocketRobz
435f9a1542 Update icon 2018-10-11 21:56:37 -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
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