mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
fix savestate assert
This commit is contained in:
parent
2d3b7074c0
commit
9584a1bb59
@ -49,6 +49,7 @@ struct _Sample
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef enum {ATTACK,DECAY1,DECAY2,RELEASE} _STATE;
|
typedef enum {ATTACK,DECAY1,DECAY2,RELEASE} _STATE;
|
||||||
|
ALLOW_SAVE_TYPE(_STATE); // allow save_item on a non-fundamental type
|
||||||
struct _EG
|
struct _EG
|
||||||
{
|
{
|
||||||
int volume; //
|
int volume; //
|
||||||
|
Loading…
Reference in New Issue
Block a user