mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
esqpump: missed change
This commit is contained in:
parent
acd6195487
commit
13dca24929
@ -106,7 +106,7 @@ private:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !PUMP_FAKE_ESP_PROCESSING && PUMP_REPLACE_ESP_PROGRAM
|
#if !PUMP_FAKE_ESP_PROCESSING && PUMP_REPLACE_ESP_PROGRAM
|
||||||
std::unique_ptr<int16_t[]> e;
|
std::vector<stream_buffer::sample_t> e;
|
||||||
int ei;
|
int ei;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user