forked from MeloNX/MeloNX
Fix config
This commit is contained in:
parent
e02927cadb
commit
8e229fe454
Binary file not shown.
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user