mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +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;
|
||||
ALLOW_SAVE_TYPE(_STATE); // allow save_item on a non-fundamental type
|
||||
struct _EG
|
||||
{
|
||||
int volume; //
|
||||
|
Loading…
Reference in New Issue
Block a user