Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
3 changed files with 48 additions and 45 deletions
Showing only changes of commit 950e04ddb7 - Show all commits

View File

@ -1,7 +1,7 @@
{ {
"slot_0": { "slot_0": {
"timer_tests": { "timer_tests": {
"pattern": "bin/*/src/Overlay/TimerTests/*.o" "pattern": "bin/*/src/Overlay/TimerTests2/*.o"
}, },
"gpu_tests": { "gpu_tests": {
"pattern": "bin/*/src/Overlay/GPUTests/*.o" "pattern": "bin/*/src/Overlay/GPUTests/*.o"

View File

@ -23,7 +23,6 @@ namespace object {
TIM.get_texture_x(), TIM.get_texture_y()), TIM.get_texture_x(), TIM.get_texture_y()),
GPU::TexturePageColor::$4bit).linked()), GPU::TexturePageColor::$4bit).linked()),
sprite(GPU::SPRT::create( sprite(GPU::SPRT::create(
#pragma GCC warning "This pic used to be 122px (file size) and every tool would except it - however the display would be corrupt"
GPU::AreaI16::create(GPU::PositionI16::create(0, 100), GPU::SizeI16::create(120, 128)), GPU::AreaI16::create(GPU::PositionI16::create(0, 100), GPU::SizeI16::create(120, 128)),
GPU::PagePositionClut(GPU::PagePosition::create(0, 0), GPU::PageClut::create(TIM.get_clut_x(), TIM.get_clut_y())), GPU::PagePositionClut(GPU::PagePosition::create(0, 0), GPU::PageClut::create(TIM.get_clut_x(), TIM.get_clut_y())),
GPU::Color24::Blue()).linked()), GPU::Color24::Blue()).linked()),

View File

@ -0,0 +1,4 @@
#pragma once
namespace Overlay {
void mesaure_busy_loop();
}