Removed bogus logs

This commit is contained in:
Barış Hamil 2025-06-21 00:59:17 +03:00 committed by GreemDev
parent 10e6fbcb72
commit ef0dac5533
2 changed files with 0 additions and 11 deletions

View file

@ -68,7 +68,6 @@ namespace Ryujinx.Graphics.Gpu.Overlay
foreach (var config in inputConfigs.Where(c => c.PlayerIndex <= OriginalPlayerIndex.Player4))
{
Console.WriteLine($"ControllerOverlay: Config for Player {config.PlayerIndex}: {config.Name} ({config.Backend})");
if (!playerBindings.ContainsKey(config.PlayerIndex))
{
playerBindings[config.PlayerIndex] = new List<OriginalInputConfig>();