hsfload fixes

This commit is contained in:
dbalatoni13 2025-04-11 13:51:56 +02:00
parent 1e51c0f60d
commit dfc51f4912
7 changed files with 87 additions and 19 deletions

View file

@ -350,6 +350,9 @@ typedef struct hsf_track {
float value;
void *data;
};
#ifdef TARGET_PC
void *dataTop;
#endif
} HsfTrack;
typedef struct hsf_motion {