Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-07 21:29:33 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-07 21:29:33 +0300
commit41d821bc0da1760320bf17ddb2923fbca59c5968 (patch)
treeb037fdfabd17ebc3417673a4b4a118515416a3af
parent64492ea5c96dd8e1f34df85c661576af4f9a03eb (diff)
All fixes moved to json config, fixed
-rw-r--r--tools_sources/CoolgirlCombiner.sln6
-rw-r--r--tools_sources/CoolgirlCombiner/Game.cs1
2 files changed, 0 insertions, 7 deletions
diff --git a/tools_sources/CoolgirlCombiner.sln b/tools_sources/CoolgirlCombiner.sln
index 152dab1..89fbf54 100644
--- a/tools_sources/CoolgirlCombiner.sln
+++ b/tools_sources/CoolgirlCombiner.sln
@@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoolgirlCombiner", "Coolgir
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NesTiler", "..\..\..\C#\NesTiler\NesTiler\NesTiler.csproj", "{BA88B483-D314-4D20-9787-DE0666EED7AD}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fceuxfix", "fceuxfix\fceuxfix.csproj", "{91CC7C0D-5643-4100-A298-5E12F496C7EC}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -23,10 +21,6 @@ Global
{BA88B483-D314-4D20-9787-DE0666EED7AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA88B483-D314-4D20-9787-DE0666EED7AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA88B483-D314-4D20-9787-DE0666EED7AD}.Release|Any CPU.Build.0 = Release|Any CPU
- {91CC7C0D-5643-4100-A298-5E12F496C7EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {91CC7C0D-5643-4100-A298-5E12F496C7EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {91CC7C0D-5643-4100-A298-5E12F496C7EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {91CC7C0D-5643-4100-A298-5E12F496C7EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/tools_sources/CoolgirlCombiner/Game.cs b/tools_sources/CoolgirlCombiner/Game.cs
index ef87094..1ef7d1c 100644
--- a/tools_sources/CoolgirlCombiner/Game.cs
+++ b/tools_sources/CoolgirlCombiner/Game.cs
@@ -5,7 +5,6 @@ using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using System.Text.Json.Serialization;
-using com.clusterrr.Famicom.HeaderFixer;
namespace com.clusterrr.Famicom.CoolGirl
{