Integrate all the progress into master #6

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

View File

@ -42,6 +42,7 @@ namespace JabyEngine {
Interrupt::ack_irq(Interrupt::VBlank);
Callback::internal::VSync::execute();
__builtin_unreachable();
}
uint32_t Display :: exchange_buffer_and_display() {