mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
Fix config
This commit is contained in:
parent
e02927cadb
commit
8e229fe454
3 changed files with 5 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue