mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-23 09:59:19 +01:00
Correct nvdrv DMA copy class ID
Was wrongly copy and pasted.
This commit is contained in:
parent
13e7b54c61
commit
11a8feb037
@ -44,7 +44,7 @@ namespace skyline::service::nvdrv::device::nvhost {
|
||||
u32 computeClass{0xB1C0}; // MAXWELL_COMPUTE_B
|
||||
u32 gpfifoClass{0xB06F}; // MAXWELL_CHANNEL_GPFIFO_A
|
||||
u32 inlineToMemoryClass{0xA140}; // KEPLER_INLINE_TO_MEMORY_B
|
||||
u32 dmaCopyClass{0xA140}; // MAXWELL_DMA_COPY_A
|
||||
u32 dmaCopyClass{0xB0B5}; // MAXWELL_DMA_COPY_A
|
||||
u32 maxFbpsCount{0x1}; // 0x1
|
||||
u32 fbpEnMask{}; // Disabled
|
||||
u32 maxLtcPerFbp{0x2};
|
||||
|
Loading…
Reference in New Issue
Block a user