Skip to content

Commit 154a5e8

Browse files
Fix ALttPR not working
1 parent 286eccf commit 154a5e8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MSURandomizer/MSURandomizer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
99
<PackageIcon>MSURandomizerIcon.ico</PackageIcon>
10-
<Version>2.0.0-beta.1</Version>
10+
<Version>2.0.0-beta.2</Version>
1111
<ApplicationIcon>MSURandomizerIcon.ico</ApplicationIcon>
1212
</PropertyGroup>
1313

MSURandomizerLibrary/MSURandomizerLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1515
<IncludeSymbols>False</IncludeSymbols>
1616
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
17-
<Version>2.0.0-beta.1</Version>
17+
<Version>2.0.0-beta.2</Version>
1818
<PackageId>MattEqualsCoder.MSURandomizer.Library</PackageId>
1919
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2020
<TargetFramework>net8.0</TargetFramework>

MSURandomizerLibrary/Services/MsuGameService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ internal class MsuGameService(ILogger<MsuGameService> logger, ISnesConnectorServ
1717
private readonly Dictionary<string, Type> _connectors = new()
1818
{
1919
{ "A Link to the Past", typeof(LttPGameConnector) },
20+
{ "The Legend of Zelda: A Link to the Past", typeof(LttPGameConnector) },
2021
{ "Super Metroid / A Link to the Past Combination Randomizer", typeof(SMZ3GameConnector) }
2122
};
2223

0 commit comments

Comments
 (0)