Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Mar 3, 2024
1 parent 00c4a21 commit 7cacb37
Show file tree
Hide file tree
Showing 14 changed files with 836 additions and 364 deletions.
10 changes: 5 additions & 5 deletions FriishProduce/BannerPreview.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 34 additions & 2 deletions FriishProduce/InjectorForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions FriishProduce/InjectorForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ private void Form_Shown(object sender, EventArgs e)
case Console.SMS:
TIDCode = "L";
ROM = new ROM_SEGA() { IsSMS = true };
CO = new Options_VC_SEGA();
CO = new Options_VC_SEGA() { IsSMS = true };
break;

case Console.SMDGEN:
TIDCode = "M";
ROM = new ROM_SEGA() { IsSMS = false };
CO = new Options_VC_SEGA();
CO = new Options_VC_SEGA() { IsSMS = false };
break;

case Console.PCE:
Expand Down
Loading

0 comments on commit 7cacb37

Please sign in to comment.