From 26af4db82da23364961ebb440efba88846240731 Mon Sep 17 00:00:00 2001 From: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:36:02 -0400 Subject: update from dtk-template - clangd :) (#66) * update from dtk-template and start work towards using clangd * include -> "a" * Update build.yml * remove/add non-trivial class in union warning --- src/egg/core/eggAsyncDisplay.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/egg/core/eggAsyncDisplay.cpp') diff --git a/src/egg/core/eggAsyncDisplay.cpp b/src/egg/core/eggAsyncDisplay.cpp index d04156a6..f8cbe935 100644 --- a/src/egg/core/eggAsyncDisplay.cpp +++ b/src/egg/core/eggAsyncDisplay.cpp @@ -1,8 +1,8 @@ -#include -#include -#include -#include -#include +#include "egg/core/eggAsyncDisplay.h" + +#include "egg/core/eggXfbManager.h" +#include "egg/math/eggMatrix.h" +#include "rvl/GX/GXTexture.h" // TODO: Find the proper place for this symbol? - Ghidra has it literally unused extern "C" static EGG::Display *spSelector; @@ -10,7 +10,7 @@ extern "C" static EGG::Display *spSelector; namespace { static GXTexObj clear_z_tobj; // clang-format off -u8 clear_z_TX[64] ALIGN(32) = { +u8 clear_z_TX[64] ALIGN_DECL(32) = { 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, -- cgit v1.2.3