Fix config

This commit is contained in:
Stossy11 2024-11-25 10:14:40 +11:00
parent e02927cadb
commit 8e229fe454
3 changed files with 5 additions and 3 deletions

View File

@ -52,12 +52,12 @@
shouldBeEnabled = "Yes" shouldBeEnabled = "Yes"
nameForDebugger = "SIGUSR1-Disable" nameForDebugger = "SIGUSR1-Disable"
ignoreCount = "0" ignoreCount = "0"
continueAfterRunningActions = "No" continueAfterRunningActions = "Yes"
filePath = "MeloNX/Views/ContentView.swift" filePath = "MeloNX/Views/ContentView.swift"
startingColumnNumber = "9223372036854775807" startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807"
startingLineNumber = "131" startingLineNumber = "133"
endingLineNumber = "131" endingLineNumber = "133"
landmarkName = "start(displayid:)" landmarkName = "start(displayid:)"
landmarkType = "7"> landmarkType = "7">
<Actions> <Actions>

View File

@ -122,6 +122,8 @@ struct ContentView: View {
if let game { if let game {
self.config.gamepath = game.path self.config.gamepath = game.path
self.config.inputids = currentControllers.map(\.id)
allocateSixGB() allocateSixGB()
// Start the emulation // Start the emulation