misc: Use official names for NVDEC registers (#4192)
* misc: Uses official names for NVDEC registers * Address gdkchan's comment * Address comments
This commit is contained in:
parent
b6614c6ad5
commit
09c9686498
8 changed files with 80 additions and 76 deletions
|
@ -106,7 +106,7 @@ namespace Ryujinx.Graphics.Host1x
|
|||
|
||||
private void Method1(int data)
|
||||
{
|
||||
_commandQueue.Add(new MethodCallAction(_currentContextId, (int)_state.State.Method0 * 4, data));
|
||||
_commandQueue.Add(new MethodCallAction(_currentContextId, (int)_state.State.Method0 * sizeof(uint), data));
|
||||
}
|
||||
|
||||
private void Process(CommandAction cmdAction)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue