3 Commits

Author SHA1 Message Date
6a6a114fed Change debug::puts to use string_view instead of const char* 2024-03-07 14:27:44 -07:00
e0f06fd2c2 Fix missing pragma once in debug.hpp 2024-03-04 21:06:32 -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