rust-console / gba

A crate that helps you make GBA games
https://docs.rs/gba
Apache License 2.0
658 stars 50 forks source link

Include `iwram` section in linker script #159

Closed ShinySaana closed 2 years ago

ShinySaana commented 2 years ago

Fixes linking with libseven (and probably other stuff?).

Lokathor commented 2 years ago

i vaaaaguely recall that it used to accept .iwram but somehow there were problems which is why things got moved to .iwram_text like they are now.

still, i can accept this for now and people will shout if there's more problems i'm sure.