1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Fixes longstanding issue with initial target for input.

This commit is contained in:
Thomas Harte 2021-03-25 17:48:48 -04:00
parent 6e2c65435a
commit 9f6bb325e6

View File

@ -140,9 +140,9 @@ class MachineDocument:
let missingROMs = NSMutableArray()
if let machine = CSMachine(analyser: analysis, missingROMs: missingROMs) {
self.machine = machine
setupMachineOutput()
setupActivityDisplay()
machine.setVolume(userDefaultsVolume())
setupMachineOutput()
} else {
// Store the selected machine and list of missing ROMs, and
// show the missing ROMs dialogue.