Madeline Busig 661fd32ba4 Change debug::puts to use raw char* and copy
In order to handle the self-assign case, string::operator= moves the
string, which may copy the string in reverse. The MGBA string register
does not allow this I believe. In order to avoid this, it now uses a raw
character buffer and is copied using string_view::copy.
string_view::copy will always copy the string forward.
2024-03-07 15:58:51 -07:00
2024-03-04 19:50:37 -07:00
2024-03-07 15:58:12 -07:00
2024-03-04 19:51:56 -07:00
2024-02-22 11:49:38 -07:00
2024-02-22 11:49:38 -07:00

gba-display-bitmap

Simple bitmap display functionality.

Description
No description provided
Readme 67 KiB
Languages
Assembly 66%
C++ 20.9%
CMake 8.7%
C 4.4%