17 Commits

Author SHA1 Message Date
900afd55fd Add MTL submodule 2024-03-04 19:51:56 -07:00
a469e58a06 Add ETL submodule 2024-03-04 19:50:37 -07:00
cc454bba24 Test MGBA logging 2024-02-29 16:59:32 -07:00
b33aadf3bb Add MGBA debug logging to build 2024-02-29 16:59:07 -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
53aca1cae7 Display bitmap image instead of gradient colors 2024-02-22 18:22:25 -07:00
3eee7b9240 Change test image to store data as uint16 2024-02-22 18:16:58 -07:00
6a056ae336 Add graphics bin to include directories and fix include scope. 2024-02-22 17:52:00 -07:00
921f9f7d4a Add test image to CMake build 2024-02-22 17:45:47 -07:00
c40d88477c Add test image grit file and grit output 2024-02-22 17:43:03 -07:00
c688ab58e1 Add test image 2024-02-22 17:06:07 -07:00
5b14fdb0ac Display color gradient from black->RGB on separate lines 2024-02-22 16:03:09 -07:00
3fa268e2cd Set display mode and busy-loop VSync 2024-02-22 12:58:52 -07:00
6af1386772 Add main.cpp 2024-02-22 12:25:55 -07:00
c48c8c5aa8 Add CMakeLists.txt 2024-02-22 11:55:55 -07:00
614dac9f06 Add GBA files and build artifacts to .gitignore 2024-02-22 11:47:28 -07:00
8772edde49 Initial commit 2024-02-22 11:49:38 -07:00