Fix rumble Issues (#756)

* Missed important use of thread6 stack define

* Fix build issues with rumble
This commit is contained in:
Gregory Heskett
2024-01-27 00:20:35 -05:00
parent c39b289441
commit 325ee7c5ec
6 changed files with 9 additions and 8 deletions

View File

@@ -143,7 +143,8 @@ const Gfx title_screen_bg_dl_face_easter_egg_end[] = {
};
#endif
#if defined(VERSION_SH)
// Not part of segment2, but define still covers same use case
#if (defined(COMPLETE_EN_US_SEGMENT2) && ENABLE_RUMBLE)
ALIGNED8 static const Texture title_texture_rumble_pak[] = {
#include "textures/title_screen_bg/title_screen_bg.06648.rgba16.inc.c"
};