Commit Graph

29 Commits

Author SHA1 Message Date
Pk11
a67d157bc1
Make GBA RTC dumping optional (#218) 2023-12-30 17:45:36 -07:00
lifehackerhansol
b21bb687b8
Revert "Implement bootstrapping (#73)" (#202)
This reverts commit 44f3a0ccb9.
2022-11-29 18:04:52 -07:00
Pk11
816dbb98db
Add support for photo partition (#199) 2022-10-23 13:33:36 -06:00
Pk11
ec22bf1975
Add on-screen mention of how to (de)select all (#190) 2022-08-09 19:02:50 -06:00
Pk11
90c413f8fb
Fix clock using 12-hour and covering last character of the path (#189)
* Fix clock using 12-hour and covering last of path

* Simplify RetTime()
2022-08-09 18:53:50 -06:00
Pk11
2906dd84d3
Always pad time with space and pad hour with 0 (#185) 2022-08-03 16:42:43 -06:00
Pk11
fb9b56f622
Warn if file too large to copy (#163) 2022-03-13 20:39:51 -06:00
Pk11
bef9eacf22
Ask before trimming ROMs (#156)
* Ask before trimming ROMs

* Fix unwanted key repeat
2022-01-17 02:35:14 -07:00
Pk11
94f5fd73c3
Dump banner.sav for DSiWare too (#151) 2022-01-09 17:16:10 -07:00
Pk11
6669a5ebb3
Add dumping TMD files from title manager (#150) 2022-01-09 16:54:37 -07:00
Pk11
cc2bfed17c
Add title manager menu for easier DSiWare dumping (#149)
* Add title manager menu for easier DSiWare dumping

* Fix title manager not scrolling

* Change dumped DSiWare extension to `.nds`

* Sort titles alphabetically by banner title
2022-01-08 23:55:35 -07:00
Pk11
750e3cbf99
Fix getFileSize failing (#145)
* Try to fix getFileSize failing

* Fix file sizes over 2 GB
2022-01-08 15:31:41 -07:00
Pk11
ccf8d0200b
Add restoring DS saves on DS/DS Lite (#141) 2022-01-05 03:55:35 -07:00
Pk11
4aa294b444
Remove trying to remount flashcards (#140)
as it doesn't work anyways
2022-01-04 21:27:09 -07:00
Pk11
bec149de03
Add dumping DS saves using GBA cart save data (#138)
* Simplify GBA EEPROM FIFO wait

* Add dumping DS saves using a GBA cart's save data

* Don't try dump very large DS saves to GBA carts

* Don't show DS cart info on regular DS

you need to take the cart out to reinit it so info isn't loaded

* Change to 'writing save' for DS to GBA dumps

* Fix a couple bugs and typos
2022-01-04 20:54:45 -07:00
Pk11
a9a29204ab
Improve unmounting and various other bug fixes (#137)
* Various improvements to drive unmounting drives

* Add mounting DSiWare saves

They're FAT12 images, but libfat doens't like them without a little tweak since they don't have the 'FAT' identifier text

* Don't try to send DSi SD card status on regular DS

Fixes X and Y buttons being unresponsive
2022-01-03 20:08:43 -07:00
Pk11
574e5b26a6
Hide writing actions when drive is read-only (#134) 2022-01-03 00:39:17 -07:00
RocketRobz
c7fefecdcc Do not read NDS cart info if Slot-1 flashcard is mounted
Fixes lockup when highlighting Slot-1 FAT
2022-01-02 23:16:20 -07:00
Pk11
b3bdcabec2
Improve keyboard input (#132) 2022-01-02 12:35:21 -07:00
Pk11
0f8b4c248e
Simplify RAM drives (#131)
* Simplify RAM drives

* WIP: Add Slot-2 RAM expansion RAM drive support
2022-01-02 00:46:49 -07:00
Pk11
bd7f069848 Remove unused strings 2021-12-31 21:22:01 -06:00
Pk11
aeb13dba29
Improve dumping menu, add metadata dumping (#128)
* Improve dumping menu, add metadata dumping

* Use `NONE` as fallback DS save instead of `UNK`

Matches GM9 for my DSTT and バトル&ゲット:ポケモンタイピングDS

* Fix metadata check for NAND save
2021-12-31 20:04:50 -07:00
Pk11
dc0bb54f7d
Update translations, show warning when loading language menu without NitroFS (#125)
* Update translations

Adds German and Simplified Chinese and credits to the README

* Add warning when changing language without NitroFS

* Add separate plural and non-plural strings

* Add hu-HU, it-IT, update other translations

Also adds a few missing letters to the font

* Update translator credits
2021-12-25 01:28:23 -07:00
Pk11
1b6360df13 Use B button for "Press B to cancel"
somehow missed this one

force push because I missed one of the files
2021-11-29 21:36:27 -06:00
Pk11
90814b2ff2 Add START menu with language selector 2021-11-29 15:57:31 -06:00
Pk11
52355b98c7 Make a couple strings more flexible
Force push fixes some typos
2021-11-22 22:42:42 -06:00
Pk11
e75b54db02 Fix using float printf on integer GB 2021-11-22 22:01:14 -06:00
Pk11
ac968a17ae Use the D-Pad characters for the file attributes
Also change the buttons a bit, that menu always confused me and I think this makes more sense, can change if wanted though
2021-11-22 21:41:22 -06:00
Pk11
11b5c4e523 Make GM9i translatable 2021-11-22 21:02:13 -06:00