Commit Graph

7 Commits

Author SHA1 Message Date
RocketRobz
1bbd77f73d Remove non-working code 2022-07-06 18:11:15 -06:00
Pk11
ec9d7d8987 Remove accidenally commited if override 2022-01-02 14:51:19 -06:00
Pk11
2b8808ae6d
Autodetect SD removal and more bug fixes (#133)
* Autodetect SD removal, see desc

Also:
- Mark read-only drives as `[R]`
- Detect and respect write protect on SD card
- Don't attempt to remount SD card if not inserted
- Fix repo link on startup screen

* There are enough characters for `https`

I didn't notice there was actually 1 more column usable

Co-authored-by: RocketRobz <bobesh8@gmail.com>
2022-01-02 12:38:55 -07:00
Pk11
aa2cfcab81
Fix remounting SD card (#130)
* Fix remounting SD card

* Fix SD label whitespace trimming

It was cutting at the first space, not the last one
Also clean up the function calls, `&sdLabel[0]` is the same thing as `sdLabel`
2022-01-01 20:52:21 -07:00
RocketRobz
581e0545a0 sdmmc: Try to fix Data16 code 2020-10-04 01:55:27 -06:00
RocketRobz
55474c1d84 Use improved SDMMC code from bootloader 2020-07-14 20:58:52 -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