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"
|
||||
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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user