Fix import ordering & Fix incorrect value for the third word in GetDisplayMode
This commit is contained in:
parent
2252c5ca92
commit
6b7ac72971
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
using Ryujinx.Core.Logging;
|
||||
using Ryujinx.Core.OsHle.Ipc;
|
||||
using System.Collections.Generic;
|
||||
using Ryujinx.Core.Logging;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.Services.Vi
|
||||
{
|
||||
|
@ -36,8 +36,8 @@ namespace Ryujinx.Core.OsHle.Services.Vi
|
|||
{
|
||||
Context.ResponseData.Write(1280);
|
||||
Context.ResponseData.Write(720);
|
||||
Context.ResponseData.Write(16.0 / 9.0);
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(60.0f);
|
||||
Context.ResponseData.Write(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue