mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-17 04:47:09 +00:00
More aurora::gx refactoring
This commit is contained in:
@@ -23,6 +23,10 @@ CFont::CFont(float scale) : x0_fontSize(16.f * scale), x4_scale(scale) {
|
||||
++sNumInstances;
|
||||
}
|
||||
|
||||
void CFont::Shutdown() {
|
||||
mpTexture.reset();
|
||||
}
|
||||
|
||||
void CFont::TileCopy8(u8* dest, const u8* src) {
|
||||
for (u32 i = 0; i < 4; ++i) {
|
||||
dest[0] = src[0];
|
||||
|
||||
Reference in New Issue
Block a user