Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing attribute #5

Merged
merged 1 commit into from
May 14, 2024
Merged

Add missing attribute #5

merged 1 commit into from
May 14, 2024

Conversation

ravener
Copy link
Contributor

@ravener ravener commented May 14, 2024

This attribute was missing on the second version, I ended up copying this part directly and got really confused why mgba was rejecting it, turns out I missed this line and it ended up generating thumb code, oops.

And huge thanks for writing this, I wanted to get a bare minimum gba game building in rust but I wanted to really understand what's going on with that assembly and linker magic, this satisfied my curiosity, looking forward for more.

@Lokathor Lokathor merged commit 0bfa129 into Lokathor:main May 14, 2024
@Lokathor
Copy link
Owner

Just yesterday and today I started to properly work on getting a 0.12 version of the gba crate itself together. The big difference is that I'll be avoiding nightly features other than build-std, so I've had to replace naked functions with global asm and stuff like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants