mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 16:07:11 +02:00
Move solution and projects to src
This commit is contained in:
parent
cd124bda58
commit
cee7121058
3466 changed files with 55 additions and 55 deletions
43
src/Ryujinx.Graphics.Host1x/Host1xClassRegisters.cs
Normal file
43
src/Ryujinx.Graphics.Host1x/Host1xClassRegisters.cs
Normal file
|
@ -0,0 +1,43 @@
|
|||
using Ryujinx.Common.Memory;
|
||||
|
||||
namespace Ryujinx.Graphics.Host1x
|
||||
{
|
||||
struct Host1xClassRegisters
|
||||
{
|
||||
#pragma warning disable CS0649
|
||||
public uint IncrSyncpt;
|
||||
public uint IncrSyncptCntrl;
|
||||
public uint IncrSyncptError;
|
||||
public Array5<uint> ReservedC;
|
||||
public uint WaitSyncpt;
|
||||
public uint WaitSyncptBase;
|
||||
public uint WaitSyncptIncr;
|
||||
public uint LoadSyncptBase;
|
||||
public uint IncrSyncptBase;
|
||||
public uint Clear;
|
||||
public uint Wait;
|
||||
public uint WaitWithIntr;
|
||||
public uint DelayUsec;
|
||||
public uint TickcountHi;
|
||||
public uint TickcountLo;
|
||||
public uint Tickctrl;
|
||||
public Array23<uint> Reserved50;
|
||||
public uint Indctrl;
|
||||
public uint Indoff2;
|
||||
public uint Indoff;
|
||||
public Array31<uint> Inddata;
|
||||
public uint Reserved134;
|
||||
public uint LoadSyncptPayload32;
|
||||
public uint Stallctrl;
|
||||
public uint WaitSyncpt32;
|
||||
public uint WaitSyncptBase32;
|
||||
public uint LoadSyncptBase32;
|
||||
public uint IncrSyncptBase32;
|
||||
public uint StallcountHi;
|
||||
public uint StallcountLo;
|
||||
public uint Xrefctrl;
|
||||
public uint ChannelXrefHi;
|
||||
public uint ChannelXrefLo;
|
||||
#pragma warning restore CS0649
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue