mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05: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 <cstring>
|
||||
|
||||
namespace HLE::Fonts {
|
||||
void relocateSharedFont(u8* sharedFont, u32 newAddress) {
|
||||
constexpr u32 sharedFontStartOffset = 0x80;
|
||||
|
@ -104,4 +106,4 @@ namespace HLE::Fonts {
|
|||
currentOffset += sectionHeader.sectionSize;
|
||||
}
|
||||
}
|
||||
} // namespace HLE::Fonts
|
||||
} // namespace HLE::Fonts
|
||||
|
|
Loading…
Add table
Reference in a new issue