frame interp: dselect_cursor_c in d_menu_ring

This commit is contained in:
Pheenoh
2026-04-22 21:57:36 -06:00
parent fff5fd163b
commit d678c2db50
3 changed files with 43 additions and 0 deletions
+5
View File
@@ -206,6 +206,11 @@ private:
/* 0x6D3 */ u8 field_0x6d3;
#if TARGET_PC
f32 mSelectItemSlideElapsed[4];
f32 mCursorInterpPrevX;
f32 mCursorInterpPrevY;
f32 mCursorInterpCurrX;
f32 mCursorInterpCurrY;
bool mCursorInterpInit;
#endif
};
+3
View File
@@ -48,6 +48,9 @@ public:
}
#ifdef TARGET_PC
f32 getPositionX() const { return mPositionX; }
f32 getPositionY() const { return mPositionY; }
void refreshAspectScale();
#endif