Add GPU name in status bar (#984)
* Add GPU name in status bar * Fixed like Ac_K suggest * Nit. * Minor fix * Minor change. * Nit. * Fixed for ATI vendor * Minor fix, again...
This commit is contained in:
parent
1de16f7653
commit
17200214df
5 changed files with 50 additions and 8 deletions
|
@ -71,6 +71,7 @@ namespace Ryujinx.Ui
|
|||
[GUI] TreeView _gameTable;
|
||||
[GUI] ScrolledWindow _gameTableWindow;
|
||||
[GUI] TreeSelection _gameTableSelection;
|
||||
[GUI] Label _gpuName;
|
||||
[GUI] Label _progressLabel;
|
||||
[GUI] Label _firmwareVersionLabel;
|
||||
[GUI] LevelBar _progressBar;
|
||||
|
@ -605,6 +606,7 @@ namespace Ryujinx.Ui
|
|||
{
|
||||
_hostStatus.Text = args.HostStatus;
|
||||
_gameStatus.Text = args.GameStatus;
|
||||
_gpuName.Text = args.GpuName;
|
||||
|
||||
if (args.VSyncEnabled)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue