3 Commits

Author SHA1 Message Date
b7663d37f5 Change debug registers to use references instead of pointers 2024-03-04 21:18:45 -07:00
b088b7499d Change debug::string to use MTL string instead of C strings 2024-03-04 21:17:16 -07:00
88a759aec1 Add MGBA debug logging w/ puts
MGBA debugging must be enabled using debug::open and disabled using
debug::close. This commit adds logging through debug::puts. TODO: add
logging using debug::printf and debug::write.
2024-02-29 16:57:04 -07:00