diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-05-23 00:27:48 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-05-23 00:27:48 -0300 |
| commit | e78737089c7270458228aaa08a591cc9dd42936c (patch) | |
| tree | 04906a504140622cfd5d7a9855e490ccb133dcd5 /Ryujinx.Core/Gpu | |
| parent | 79e007036383b11cd53c2563fbb7f139a02c90ec (diff) | |
Remove some calls generated on the CPU for inexistent intrinsic methods
Diffstat (limited to 'Ryujinx.Core/Gpu')
| -rw-r--r-- | Ryujinx.Core/Gpu/NvGpuVmm.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx.Core/Gpu/NvGpuVmm.cs b/Ryujinx.Core/Gpu/NvGpuVmm.cs index ddd21238..1c408964 100644 --- a/Ryujinx.Core/Gpu/NvGpuVmm.cs +++ b/Ryujinx.Core/Gpu/NvGpuVmm.cs @@ -1,7 +1,6 @@ using ChocolArm64.Memory; -using System.Collections.Concurrent; - using Ryujinx.Graphics.Gal; +using System.Collections.Concurrent; namespace Ryujinx.Core.Gpu { |
