Commit Graph

8 Commits

Author SHA1 Message Date
msiewert76
d084a58cf7 - Improve string parsing; bugs introduced with earlier commits should be gone now
- Add some very preliminary bits for importing a custom font fileExists
- Add "displayDebugF" function for easier debugging
- Add some comments on dsiwarehax mode to instructions file
2011-10-14 20:11:54 +00:00
msiewert76
69c1583de8 I now have a working dsiwarehax, so here is a small update for DSi mode.
- SD mode and iEvo mode are now identified separately.
- Locked out hardware on the DSi is now clearly noted.
- You can now select files on the SD card, assuming that you did boot from dsiwarehax/Homebrew Menu.
- fileExists() is broken on the SD-slot DLDI driver, added a workaround.
2011-08-26 08:15:16 +00:00
msiewert76
46e29c705b - fix string parsing for two consecutive newline chars
- fix missing string output under various conditions
- add "extra" field to version in title string (alpha/beta/rc/...)
- don't force reboot after working on a GBA game
- some updates to instruction file
- delete pnps file, which is not a part of the code
(I hope this is all that was changed. Tried to fix one final bug, didn't work, tried to revert everything that did not work.)
2011-08-07 14:53:26 +00:00
msiewert76
8bd9035394 - Update instruction file again, I'd say it is no longer a WIP now.
- Add "debug" target. It is still somewhat shaky, you need to "make clean" before "make debug", and it does not do much besides writing a few debug lines during the boot sequence.
- Add a hard coded version number which is no longer a part of the strings file (and does not need to be translated).
- Using a Cyclops iEvolution no longer triggers Slot 2 mode.
- Fix doing multiple things in FTP mode without having to restart.
2011-06-11 16:29:15 +00:00
msiewert76
761de83ee0 - restore missing ini file template (long story short? don't use TUGzip to compress SVN folders!)
- add "hacking.txt", which gives some hints where to start hacking
- rework significant sections of the display subsystem
- update Readme file
- finish implementation of translation subsystem; also add template file for translation and German strings file
2011-05-20 19:19:12 +00:00
msiewert76
29f437c771 - fix detection of infrared-enabled devices
- add (preliminary) support for unknown hardware IDs
- fix broken file selector on some flash cards (was an malloc issue)
- add support for 2MB saves (I do not know if this save type exists, but I vaguely remember seeing it somewhere)
- fix for situations where the game is not recognized e.g. due to bad contacts
- Band Brothers DX/Jam With the Band is now officially NOT supported (yet another unknown piece of hardware)
- Personal Trainer: Walking/Walk with me is now officially supported (1 MB Flash (wow) + infrared device)
- update readme file
2011-05-08 17:59:13 +00:00
msiewert76
810208f5fd - split slot 1 detection from swap_cart (current version is slightly buggy)
- introduce a new hardware detection routine
- introduce a new "argv" test, hoping to weed out more bad implementations
- convert more strings to upcoming translation interface
- some bugfixes
2011-05-06 17:20:21 +00:00
msiewert76
429c4c60c9 Source code for the 0.2.4 release (4-10-2011). This commit finishes the upload of the old code, before starting to fill this repository. Following updates will reflect the current development process. 2011-04-25 20:14:35 +00:00