* Update translations, add Dutch and Ukrainian
Adds Ґ, ґ, І, і, Ї, and ї to the font for Ukrainian
* Update Chinese translation
* Add RTL support, Hebrew translation
* Update translations
* 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
* 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
* 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
* Only check if 3DS in DSi mode
* Fix reading GBA cart info
* Don't do & on the arrays for the GBA info
I don't think it was breaking anything to do that? but it's not needed and I think it might be wrong somehow or other
GBATEK says 82 MB RW section but now how much is save, nocash said 66 MB is save(?) on nesdev, but then melonDS makes a 64 MB save, since melonDS seems to work I'm just going to lower this to 64 MB incase going further can cause trouble.
It now tries to dump, but the rest of the dump is garbage. It tries the save too, but I think that's also garbage.
This breaks some things that worked before, marked with TODOs. I'll fix them once NAND works.