Implement shared font relocation

This commit is contained in:
wheremyfoodat 2024-10-22 19:13:25 +03:00
parent 238d84ba3b
commit 8c80099339
8 changed files with 204 additions and 9 deletions

View file

@ -298,5 +298,5 @@ private:
bool allocateMainThreadStack(u32 size);
Regions getConsoleRegion();
void copySharedFont(u8* ptr);
void copySharedFont(u8* ptr, u32 vaddr);
};