Migrate to Borealis (#2266)

This commit is contained in:
Luke Street
2026-08-05 07:54:31 -06:00
committed by GitHub
parent 4604304305
commit 13b3b68fe5
94 changed files with 654 additions and 14091 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "registry.hpp"
#include "aurora/lib/logging.hpp"
#include <borealis/log.hpp>
#include "dusk/mods/loader/loader.hpp"
#include "mods/svc/texture.h"
@@ -29,7 +29,7 @@ struct TextureRawData {
uint32_t gxFormat = 0;
};
aurora::Module Log("dusk::mods::textures");
constexpr borealis::Log Log{"dusk::mods::textures"};
// Referenced by Aurora's lazy virtual-file reads (from arbitrary threads, under Aurora's registry
// lock) and by raw-entry spans. Immutable after construction; freed only after the corresponding