* Update translations, add Dutch and Ukrainian
Adds Ґ, ґ, І, і, Ї, and ї to the font for Ukrainian
* Update Chinese translation
* Add RTL support, Hebrew translation
* Update translations
* Update translations
* Update translations
* Update translations
merged RAM drive strings, fixed the Chinese one manually as it hasn't been updated on crowdin yet
* Update translations
updated keyboard strings
* Update credits
* Update translations
added copy file (without create entry) and flashcard will be ejected
* Update translations
Note: I've copy pasted a couple words around in the non-100% languages as many of the recent additions were only slightly edited from existing strings
I appologise if anything is wrong, once updated on Crowdin it'll use that
* Update translations
* Update Italian translation
* Update translations
Changed bytes to %lld
* Update translations
Added title manager strings
* Update translations
* Add Romanian
* Update translator credits
* Fix Cedillas in Romanian
* Add proper Chinese font
* Fix cart info if ejected not in drive menu
* Fix a couple ramdrive issues
- Unmount ramdrive if Slot-2 RAM is ejected
- Fix potentially reading from the wrong location if numSectors > 1 and crosses between locations
- free ramdLoc on regular DS too
- Use calloc to 0 initialize, I saw it mess up occasionally on DSi too
* Update time in the Vblank handler
* 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
* 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>
* 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
* Separate the selection and the clipboard like GM9
* Add selecting while holding L
* Print the first 5 paths that will be deleted
By @unresolvedsymbol, but with limit added by me
* 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