mirror of
https://github.com/libretro/Mesen.git
synced 2025-02-12 04:10:29 +00:00
Fixed APU saved states (broken in previous APU commit)
This commit is contained in:
parent
5f2d2851fe
commit
d4046360a0
@ -76,6 +76,8 @@ public:
|
||||
Stream<bool>(_lengthCounterHalt);
|
||||
Stream<bool>(_newHaltValue);
|
||||
Stream<uint8_t>(_lengthCounter);
|
||||
Stream<uint8_t>(_lengthCounterPreviousValue);
|
||||
Stream<uint8_t>(_lengthCounterReloadValue);
|
||||
}
|
||||
|
||||
bool GetStatus()
|
||||
|
Loading…
x
Reference in New Issue
Block a user