Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@nick I set it aside because of a couple issues but they are resolvable. The first one is I need to find a way to link in the libgba malloc. Then I need to make a Zig allocator that uses that malloc. The reason that malloc is needed is some libraries you'd want to link in that are in C require it. Another difficulty is some libs assume you are using libgba and if you're not things break. for example libgba has its own abstraction library for hooking things into the vblank interrupt.