mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 22:06:24 +02:00
ControllerOverlay: don't need this parameter to be optional
This commit is contained in:
parent
b3c2fbcfa7
commit
952be47f3c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace Ryujinx.Graphics.Gpu.Overlay
|
|||
/// <summary>
|
||||
/// Show controller bindings with localized strings
|
||||
/// </summary>
|
||||
public void ShowControllerBindings(List<OriginalInputConfig> inputConfigs, int durationSeconds = 3)
|
||||
public void ShowControllerBindings(List<OriginalInputConfig> inputConfigs, int durationSeconds)
|
||||
{
|
||||
// Update title text
|
||||
var titleElement = FindElement<TextElement>("TitleText");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue