mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
Fonts: Fix IWYU bug
This commit is contained in:
parent
827cf93aca
commit
54d0618f02
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
#include "services/fonts.hpp"
|
#include "services/fonts.hpp"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
namespace HLE::Fonts {
|
namespace HLE::Fonts {
|
||||||
void relocateSharedFont(u8* sharedFont, u32 newAddress) {
|
void relocateSharedFont(u8* sharedFont, u32 newAddress) {
|
||||||
constexpr u32 sharedFontStartOffset = 0x80;
|
constexpr u32 sharedFontStartOffset = 0x80;
|
||||||
|
|
Loading…
Add table
Reference in a new issue