chishm / nitrohax

NitroHax cheat tool for Nintendo DS
GNU General Public License v3.0
45 stars 34 forks source link

devkitARM r46 fixes #1

Closed WinterMute closed 7 years ago

WinterMute commented 7 years ago

Mainly a bit of housekeeping to tidy things up a little.

Latest binutils likes to mark assembled object files with odd architectures if you don't explicitly specify. The linker then decides to use blx for interworking calls because one object file is marked as an arch that supports it.

Marking assembly functions properly doesn't seem to be strictly necessary in this codebase but it's worth doing to avoid potential problems in the future.

All tested and working on DS hardware. Some more updates for DSi mode later.

chishm commented 7 years ago

Thank you for the compilation and toolset fixes. I haven't got my DS easily available to test this, so I'll trust that you've tested it works.