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

github.com/ClusterM/famicom-dumper-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-20 17:09:21 +0300
committerGitHub <noreply@github.com>2023-01-20 17:09:21 +0300
commit088f03ec752e62bc0cf305a53216240cbc061d04 (patch)
tree52e4477a2d4da2c8587eaadf66a699d67f2b2067
parentff7907063ed3e373e38874ee0b2cb364dfe2ae5e (diff)
Update IMapper.cs
-rw-r--r--FamicomDumper/IMapper.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/FamicomDumper/IMapper.cs b/FamicomDumper/IMapper.cs
index 738cf12..63cfd5e 100644
--- a/FamicomDumper/IMapper.cs
+++ b/FamicomDumper/IMapper.cs
@@ -70,7 +70,6 @@ namespace com.clusterrr.Famicom.Dumper
/// <returns>Mirroring type</returns>
MirroringType GetMirroring(IFamicomDumperConnection dumper) => dumper.GetMirroring();
- /* Optional properties */
/// <summary>
/// Default PRG RAM size, can be used with NES 2.0
/// </summary>