parent
7ee0e0afac
commit
615c2eaf88
|
@ -151,6 +151,7 @@ namespace BizHawk.Client.Common.Filters
|
|||
|
||||
private IOSurfaceInfo FindIOSurfaceInfo(string channel, SurfaceDirection direction)
|
||||
{
|
||||
// intentionally not using List.Find for perf
|
||||
foreach (var iosi in _ioSurfaceInfos)
|
||||
{
|
||||
if (iosi.Channel == channel && iosi.SurfaceDirection == direction)
|
||||
|
|
Loading…
Reference in New Issue