Integrate all the progress into master #6
|
@ -34,6 +34,7 @@ static void load_assets() {
|
|||
return;
|
||||
}
|
||||
}
|
||||
printf("Done loading assets!\n");
|
||||
}
|
||||
|
||||
void main() {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue