Add Docked/Handheld text on status bar (#1205)
* Add Dock/Handheld on status bar * Simplified the code & move next to V-Sync * Nit.
This commit is contained in:
parent
f84fb20959
commit
371b9999f2
4 changed files with 39 additions and 7 deletions
|
@ -66,6 +66,7 @@ namespace Ryujinx.Ui
|
|||
[GUI] CheckMenuItem _fileExtToggle;
|
||||
[GUI] CheckMenuItem _pathToggle;
|
||||
[GUI] CheckMenuItem _fileSizeToggle;
|
||||
[GUI] Label _dockedMode;
|
||||
[GUI] Label _gameStatus;
|
||||
[GUI] TreeView _gameTable;
|
||||
[GUI] TreeSelection _gameTableSelection;
|
||||
|
@ -665,6 +666,7 @@ namespace Ryujinx.Ui
|
|||
_hostStatus.Text = args.HostStatus;
|
||||
_gameStatus.Text = args.GameStatus;
|
||||
_gpuName.Text = args.GpuName;
|
||||
_dockedMode.Text = args.DockedMode;
|
||||
|
||||
if (args.VSyncEnabled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue