Missed two lines from my previous commit even when reviewing it, sorry, nw

This commit is contained in:
mooglyguy 2018-08-18 21:22:05 +02:00
parent 484a29e60b
commit 1a5609eb67

View File

@ -167,9 +167,6 @@ private:
// sub functions
int16_t read_sample(uint16_t bank, uint16_t address);
inline int16_t pcm_update(struct qsound_voice *v, int32_t *echo_out);
inline void adpcm_update(int voice_no, int nibble);
};
DECLARE_DEVICE_TYPE(QSOUND_HLE, qsound_hle_device)