This commit is contained in:
adelikat 2017-04-25 13:22:45 -05:00
parent 9ecf2aed7f
commit 4154332077
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ namespace BizHawk.Emulation.Common
/// <summary>
/// merge some controller definitions for different ports, and such. i promise to fully document this tomorrow
/// </summary>
/// <returns></returns>
public static ControllerDefinition GetMerged(IEnumerable<ControllerDefinition> controllers, out List<ControlDefUnMerger> unmergers)
{
ControllerDefinition ret = new ControllerDefinition();