Commit Graph

4 Commits

Author SHA1 Message Date
ApacheThunder
89c74797d9 Now compiles on devkitarm r46 and libnds 1.6.2
It runs and appears to play the boot animation correctly, however it
hangs after loading the game binaries. (from what I can tell after
re-enabling the debug display box code stuff. It displays 3 red boxes
then a blue, then the screen is cleared. I assume this means it didn't
detect an error and attempted to launch the game)

Seems like something in new libnds/devkitarm is breaking something.
Someone will need to debug this and find out why. This issue isn't
something I can resolve alone sadly. Until this is fixed the previous
build will remain until this is resolved.
2017-02-12 20:55:16 -06:00
ApacheThunder
1e2dfed554 Rebase from NitroHax official source
This is the version 1.9.6 build rebased from Chishm's official github of
NitroHax which is the project this is based off of.
2017-02-12 14:57:36 -06:00
Michael Chisholm
c5a9044369 Update to fix compilation with new devkitARM (r45)
Thanks to ahezard for inspiration to update the code.

Use opendir/readdir/closedir instead of diropen/dirread/dirclose.
Use new register names.
Bump version number to signify code change.
2016-04-01 23:46:54 +01:00
Michael Chisholm
742a5aab76 NitroHax release 0.92
Initialising Git repo with source for NitroHax version 0.92.
Future changes will be added to Git, instead of stored in source
tarballs.
2016-03-29 20:49:36 +01:00