Trim line-end whitespace in Opera managed side

fixes 654544b32
This commit is contained in:
YoshiRulz 2025-05-10 01:01:46 +10:00
parent 654544b329
commit e734c88071
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Consoles.Panasonic3DO
{
public partial class Opera
{
{
private static ControllerDefinition CreateControllerDefinition(SyncSettings settings, bool isMultiDisc)
{
var controller = new ControllerDefinition("3DO Controller");

View File

@ -9,7 +9,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Panasonic3DO
{
// System type determines the version of the console to run
// The selection of the proper BIOS derives from this decision
public enum SystemType
public enum SystemType
{
[Display(Name = "Panasonic FZ-1 (U)")]
Panasonic_FZ1_U,
@ -57,7 +57,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Panasonic3DO
PAL2 = 2,
}
public enum ControllerType
public enum ControllerType
{
[Display(Name = "None")]
None = 0,