diff options
| author | Max Roncace <me@caseif.net> | 2025-08-24 02:52:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 09:52:08 +0300 |
| commit | 513816ce5c055be898b80dfa3b7048bcaca876a7 (patch) | |
| tree | 85ac5e0383eb1ef1e4442c95f7c63c2c146098ae /src/d/actor/d_a_movie_player.cpp | |
| parent | 8a30030dc73931727bd3d6327c1a37255a295f3f (diff) | |
Add a precompiled header for RELs (#2597)
Diffstat (limited to 'src/d/actor/d_a_movie_player.cpp')
| -rw-r--r-- | src/d/actor/d_a_movie_player.cpp | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/src/d/actor/d_a_movie_player.cpp b/src/d/actor/d_a_movie_player.cpp index 00f93ed35e..4740bbccde 100644 --- a/src/d/actor/d_a_movie_player.cpp +++ b/src/d/actor/d_a_movie_player.cpp @@ -3,6 +3,8 @@ * */ +#include "d/dolzel_rel.h" + // This TU seems to disable inlining entirely, as there are several weak functions that get inlined // in other TUs, but not here. #pragma dont_inline on @@ -182,23 +184,6 @@ static void __THPAudioInitialize(THPAudioDecodeInfo* info, u8* ptr) { info->encodeData++; } -UNK_BSS(1109); -UNK_BSS(1107); -UNK_BSS(1105); -UNK_BSS(1104); -UNK_BSS(1099); -UNK_BSS(1097); -UNK_BSS(1095); -UNK_BSS(1094); -UNK_BSS(1057); -UNK_BSS(1055); -UNK_BSS(1053); -UNK_BSS(1052); -UNK_BSS(1014); -UNK_BSS(1012); -UNK_BSS(1010); -UNK_BSS(1009); - /* 808795E0-80879A40 000040 0460+00 0/0 0/0 0/0 .bss THPStatistics */ static u8 THPStatistics[1120] ALIGN_DECL(32); |
