mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 19:36:25 +02:00
Extended hotkeys to player1-8 + h, localized the overlay
This commit is contained in:
parent
0afc910f39
commit
72752d2c4b
16 changed files with 338 additions and 79 deletions
|
@ -1596,9 +1596,9 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
// Code where conditions will be executed after loading user configuration
|
||||
if (ConfigurationState.Instance.Graphics.BackendThreading.Value.ToString() != backendThreadingInit)
|
||||
{
|
||||
Rebooter.RebootAppWithGame(application.Path,
|
||||
Rebooter.RebootAppWithGame(application.Path,
|
||||
[
|
||||
"--bt",
|
||||
"--bt",
|
||||
ConfigurationState.Instance.Graphics.BackendThreading.Value.ToString()
|
||||
]);
|
||||
|
||||
|
@ -1706,10 +1706,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
// Always show overlay - if no configs, it will show test data
|
||||
int duration = ConfigurationState.Instance.ControllerOverlayGameStartDuration.Value;
|
||||
// Show overlay through the GPU context window directly
|
||||
if (AppHost?.Device?.Gpu?.Window != null)
|
||||
{
|
||||
AppHost.Device.Gpu.Window.ShowControllerBindings(inputConfigs, duration);
|
||||
}
|
||||
AppHost.ShowControllerOverlay(inputConfigs, duration);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue