mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 01:49:39 -06:00
ControllerOverlay: don't need this parameter to be optional
This commit is contained in:
@ -68,7 +68,7 @@ namespace Ryujinx.Graphics.Gpu.Overlay
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Show controller bindings with localized strings
|
/// Show controller bindings with localized strings
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void ShowControllerBindings(List<OriginalInputConfig> inputConfigs, int durationSeconds = 3)
|
public void ShowControllerBindings(List<OriginalInputConfig> inputConfigs, int durationSeconds)
|
||||||
{
|
{
|
||||||
// Update title text
|
// Update title text
|
||||||
var titleElement = FindElement<TextElement>("TitleText");
|
var titleElement = FindElement<TextElement>("TitleText");
|
||||||
|
Reference in New Issue
Block a user