no message
This commit is contained in:
@@ -441,8 +441,8 @@ static void api_pause(tic_mem* memory)
|
||||
memcpy(&machine->pause.music_pos, &memory->ram.music_pos, sizeof memory->ram.music_pos);
|
||||
memcpy(&machine->pause.vram, &memory->ram.vram, sizeof memory->ram.vram);
|
||||
|
||||
api_reset(memory);
|
||||
memcpy(memory->ram.vram.palette.data, memory->config.palette.data, sizeof(tic_palette));
|
||||
// api_reset(memory);
|
||||
// memcpy(memory->ram.vram.palette.data, memory->config.palette.data, sizeof(tic_palette));
|
||||
}
|
||||
|
||||
static void api_resume(tic_mem* memory)
|
||||
|
||||
Reference in New Issue
Block a user