Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 04ec3f89f1 - Show all commits

View File

@ -34,6 +34,7 @@ static void load_assets() {
return;
}
}
printf("Done loading assets!\n");
}
void main() {

View File

@ -70,7 +70,7 @@ namespace JabyEngine {
internal::Display::exchange_buffer_and_display();
GPU::internal::wait_ready_for_CMD();
GPU::internal::quick_fill_fast(Color24::Black(), {PositionU16(32, 0), SizeU16(Display::Width, Display::Height)});
GPU::internal::quick_fill_fast(Color24::Black(), {PositionU16(0, 0), SizeU16(Display::Width, Display::Height)});
__syscall_EnterCriticalSection();
__syscall_SysEnqIntRP(VblankIrq, &::JabyEngine::GPU::internal::callback);