DS-Xtreme Universal Loader - Custom firmware for the DS-Xtreme flashcart
Go to file
lifehackerhansol 815db33349
Don't set up ARGV
It is the first thing to boot on this console, and it is also not a
file on a file system. There is no argv here.
2023-09-30 18:29:21 -07:00
.github/workflows Initial commit 2023-09-20 18:47:29 -07:00
arm7 Add a fallback homebrew menu when target file is not found 2023-09-30 18:28:52 -07:00
arm9 Don't set up ARGV 2023-09-30 18:29:21 -07:00
bootloader@0602118165 Initial commit 2023-09-20 18:47:29 -07:00
.gitignore Initial commit 2023-09-20 18:47:29 -07:00
.gitmodules Initial commit 2023-09-20 18:47:29 -07:00
dsx-banner.bin Initial commit 2023-09-20 18:47:29 -07:00
dsx.dldi Update DLDI to make it environment agnostic 2023-09-23 00:17:22 -07:00
license.txt Initial commit 2023-09-20 18:47:29 -07:00
Makefile Makefile: properly clean bootloader 2023-09-24 14:28:10 -07:00
README.md Add a fallback homebrew menu when target file is not found 2023-09-30 18:28:52 -07:00

DSXulu

DS-Xtreme Universal Loader

https://github.com/lifehackerhansol/DSXulu

This is a custom firmware for the DS-Xtreme.

This will simply launch BOOT.NDS homebrew on the root of the NAND. Only homebrew files are supported (not that the DS-Xtreme really supports any games anyway.)

If BOOT.NDS is not found, it will fall back to a built in file browser.

Flashing instructions

  1. Download dsxTool
  2. Copy dsx_firmware.nds and dsxTool.nds to your DS-Xtreme's root
  3. Boot your DS-Xtreme, and launch dsxTool
  4. Press A to dump your current firmware and wait for it to finish
    • You will need this if you ever wish to easily revert to your old firmware. You never know when that is!
  5. Press X to flash dsx_firmware.nds to your DS-Xtreme and wait for it to finish
  6. After the process is complete, reboot and see your changes live!

License

	NDS Homebrew Menu
	Copyright (C) 2005-2013 Michael Chisholm (Chishm)
	Copyright (C) 2005-2023 Dave Murphy (WinterMute)

	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	as published by the Free Software Foundation; either version 2
	of the License, or (at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.