Add default feedback bind for N64 P1 (and add copy in test data)

the rest of the default binds are still garbo though
This commit is contained in:
YoshiRulz 2021-07-21 11:03:24 +10:00
parent d3733c1fda
commit b28a52befa
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 10 additions and 1 deletions

View File

@ -1378,5 +1378,14 @@
"Deadzone": 0.1
}
}
},
"AllTrollersFeedbacks": {
"Nintendo 64 Controller": {
"P1 Rumble Pak": {
"Channels": "Left+Right",
"GamepadPrefix": "X1 ",
"Prescale": 1.0
}
}
}
}

View File

@ -45,7 +45,7 @@ namespace BizHawk.Tests.Client.Common.config
[typeof(Binding)] = BINDING_SER,
[typeof(BindingCollection)] = $@"{{""Bindings"":[{BINDING_SER}]}}",
[typeof(CheatConfig)] = $@"{{""DisableOnLoad"":false,""LoadFileByGame"":true,""AutoSaveOnClose"":true,""Recent"":{RECENT_SER}}}",
[typeof(FeedbackBind)] = "TODO",
[typeof(FeedbackBind)] = @"{""Channels"":""Left+Right"",""GamepadPrefix"":""X1 "",""Prescale"":1.0}",
[typeof(MessagePosition)] = @"{""X"":0,""Y"":0,""Anchor"":0}",
[typeof(MovieConfig)] = $@"{{""MovieEndAction"":3,""EnableBackupMovies"":true,""MoviesOnDisk"":false,""MovieCompressionLevel"":2,""VBAStyleMovieLoadState"":false,""DefaultTasStateManagerSettings"":{ZWINDER_SER}}}",
[typeof(PathEntry)] = PATHENTRY_SER,