mirror of
https://github.com/holub/mame
synced 2025-05-08 23:31:54 +03:00
One more OSX fix (no whatsnew)
This commit is contained in:
parent
dfba68f60d
commit
1b08b5d529
@ -1642,7 +1642,7 @@ void spu_device::update_voice_loop(const unsigned int v)
|
|||||||
{
|
{
|
||||||
// voicereg *vr=&spureg.voice[v];
|
// voicereg *vr=&spureg.voice[v];
|
||||||
voiceinfo *vi=&voice[v];
|
voiceinfo *vi=&voice[v];
|
||||||
unsigned int ra;
|
unsigned int ra = 0;
|
||||||
|
|
||||||
// Check for looping using the voices repeat address register and get
|
// Check for looping using the voices repeat address register and get
|
||||||
// a pointer to the loop position if enabled
|
// a pointer to the loop position if enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user