port: fix #15 and menu sliders in general

This commit is contained in:
fgsfds 2023-08-16 02:13:58 +02:00
parent ab4d595904
commit 2b5e136cc0
1 changed files with 6 additions and 1 deletions

View File

@ -3367,8 +3367,13 @@ struct handlerdata_slider {
union {
u32 value;
struct {
u16 unk00;
#ifdef PLATFORM_BIG_ENDIAN
s16 unk00;
u16 unk02;
#else
s16 unk02;
u16 unk00;
#endif
};
};
char *label;