mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
Removed bogus logs
This commit is contained in:
parent
9c47011e73
commit
0afc910f39
2 changed files with 0 additions and 11 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue