diff --git a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj index 0e3960b0b4..87d139c95a 100644 --- a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj +++ b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj @@ -118,7 +118,7 @@ TI83.cs - + AppleII.cs diff --git a/BizHawk.Emulation.Cores/CDL.cs b/BizHawk.Emulation.Cores/CodeDataLog.cs similarity index 100% rename from BizHawk.Emulation.Cores/CDL.cs rename to BizHawk.Emulation.Cores/CodeDataLog.cs