mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
fixed uninitialized member in src/emu/sound/spu.c (nw)
This commit is contained in:
parent
5f5b0615ce
commit
80215e76e7
@ -1028,6 +1028,7 @@ void spu_device::device_reset()
|
||||
{
|
||||
cur_reverb_preset = NULL;
|
||||
cur_frame_sample = 0;
|
||||
cur_generate_sample = 0;
|
||||
|
||||
sample_cache::cache_size = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user