mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Separate sub-channel state
This commit is contained in:
parent
dfb16f19d8
commit
c46d0a66d0
15 changed files with 213 additions and 198 deletions
|
@ -5,7 +5,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
|||
{
|
||||
partial class Methods
|
||||
{
|
||||
private void ResetCounter(int argument)
|
||||
private void ResetCounter(GpuState state, int argument)
|
||||
{
|
||||
ResetCounterType type = (ResetCounterType)argument;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue