Don't set preferred core for GBA when importing .vbm, there's only one

this wasn't removed when we dropped VBA-Next
This commit is contained in:
YoshiRulz 2021-03-25 15:10:30 +10:00
parent b1602dae06
commit 2fad61e4b5
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ namespace BizHawk.Client.Common.movie.import
if (isGBA)
{
Config.PreferredCores["GBA"] = CoreNames.Mgba;
var ss = new MGBAHawk.SyncSettings { SkipBios = true };
Result.Movie.SyncSettingsJson = ConfigService.SaveWithType(ss);
}