Fixed freeze when quitting LoveDOS
This commit is contained in:
@@ -78,7 +78,7 @@ static const struct {
|
|||||||
{ 0xCC, 0xCE, 0xD4, 0xD6, 0xD8, 0x8A }
|
{ 0xCC, 0xCE, 0xD4, 0xD6, 0xD8, 0x8A }
|
||||||
};
|
};
|
||||||
|
|
||||||
static int stopDma = 0;
|
static volatile int stopDma = 0;
|
||||||
static uint16_t *sampleBuffer;
|
static uint16_t *sampleBuffer;
|
||||||
static int sampleBufferSelector;
|
static int sampleBufferSelector;
|
||||||
static uint16_t baseAddress;
|
static uint16_t baseAddress;
|
||||||
|
|||||||
Reference in New Issue
Block a user