Skip to content

Commit e734c88

Browse files
committed
Trim line-end whitespace in Opera managed side
fixes 654544b
1 parent 654544b commit e734c88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/BizHawk.Emulation.Cores/Consoles/3DO/Opera.Controllers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace BizHawk.Emulation.Cores.Consoles.Panasonic3DO
66
{
77
public partial class Opera
8-
{
8+
{
99
private static ControllerDefinition CreateControllerDefinition(SyncSettings settings, bool isMultiDisc)
1010
{
1111
var controller = new ControllerDefinition("3DO Controller");

src/BizHawk.Emulation.Cores/Consoles/3DO/Opera.ISettable.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public partial class Opera : ISettable<object, Opera.SyncSettings>
99
{
1010
// System type determines the version of the console to run
1111
// The selection of the proper BIOS derives from this decision
12-
public enum SystemType
12+
public enum SystemType
1313
{
1414
[Display(Name = "Panasonic FZ-1 (U)")]
1515
Panasonic_FZ1_U,
@@ -57,7 +57,7 @@ public enum VideoStandard
5757
PAL2 = 2,
5858
}
5959

60-
public enum ControllerType
60+
public enum ControllerType
6161
{
6262
[Display(Name = "None")]
6363
None = 0,

0 commit comments

Comments
 (0)