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"
nameForDebugger = "SIGUSR1-Disable"
ignoreCount = "0"
continueAfterRunningActions = "No"
continueAfterRunningActions = "Yes"
filePath = "MeloNX/Views/ContentView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "131"
endingLineNumber = "131"
startingLineNumber = "133"
endingLineNumber = "133"
landmarkName = "start(displayid:)"
landmarkType = "7">
<Actions>

View File

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