Skip to content
/ gba Public
forked from rust-console/gba

A crate that helps you make GBA games

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md
Zlib
LICENSE-ZLIB.md
Notifications You must be signed in to change notification settings

lifning/gba

This branch is 16 commits ahead of, 10 commits behind rust-console/gba:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

52b1e04 · Feb 4, 2025
Aug 20, 2024
Dec 17, 2024
Sep 27, 2022
Sep 2, 2024
Apr 14, 2023
Feb 4, 2025
Sep 27, 2022
Jan 10, 2025
Jan 10, 2025
Mar 4, 2024
Sep 16, 2024
Dec 4, 2022
Dec 23, 2022
Sep 27, 2022

Repository files navigation

gba

This crate is intended for working with the GBA.

To build for the GBA you'll need to use build-std and you'll also need to activate the compiler-builtins-weak-intrinsics feature.

The following should be somewhere in your .cargo/config.toml:

[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-weak-intrinsics"]

About

A crate that helps you make GBA games

Resources

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md
Zlib
LICENSE-ZLIB.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 97.2%
  • Assembly 1.8%
  • Other 1.0%