-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* clothed functions * remove the asm_runtime module as a public module * partly fix the examples. * add RUST_IRQ_HANDLER to the prelude * make the crate work right with both a32 and t32 building. * fix incorrect mgba logging activation. * it all builds but there's bugs in here. * we had the wrong number of copies. * we can delete the old stuff we don't even want all that general memcpy stuff, we want precise functions. * try putting the irq handler in iwram to speed it up * get the correct runtime handler code from the 0.12 branch; the bug was that we need to go back to IRQ mode (not SVC mode) when finishing up the IRQ handler (which should have been obvious). * skip flipping dy when bouncing off of a paddle in the pong demo. * remove excess imports * remove unsafe code usage from examples by providing safe wrappers for those operations in the lib. * make the pointer type match the usage. * i'm just going with not having the crate provide special division support for now, compiler-builtins still provides it. * fix the pointer type. * improve the unimplemented message. * sort our crate declarations
- Loading branch information
Showing
12 changed files
with
452 additions
and
1,104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.