aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-06-10 21:46:42 -0300
committergdkchan <gab.dark.100@gmail.com>2018-06-10 21:46:42 -0300
commit76f3b1b3a4637ec72abfbb8cbc0679f2e0ca838f (patch)
tree0411b709de31c1c0517763512df8eeb9f7491bc9
parent518fe799da6dd4f12c58c9e6e174767effb0b868 (diff)
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
-rw-r--r--Ryujinx.HLE/Gpu/BlockLinearSwizzle.cs (renamed from Ryujinx.Core/Gpu/BlockLinearSwizzle.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/INvGpuEngine.cs (renamed from Ryujinx.Core/Gpu/INvGpuEngine.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/ISwizzle.cs (renamed from Ryujinx.Core/Gpu/ISwizzle.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/LinearSwizzle.cs (renamed from Ryujinx.Core/Gpu/LinearSwizzle.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/MacroInterpreter.cs (renamed from Ryujinx.Core/Gpu/MacroInterpreter.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpu.cs (renamed from Ryujinx.Core/Gpu/NvGpu.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuBufferType.cs (renamed from Ryujinx.Core/Gpu/NvGpuBufferType.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuEngine.cs (renamed from Ryujinx.Core/Gpu/NvGpuEngine.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuEngine2d.cs (renamed from Ryujinx.Core/Gpu/NvGpuEngine2d.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuEngine2dReg.cs (renamed from Ryujinx.Core/Gpu/NvGpuEngine2dReg.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuEngine3d.cs (renamed from Ryujinx.Core/Gpu/NvGpuEngine3d.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuEngine3dReg.cs (renamed from Ryujinx.Core/Gpu/NvGpuEngine3dReg.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuFifo.cs (renamed from Ryujinx.Core/Gpu/NvGpuFifo.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuFifoMeth.cs (renamed from Ryujinx.Core/Gpu/NvGpuFifoMeth.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuMethod.cs (renamed from Ryujinx.Core/Gpu/NvGpuMethod.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuPBEntry.cs (renamed from Ryujinx.Core/Gpu/NvGpuPBEntry.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuPushBuffer.cs (renamed from Ryujinx.Core/Gpu/NvGpuPushBuffer.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuVmm.cs (renamed from Ryujinx.Core/Gpu/NvGpuVmm.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/NvGpuVmmCache.cs (renamed from Ryujinx.Core/Gpu/NvGpuVmmCache.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/Texture.cs (renamed from Ryujinx.Core/Gpu/Texture.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/TextureFactory.cs (renamed from Ryujinx.Core/Gpu/TextureFactory.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/TextureHelper.cs (renamed from Ryujinx.Core/Gpu/TextureHelper.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/TextureReader.cs (renamed from Ryujinx.Core/Gpu/TextureReader.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/TextureSwizzle.cs (renamed from Ryujinx.Core/Gpu/TextureSwizzle.cs)2
-rw-r--r--Ryujinx.HLE/Gpu/TextureWriter.cs (renamed from Ryujinx.Core/Gpu/TextureWriter.cs)2
-rw-r--r--Ryujinx.HLE/Hid/Hid.cs (renamed from Ryujinx.Core/Hid/Hid.cs)8
-rw-r--r--Ryujinx.HLE/Hid/HidControllerButtons.cs (renamed from Ryujinx.Core/Hid/HidControllerButtons.cs)2
-rw-r--r--Ryujinx.HLE/Hid/HidControllerColorDesc.cs (renamed from Ryujinx.Core/Hid/HidControllerColorDesc.cs)2
-rw-r--r--Ryujinx.HLE/Hid/HidControllerConnState.cs (renamed from Ryujinx.Core/Hid/HidControllerConnState.cs)2
-rw-r--r--Ryujinx.HLE/Hid/HidControllerId.cs (renamed from Ryujinx.Core/Hid/HidControllerId.cs)2
-rw-r--r--Ryujinx.HLE/Hid/HidControllerLayouts.cs (renamed from Ryujinx.Core/Hid/HidControllerLayouts.cs)2
-rw-r--r--Ryujinx.HLE/Hid/HidControllerType.cs (renamed from Ryujinx.Core/Hid/HidControllerType.cs)2
-rw-r--r--Ryujinx.HLE/Hid/HidJoystickPosition.cs (renamed from Ryujinx.Core/Hid/HidJoystickPosition.cs)2
-rw-r--r--Ryujinx.HLE/Hid/HidTouchPoint.cs (renamed from Ryujinx.Core/Hid/HidTouchPoint.cs)2
-rw-r--r--Ryujinx.HLE/Hid/JoyCon.cs (renamed from Ryujinx.Core/Hid/JoyCon.cs)2
-rw-r--r--Ryujinx.HLE/Hid/JoyConColor.cs (renamed from Ryujinx.Core/Hid/JoyConColor.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/Compression/Lz4.cs (renamed from Ryujinx.Core/Loaders/Compression/Lz4.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/ElfDyn.cs (renamed from Ryujinx.Core/Loaders/ElfDyn.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/ElfDynTag.cs (renamed from Ryujinx.Core/Loaders/ElfDynTag.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/ElfRel.cs (renamed from Ryujinx.Core/Loaders/ElfRel.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/ElfRelType.cs (renamed from Ryujinx.Core/Loaders/ElfRelType.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/ElfSym.cs (renamed from Ryujinx.Core/Loaders/ElfSym.cs)6
-rw-r--r--Ryujinx.HLE/Loaders/ElfSymBinding.cs (renamed from Ryujinx.Core/Loaders/ElfSymBinding.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/ElfSymType.cs (renamed from Ryujinx.Core/Loaders/ElfSymType.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/ElfSymVisibility.cs (renamed from Ryujinx.Core/Loaders/ElfSymVisibility.cs)4
-rw-r--r--Ryujinx.HLE/Loaders/Executable.cs (renamed from Ryujinx.Core/Loaders/Executable.cs)6
-rw-r--r--Ryujinx.HLE/Loaders/Executables/IExecutable.cs (renamed from Ryujinx.Core/Loaders/Executables/IExecutable.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/Executables/Nro.cs (renamed from Ryujinx.Core/Loaders/Executables/Nro.cs)2
-rw-r--r--Ryujinx.HLE/Loaders/Executables/Nso.cs (renamed from Ryujinx.Core/Loaders/Executables/Nso.cs)4
-rw-r--r--Ryujinx.HLE/Logging/LogClass.cs (renamed from Ryujinx.Core/Logging/LogClass.cs)2
-rw-r--r--Ryujinx.HLE/Logging/LogEventArgs.cs (renamed from Ryujinx.Core/Logging/LogEventArgs.cs)2
-rw-r--r--Ryujinx.HLE/Logging/LogLevel.cs (renamed from Ryujinx.Core/Logging/LogLevel.cs)2
-rw-r--r--Ryujinx.HLE/Logging/Logger.cs (renamed from Ryujinx.Core/Logging/Logger.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/AppletStateMgr.cs (renamed from Ryujinx.Core/OsHle/AppletStateMgr.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Diagnostics/Demangler.cs (renamed from Ryujinx.Core/OsHle/Diagnostics/Demangler.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/ErrorCode.cs (renamed from Ryujinx.Core/OsHle/ErrorCode.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/ErrorModule.cs (renamed from Ryujinx.Core/OsHle/ErrorModule.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Exceptions/GuestBrokeExecutionException.cs (renamed from Ryujinx.Core/OsHle/Exceptions/GuestBrokeExecutionException.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Exceptions/UndefinedInstructionException.cs (renamed from Ryujinx.Core/OsHle/Exceptions/UndefinedInstructionException.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/GlobalStateTable.cs (renamed from Ryujinx.Core/OsHle/GlobalStateTable.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Handles/HSharedMem.cs (renamed from Ryujinx.Core/OsHle/Handles/HSharedMem.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Handles/HTransferMem.cs (renamed from Ryujinx.Core/OsHle/Handles/HTransferMem.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Handles/KEvent.cs (renamed from Ryujinx.Core/OsHle/Handles/KEvent.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Handles/KProcessHandleTable.cs (renamed from Ryujinx.Core/OsHle/Handles/KProcessHandleTable.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Handles/KProcessScheduler.cs (renamed from Ryujinx.Core/OsHle/Handles/KProcessScheduler.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Handles/KSession.cs (renamed from Ryujinx.Core/OsHle/Handles/KSession.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Handles/KSynchronizationObject.cs (renamed from Ryujinx.Core/OsHle/Handles/KSynchronizationObject.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Handles/KThread.cs (renamed from Ryujinx.Core/OsHle/Handles/KThread.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs (renamed from Ryujinx.Core/OsHle/Handles/SchedulerThread.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Handles/ThreadQueue.cs (renamed from Ryujinx.Core/OsHle/Handles/ThreadQueue.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Homebrew.cs (renamed from Ryujinx.Core/OsHle/Homebrew.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Horizon.cs (renamed from Ryujinx.Core/OsHle/Horizon.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/IdDictionary.cs (renamed from Ryujinx.Core/OsHle/IdDictionary.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/IpcBuffDesc.cs (renamed from Ryujinx.Core/OsHle/Ipc/IpcBuffDesc.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/IpcHandleDesc.cs (renamed from Ryujinx.Core/OsHle/Ipc/IpcHandleDesc.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/IpcHandler.cs (renamed from Ryujinx.Core/OsHle/Ipc/IpcHandler.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/IpcMagic.cs (renamed from Ryujinx.Core/OsHle/Ipc/IpcMagic.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/IpcMessage.cs (renamed from Ryujinx.Core/OsHle/Ipc/IpcMessage.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/IpcMessageType.cs (renamed from Ryujinx.Core/OsHle/Ipc/IpcMessageType.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/IpcPtrBuffDesc.cs (renamed from Ryujinx.Core/OsHle/Ipc/IpcPtrBuffDesc.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/IpcRecvListBuffDesc.cs (renamed from Ryujinx.Core/OsHle/Ipc/IpcRecvListBuffDesc.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Ipc/ServiceProcessRequest.cs (renamed from Ryujinx.Core/OsHle/Ipc/ServiceProcessRequest.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Kernel/KernelErr.cs (renamed from Ryujinx.Core/OsHle/Kernel/KernelErr.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Kernel/NsTimeConverter.cs (renamed from Ryujinx.Core/OsHle/Kernel/NsTimeConverter.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Kernel/SvcHandler.cs (renamed from Ryujinx.Core/OsHle/Kernel/SvcHandler.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Kernel/SvcMemory.cs (renamed from Ryujinx.Core/OsHle/Kernel/SvcMemory.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Kernel/SvcSystem.cs (renamed from Ryujinx.Core/OsHle/Kernel/SvcSystem.cs)16
-rw-r--r--Ryujinx.HLE/OsHle/Kernel/SvcThread.cs (renamed from Ryujinx.Core/OsHle/Kernel/SvcThread.cs)10
-rw-r--r--Ryujinx.HLE/OsHle/Kernel/SvcThreadSync.cs (renamed from Ryujinx.Core/OsHle/Kernel/SvcThreadSync.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/MemoryAllocator.cs (renamed from Ryujinx.Core/OsHle/MemoryAllocator.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/MemoryRegions.cs (renamed from Ryujinx.Core/OsHle/MemoryRegions.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/MemoryType.cs (renamed from Ryujinx.Core/OsHle/MemoryType.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Process.cs (renamed from Ryujinx.Core/OsHle/Process.cs)18
-rw-r--r--Ryujinx.HLE/OsHle/ServiceCtx.cs (renamed from Ryujinx.Core/OsHle/ServiceCtx.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Acc/IAccountServiceForApplication.cs (renamed from Ryujinx.Core/OsHle/Services/Acc/IAccountServiceForApplication.cs)10
-rw-r--r--Ryujinx.HLE/OsHle/Services/Acc/IManagerForApplication.cs (renamed from Ryujinx.Core/OsHle/Services/Acc/IManagerForApplication.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Acc/IProfile.cs (renamed from Ryujinx.Core/OsHle/Services/Acc/IProfile.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/AmErr.cs (renamed from Ryujinx.Core/OsHle/Services/Am/AmErr.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/FocusState.cs (renamed from Ryujinx.Core/OsHle/Services/Am/FocusState.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IAllSystemAppletProxiesService.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IAllSystemAppletProxiesService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IApplicationCreator.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IApplicationCreator.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IApplicationFunctions.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IApplicationFunctions.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IApplicationProxy.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IApplicationProxy.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IApplicationProxyService.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IApplicationProxyService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IAudioController.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IAudioController.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/ICommonStateGetter.cs (renamed from Ryujinx.Core/OsHle/Services/Am/ICommonStateGetter.cs)10
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IDebugFunctions.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IDebugFunctions.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IDisplayController.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IDisplayController.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IGlobalStateController.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IGlobalStateController.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IHomeMenuFunctions.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IHomeMenuFunctions.cs)92
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/ILibraryAppletAccessor.cs (renamed from Ryujinx.Core/OsHle/Services/Am/ILibraryAppletAccessor.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/ILibraryAppletCreator.cs (renamed from Ryujinx.Core/OsHle/Services/Am/ILibraryAppletCreator.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/ISelfController.cs (renamed from Ryujinx.Core/OsHle/Services/Am/ISelfController.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IStorage.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IStorage.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IStorageAccessor.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IStorageAccessor.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/ISystemAppletProxy.cs (renamed from Ryujinx.Core/OsHle/Services/Am/ISystemAppletProxy.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/IWindowController.cs (renamed from Ryujinx.Core/OsHle/Services/Am/IWindowController.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/MessageInfo.cs (renamed from Ryujinx.Core/OsHle/Services/Am/MessageInfo.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/OperationMode.cs (renamed from Ryujinx.Core/OsHle/Services/Am/OperationMode.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Am/StorageHelper.cs (renamed from Ryujinx.Core/OsHle/Services/Am/StorageHelper.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Apm/IManager.cs (renamed from Ryujinx.Core/OsHle/Services/Apm/IManager.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Apm/ISession.cs (renamed from Ryujinx.Core/OsHle/Services/Apm/ISession.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Apm/PerformanceConfiguration.cs (renamed from Ryujinx.Core/OsHle/Services/Apm/PerformanceConfiguration.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Apm/PerformanceMode.cs (renamed from Ryujinx.Core/OsHle/Services/Apm/PerformanceMode.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Aud/AudioOutData.cs (renamed from Ryujinx.Core/OsHle/Services/Aud/AudioOutData.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Aud/IAudioDevice.cs (renamed from Ryujinx.Core/OsHle/Services/Aud/IAudioDevice.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Aud/IAudioOut.cs (renamed from Ryujinx.Core/OsHle/Services/Aud/IAudioOut.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Aud/IAudioOutManager.cs (renamed from Ryujinx.Core/OsHle/Services/Aud/IAudioOutManager.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Aud/IAudioRenderer.cs (renamed from Ryujinx.Core/OsHle/Services/Aud/IAudioRenderer.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Aud/IAudioRendererManager.cs (renamed from Ryujinx.Core/OsHle/Services/Aud/IAudioRendererManager.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Bsd/BsdError.cs (renamed from Ryujinx.Core/OsHle/Services/Bsd/BsdError.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Bsd/BsdSocket.cs (renamed from Ryujinx.Core/OsHle/Services/Bsd/BsdSocket.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Bsd/IClient.cs (renamed from Ryujinx.Core/OsHle/Services/Bsd/IClient.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Caps/IAlbumAccessorService.cs (renamed from Ryujinx.Core/OsHle/Services/Caps/IAlbumAccessorService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Caps/IScreenshotService.cs (renamed from Ryujinx.Core/OsHle/Services/Caps/IScreenshotService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Friend/IFriendService.cs (renamed from Ryujinx.Core/OsHle/Services/Friend/IFriendService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Friend/IServiceCreator.cs (renamed from Ryujinx.Core/OsHle/Services/Friend/IServiceCreator.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/FspSrv/FsErr.cs (renamed from Ryujinx.Core/OsHle/Services/FspSrv/FsErr.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/FspSrv/IDirectory.cs (renamed from Ryujinx.Core/OsHle/Services/FspSrv/IDirectory.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/FspSrv/IFile.cs (renamed from Ryujinx.Core/OsHle/Services/FspSrv/IFile.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/FspSrv/IFileSystem.cs (renamed from Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/FspSrv/IFileSystemProxy.cs (renamed from Ryujinx.Core/OsHle/Services/FspSrv/IFileSystemProxy.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/FspSrv/IStorage.cs (renamed from Ryujinx.Core/OsHle/Services/FspSrv/IStorage.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Hid/IActiveVibrationDeviceList.cs (renamed from Ryujinx.Core/OsHle/Services/Hid/IActiveVibrationDeviceList.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Hid/IAppletResource.cs (renamed from Ryujinx.Core/OsHle/Services/Hid/IAppletResource.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Hid/IHidServer.cs (renamed from Ryujinx.Core/OsHle/Services/Hid/IHidServer.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/IIpcService.cs (renamed from Ryujinx.Core/OsHle/Services/IIpcService.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/IpcService.cs (renamed from Ryujinx.Core/OsHle/Services/IpcService.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Lm/ILogService.cs (renamed from Ryujinx.Core/OsHle/Services/Lm/ILogService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Lm/ILogger.cs (renamed from Ryujinx.Core/OsHle/Services/Lm/ILogger.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Lm/LmLogField.cs (renamed from Ryujinx.Core/OsHle/Services/Lm/LmLogField.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Lm/LmLogLevel.cs (renamed from Ryujinx.Core/OsHle/Services/Lm/LmLogLevel.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Mm/IRequest.cs (renamed from Ryujinx.Core/OsHle/Services/Mm/IRequest.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nfp/DeviceState.cs (renamed from Ryujinx.Core/OsHle/Services/Nfp/DeviceState.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nfp/IUser.cs (renamed from Ryujinx.Core/OsHle/Services/Nfp/IUser.cs)35
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nfp/IUserManager.cs (renamed from Ryujinx.Core/OsHle/Services/Nfp/IUserManager.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nfp/State.cs (renamed from Ryujinx.Core/OsHle/Services/Nfp/State.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nifm/IGeneralService.cs (renamed from Ryujinx.Core/OsHle/Services/Nifm/IGeneralService.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nifm/IRequest.cs (renamed from Ryujinx.Core/OsHle/Services/Nifm/IRequest.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nifm/IStaticService.cs (renamed from Ryujinx.Core/OsHle/Services/Nifm/IStaticService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Ns/IAddOnContentManager.cs (renamed from Ryujinx.Core/OsHle/Services/Ns/IAddOnContentManager.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Ns/IServiceGetterInterface.cs (renamed from Ryujinx.Core/OsHle/Services/Ns/IServiceGetterInterface.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Ns/ISystemUpdateInterface.cs (renamed from Ryujinx.Core/OsHle/Services/Ns/ISystemUpdateInterface.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Ns/IVulnerabilityManagerInterface.cs (renamed from Ryujinx.Core/OsHle/Services/Ns/IVulnerabilityManagerInterface.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/INvDrvServices.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/INvDrvServices.cs)18
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvFd.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvFd.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASAllocSpace.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASAllocSpace.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASIoctl.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASIoctl.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASMapBufferEx.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASMapBufferEx.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASRemap.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASRemap.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASUnmapBuffer.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASUnmapBuffer.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetActiveSlotMask.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetActiveSlotMask.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetCharacteristics.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetCharacteristics.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetTpcMasks.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetTpcMasks.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuIoctl.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuIoctl.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetCtxSize.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetCtxSize.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetInfo.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetInfo.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHelper.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostChannel/NvHostChannelSubmitGpfifo.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostChannel/NvHostChannelSubmitGpfifo.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlIoctl.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlIoctl.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtRead.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtRead.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWaitEx.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWaitEx.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlUserCtx.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlUserCtx.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostEvent.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostEvent.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostEventState.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostEventState.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostSyncPt.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostSyncPt.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapAlloc.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapAlloc.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapCreate.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapCreate.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapFree.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapFree.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapFromId.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapFromId.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapGetId.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapGetId.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapHandle.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapHandle.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapHandleParam.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapHandleParam.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapIoctl.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapIoctl.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapParam.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapParam.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Nv/NvResult.cs (renamed from Ryujinx.Core/OsHle/Services/Nv/NvResult.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Pctl/IParentalControlService.cs (renamed from Ryujinx.Core/OsHle/Services/Pctl/IParentalControlService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Pctl/IParentalControlServiceFactory.cs (renamed from Ryujinx.Core/OsHle/Services/Pctl/IParentalControlServiceFactory.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Pl/ISharedFontManager.cs (renamed from Ryujinx.Core/OsHle/Services/Pl/ISharedFontManager.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Pl/SharedFontType.cs (renamed from Ryujinx.Core/OsHle/Services/Pl/SharedFontType.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Prepo/IPrepoService.cs (renamed from Ryujinx.Core/OsHle/Services/Prepo/IPrepoService.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/ServiceFactory.cs (renamed from Ryujinx.Core/OsHle/Services/ServiceFactory.cs)44
-rw-r--r--Ryujinx.HLE/OsHle/Services/Set/ISettingsServer.cs (renamed from Ryujinx.Core/OsHle/Services/Set/ISettingsServer.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Set/ISystemSettingsServer.cs (renamed from Ryujinx.Core/OsHle/Services/Set/ISystemSettingsServer.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Set/NxSettings.cs (renamed from Ryujinx.Core/OsHle/Services/Set/NxSettings.cs)3422
-rw-r--r--Ryujinx.HLE/OsHle/Services/Sfdnsres/IResolver.cs (renamed from Ryujinx.Core/OsHle/Services/Sfdnsres/IResolver.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Sm/IUserInterface.cs (renamed from Ryujinx.Core/OsHle/Services/Sm/IUserInterface.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Ssl/ISslService.cs (renamed from Ryujinx.Core/OsHle/Services/Ssl/ISslService.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Time/IStaticService.cs (renamed from Ryujinx.Core/OsHle/Services/Time/IStaticService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Time/ISteadyClock.cs (renamed from Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Time/ISystemClock.cs (renamed from Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Time/ITimeZoneService.cs (renamed from Ryujinx.Core/OsHle/Services/Time/ITimeZoneService.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Time/SystemClockType.cs (renamed from Ryujinx.Core/OsHle/Services/Time/SystemClockType.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/Display.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/Display.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/GbpBuffer.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/GbpBuffer.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/IApplicationDisplayService.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/IApplicationDisplayService.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/IApplicationRootService.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/IApplicationRootService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/IHOSBinderDriver.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/IHOSBinderDriver.cs)8
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/IManagerDisplayService.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/IManagerDisplayService.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/IManagerRootService.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/IManagerRootService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/ISystemDisplayService.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/ISystemDisplayService.cs)6
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/ISystemRootService.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/ISystemRootService.cs)4
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/NvFlinger.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/NvFlinger.cs)13
-rw-r--r--Ryujinx.HLE/OsHle/Services/Vi/Parcel.cs (renamed from Ryujinx.Core/OsHle/Services/Vi/Parcel.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/SystemLanguage.cs (renamed from Ryujinx.Core/OsHle/SystemLanguage.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/SystemStateMgr.cs (renamed from Ryujinx.Core/OsHle/SystemStateMgr.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Utilities/EndianSwap.cs (renamed from Ryujinx.Core/OsHle/Utilities/EndianSwap.cs)2
-rw-r--r--Ryujinx.HLE/OsHle/Utilities/IntUtils.cs (renamed from Ryujinx.Core/OsHle/Utilities/IntUtils.cs)2
-rw-r--r--Ryujinx.HLE/PerformanceStatistics.cs (renamed from Ryujinx.Core/PerformanceStatistics.cs)2
-rw-r--r--Ryujinx.HLE/Ryujinx.HLE.csproj (renamed from Ryujinx.Core/Ryujinx.Core.csproj)0
-rw-r--r--Ryujinx.HLE/Settings/ColorSet.cs (renamed from Ryujinx.Core/Settings/ColorSet.cs)2
-rw-r--r--Ryujinx.HLE/Settings/SystemSettings.cs (renamed from Ryujinx.Core/Settings/SystemSettings.cs)2
-rw-r--r--Ryujinx.HLE/Switch.cs (renamed from Ryujinx.Core/Switch.cs)12
-rw-r--r--Ryujinx.HLE/VirtualFileSystem.cs (renamed from Ryujinx.Core/VirtualFileSystem.cs)2
-rw-r--r--Ryujinx.LLE/Luea.csproj8
-rw-r--r--Ryujinx.LLE/Program.cs12
-rw-r--r--Ryujinx.ShaderTools/Memory.cs (renamed from Ryushader/Memory.cs)2
-rw-r--r--Ryujinx.ShaderTools/Program.cs (renamed from Ryushader/Program.cs)4
-rw-r--r--Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj (renamed from Ryushader/Ryushader.csproj)0
-rw-r--r--Ryujinx.Tests/Cpu/CpuTest.cs4
-rw-r--r--Ryujinx.sln10
-rw-r--r--Ryujinx/Config.cs4
-rw-r--r--Ryujinx/Ryujinx.csproj2
-rw-r--r--Ryujinx/Ui/ConsoleLog.cs2
-rw-r--r--Ryujinx/Ui/GLScreen.cs4
-rw-r--r--Ryujinx/Ui/Program.cs2
248 files changed, 2266 insertions, 2244 deletions
diff --git a/Ryujinx.Core/Gpu/BlockLinearSwizzle.cs b/Ryujinx.HLE/Gpu/BlockLinearSwizzle.cs
index 1b604430..366f5740 100644
--- a/Ryujinx.Core/Gpu/BlockLinearSwizzle.cs
+++ b/Ryujinx.HLE/Gpu/BlockLinearSwizzle.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class BlockLinearSwizzle : ISwizzle
{
diff --git a/Ryujinx.Core/Gpu/INvGpuEngine.cs b/Ryujinx.HLE/Gpu/INvGpuEngine.cs
index 865ea8ba..62307f58 100644
--- a/Ryujinx.Core/Gpu/INvGpuEngine.cs
+++ b/Ryujinx.HLE/Gpu/INvGpuEngine.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
interface INvGpuEngine
{
diff --git a/Ryujinx.Core/Gpu/ISwizzle.cs b/Ryujinx.HLE/Gpu/ISwizzle.cs
index f475be6e..525707ba 100644
--- a/Ryujinx.Core/Gpu/ISwizzle.cs
+++ b/Ryujinx.HLE/Gpu/ISwizzle.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
interface ISwizzle
{
diff --git a/Ryujinx.Core/Gpu/LinearSwizzle.cs b/Ryujinx.HLE/Gpu/LinearSwizzle.cs
index 5f8dfdde..995866ad 100644
--- a/Ryujinx.Core/Gpu/LinearSwizzle.cs
+++ b/Ryujinx.HLE/Gpu/LinearSwizzle.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class LinearSwizzle : ISwizzle
{
diff --git a/Ryujinx.Core/Gpu/MacroInterpreter.cs b/Ryujinx.HLE/Gpu/MacroInterpreter.cs
index b799f98f..58a236ad 100644
--- a/Ryujinx.Core/Gpu/MacroInterpreter.cs
+++ b/Ryujinx.HLE/Gpu/MacroInterpreter.cs
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class MacroInterpreter
{
diff --git a/Ryujinx.Core/Gpu/NvGpu.cs b/Ryujinx.HLE/Gpu/NvGpu.cs
index 0fca7b99..1e433fa4 100644
--- a/Ryujinx.Core/Gpu/NvGpu.cs
+++ b/Ryujinx.HLE/Gpu/NvGpu.cs
@@ -1,7 +1,7 @@
using Ryujinx.Graphics.Gal;
using System.Threading;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class NvGpu
{
diff --git a/Ryujinx.Core/Gpu/NvGpuBufferType.cs b/Ryujinx.HLE/Gpu/NvGpuBufferType.cs
index 6c4e7d10..a44a772d 100644
--- a/Ryujinx.Core/Gpu/NvGpuBufferType.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuBufferType.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
enum NvGpuBufferType
{
diff --git a/Ryujinx.Core/Gpu/NvGpuEngine.cs b/Ryujinx.HLE/Gpu/NvGpuEngine.cs
index ee0420f7..41697ed6 100644
--- a/Ryujinx.Core/Gpu/NvGpuEngine.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuEngine.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
enum NvGpuEngine
{
diff --git a/Ryujinx.Core/Gpu/NvGpuEngine2d.cs b/Ryujinx.HLE/Gpu/NvGpuEngine2d.cs
index fd19bc54..15667eeb 100644
--- a/Ryujinx.Core/Gpu/NvGpuEngine2d.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuEngine2d.cs
@@ -1,7 +1,7 @@
using Ryujinx.Graphics.Gal;
using System.Collections.Generic;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class NvGpuEngine2d : INvGpuEngine
{
diff --git a/Ryujinx.Core/Gpu/NvGpuEngine2dReg.cs b/Ryujinx.HLE/Gpu/NvGpuEngine2dReg.cs
index b4abad00..1039e368 100644
--- a/Ryujinx.Core/Gpu/NvGpuEngine2dReg.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuEngine2dReg.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
enum NvGpuEngine2dReg
{
diff --git a/Ryujinx.Core/Gpu/NvGpuEngine3d.cs b/Ryujinx.HLE/Gpu/NvGpuEngine3d.cs
index 76d21f12..b3f1330b 100644
--- a/Ryujinx.Core/Gpu/NvGpuEngine3d.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuEngine3d.cs
@@ -2,7 +2,7 @@ using Ryujinx.Graphics.Gal;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class NvGpuEngine3d : INvGpuEngine
{
diff --git a/Ryujinx.Core/Gpu/NvGpuEngine3dReg.cs b/Ryujinx.HLE/Gpu/NvGpuEngine3dReg.cs
index 823885ff..e0de4777 100644
--- a/Ryujinx.Core/Gpu/NvGpuEngine3dReg.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuEngine3dReg.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
enum NvGpuEngine3dReg
{
diff --git a/Ryujinx.Core/Gpu/NvGpuFifo.cs b/Ryujinx.HLE/Gpu/NvGpuFifo.cs
index 6a309b18..0df37edc 100644
--- a/Ryujinx.Core/Gpu/NvGpuFifo.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuFifo.cs
@@ -1,6 +1,6 @@
using System.Collections.Concurrent;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class NvGpuFifo
{
diff --git a/Ryujinx.Core/Gpu/NvGpuFifoMeth.cs b/Ryujinx.HLE/Gpu/NvGpuFifoMeth.cs
index 78ec9080..247a7bfc 100644
--- a/Ryujinx.Core/Gpu/NvGpuFifoMeth.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuFifoMeth.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
enum NvGpuFifoMeth
{
diff --git a/Ryujinx.Core/Gpu/NvGpuMethod.cs b/Ryujinx.HLE/Gpu/NvGpuMethod.cs
index 42e1b553..f7ff6647 100644
--- a/Ryujinx.Core/Gpu/NvGpuMethod.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuMethod.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
delegate void NvGpuMethod(NvGpuVmm Vmm, NvGpuPBEntry PBEntry);
} \ No newline at end of file
diff --git a/Ryujinx.Core/Gpu/NvGpuPBEntry.cs b/Ryujinx.HLE/Gpu/NvGpuPBEntry.cs
index d640656b..2cd663fe 100644
--- a/Ryujinx.Core/Gpu/NvGpuPBEntry.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuPBEntry.cs
@@ -1,7 +1,7 @@
using System;
using System.Collections.ObjectModel;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
struct NvGpuPBEntry
{
diff --git a/Ryujinx.Core/Gpu/NvGpuPushBuffer.cs b/Ryujinx.HLE/Gpu/NvGpuPushBuffer.cs
index 867bbe98..2d4f0c1a 100644
--- a/Ryujinx.Core/Gpu/NvGpuPushBuffer.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuPushBuffer.cs
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.IO;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
static class NvGpuPushBuffer
{
diff --git a/Ryujinx.Core/Gpu/NvGpuVmm.cs b/Ryujinx.HLE/Gpu/NvGpuVmm.cs
index 98b624d8..b0ba3e90 100644
--- a/Ryujinx.Core/Gpu/NvGpuVmm.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuVmm.cs
@@ -2,7 +2,7 @@ using ChocolArm64.Memory;
using Ryujinx.Graphics.Gal;
using System.Collections.Concurrent;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class NvGpuVmm : IAMemory, IGalMemory
{
diff --git a/Ryujinx.Core/Gpu/NvGpuVmmCache.cs b/Ryujinx.HLE/Gpu/NvGpuVmmCache.cs
index 753118e9..38b25e4f 100644
--- a/Ryujinx.Core/Gpu/NvGpuVmmCache.cs
+++ b/Ryujinx.HLE/Gpu/NvGpuVmmCache.cs
@@ -2,7 +2,7 @@ using ChocolArm64.Memory;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
class NvGpuVmmCache
{
diff --git a/Ryujinx.Core/Gpu/Texture.cs b/Ryujinx.HLE/Gpu/Texture.cs
index 022df83f..1de7f302 100644
--- a/Ryujinx.Core/Gpu/Texture.cs
+++ b/Ryujinx.HLE/Gpu/Texture.cs
@@ -1,6 +1,6 @@
using Ryujinx.Graphics.Gal;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
struct Texture
{
diff --git a/Ryujinx.Core/Gpu/TextureFactory.cs b/Ryujinx.HLE/Gpu/TextureFactory.cs
index 9262b947..9a92a016 100644
--- a/Ryujinx.Core/Gpu/TextureFactory.cs
+++ b/Ryujinx.HLE/Gpu/TextureFactory.cs
@@ -1,7 +1,7 @@
using Ryujinx.Graphics.Gal;
using System;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
static class TextureFactory
{
diff --git a/Ryujinx.Core/Gpu/TextureHelper.cs b/Ryujinx.HLE/Gpu/TextureHelper.cs
index 075fbc3e..f1b3f0b3 100644
--- a/Ryujinx.Core/Gpu/TextureHelper.cs
+++ b/Ryujinx.HLE/Gpu/TextureHelper.cs
@@ -2,7 +2,7 @@ using ChocolArm64.Memory;
using Ryujinx.Graphics.Gal;
using System;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
static class TextureHelper
{
diff --git a/Ryujinx.Core/Gpu/TextureReader.cs b/Ryujinx.HLE/Gpu/TextureReader.cs
index e6058de1..4436e07f 100644
--- a/Ryujinx.Core/Gpu/TextureReader.cs
+++ b/Ryujinx.HLE/Gpu/TextureReader.cs
@@ -2,7 +2,7 @@ using ChocolArm64.Memory;
using Ryujinx.Graphics.Gal;
using System;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
static class TextureReader
{
diff --git a/Ryujinx.Core/Gpu/TextureSwizzle.cs b/Ryujinx.HLE/Gpu/TextureSwizzle.cs
index fbca40e1..5e32f4c7 100644
--- a/Ryujinx.Core/Gpu/TextureSwizzle.cs
+++ b/Ryujinx.HLE/Gpu/TextureSwizzle.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
enum TextureSwizzle
{
diff --git a/Ryujinx.Core/Gpu/TextureWriter.cs b/Ryujinx.HLE/Gpu/TextureWriter.cs
index 5633614f..ad92961c 100644
--- a/Ryujinx.Core/Gpu/TextureWriter.cs
+++ b/Ryujinx.HLE/Gpu/TextureWriter.cs
@@ -2,7 +2,7 @@ using ChocolArm64.Memory;
using Ryujinx.Graphics.Gal;
using System;
-namespace Ryujinx.Core.Gpu
+namespace Ryujinx.HLE.Gpu
{
static class TextureWriter
{
diff --git a/Ryujinx.Core/Hid/Hid.cs b/Ryujinx.HLE/Hid/Hid.cs
index 24e91b38..054c4fac 100644
--- a/Ryujinx.Core/Hid/Hid.cs
+++ b/Ryujinx.HLE/Hid/Hid.cs
@@ -1,10 +1,10 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle;
-using Ryujinx.Core.OsHle.Handles;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle;
+using Ryujinx.HLE.OsHle.Handles;
using System;
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
public class Hid
{
diff --git a/Ryujinx.Core/Hid/HidControllerButtons.cs b/Ryujinx.HLE/Hid/HidControllerButtons.cs
index 65eb3f82..f41d17e1 100644
--- a/Ryujinx.Core/Hid/HidControllerButtons.cs
+++ b/Ryujinx.HLE/Hid/HidControllerButtons.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
[Flags]
public enum HidControllerButtons
diff --git a/Ryujinx.Core/Hid/HidControllerColorDesc.cs b/Ryujinx.HLE/Hid/HidControllerColorDesc.cs
index fc7fa217..b8cf2a5e 100644
--- a/Ryujinx.Core/Hid/HidControllerColorDesc.cs
+++ b/Ryujinx.HLE/Hid/HidControllerColorDesc.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
[Flags]
public enum HidControllerColorDesc
diff --git a/Ryujinx.Core/Hid/HidControllerConnState.cs b/Ryujinx.HLE/Hid/HidControllerConnState.cs
index 7f47a7f9..1fc9482a 100644
--- a/Ryujinx.Core/Hid/HidControllerConnState.cs
+++ b/Ryujinx.HLE/Hid/HidControllerConnState.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
[Flags]
public enum HidControllerConnState
diff --git a/Ryujinx.Core/Hid/HidControllerId.cs b/Ryujinx.HLE/Hid/HidControllerId.cs
index 84b68d27..e4a0e26c 100644
--- a/Ryujinx.Core/Hid/HidControllerId.cs
+++ b/Ryujinx.HLE/Hid/HidControllerId.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
public enum HidControllerId
{
diff --git a/Ryujinx.Core/Hid/HidControllerLayouts.cs b/Ryujinx.HLE/Hid/HidControllerLayouts.cs
index e04c40b2..39fdd3fe 100644
--- a/Ryujinx.Core/Hid/HidControllerLayouts.cs
+++ b/Ryujinx.HLE/Hid/HidControllerLayouts.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
public enum HidControllerLayouts
{
diff --git a/Ryujinx.Core/Hid/HidControllerType.cs b/Ryujinx.HLE/Hid/HidControllerType.cs
index a4eb674c..ea8ddfd4 100644
--- a/Ryujinx.Core/Hid/HidControllerType.cs
+++ b/Ryujinx.HLE/Hid/HidControllerType.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
[Flags]
public enum HidControllerType
diff --git a/Ryujinx.Core/Hid/HidJoystickPosition.cs b/Ryujinx.HLE/Hid/HidJoystickPosition.cs
index 61f8189f..a06ef7b2 100644
--- a/Ryujinx.Core/Hid/HidJoystickPosition.cs
+++ b/Ryujinx.HLE/Hid/HidJoystickPosition.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
public struct HidJoystickPosition
{
diff --git a/Ryujinx.Core/Hid/HidTouchPoint.cs b/Ryujinx.HLE/Hid/HidTouchPoint.cs
index 1207e1d5..25412456 100644
--- a/Ryujinx.Core/Hid/HidTouchPoint.cs
+++ b/Ryujinx.HLE/Hid/HidTouchPoint.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
public struct HidTouchPoint
{
diff --git a/Ryujinx.Core/Hid/JoyCon.cs b/Ryujinx.HLE/Hid/JoyCon.cs
index 1aef82fe..e45e1a47 100644
--- a/Ryujinx.Core/Hid/JoyCon.cs
+++ b/Ryujinx.HLE/Hid/JoyCon.cs
@@ -1,5 +1,5 @@
//TODO: This is only used by Config, it doesn't belong to Core.
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
public struct JoyConLeft
{
diff --git a/Ryujinx.Core/Hid/JoyConColor.cs b/Ryujinx.HLE/Hid/JoyConColor.cs
index 21d89fe4..514ec21b 100644
--- a/Ryujinx.Core/Hid/JoyConColor.cs
+++ b/Ryujinx.HLE/Hid/JoyConColor.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Input
+namespace Ryujinx.HLE.Input
{
public enum JoyConColor //Thanks to CTCaer
{
diff --git a/Ryujinx.Core/Loaders/Compression/Lz4.cs b/Ryujinx.HLE/Loaders/Compression/Lz4.cs
index eb1602a0..cfb49551 100644
--- a/Ryujinx.Core/Loaders/Compression/Lz4.cs
+++ b/Ryujinx.HLE/Loaders/Compression/Lz4.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.Loaders.Compression
+namespace Ryujinx.HLE.Loaders.Compression
{
static class Lz4
{
diff --git a/Ryujinx.Core/Loaders/ElfDyn.cs b/Ryujinx.HLE/Loaders/ElfDyn.cs
index 2ed50b3e..3508e6e4 100644
--- a/Ryujinx.Core/Loaders/ElfDyn.cs
+++ b/Ryujinx.HLE/Loaders/ElfDyn.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
struct ElfDyn
{
diff --git a/Ryujinx.Core/Loaders/ElfDynTag.cs b/Ryujinx.HLE/Loaders/ElfDynTag.cs
index 1616c223..5915d4d1 100644
--- a/Ryujinx.Core/Loaders/ElfDynTag.cs
+++ b/Ryujinx.HLE/Loaders/ElfDynTag.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
enum ElfDynTag
{
diff --git a/Ryujinx.Core/Loaders/ElfRel.cs b/Ryujinx.HLE/Loaders/ElfRel.cs
index 8db27452..cfc31d89 100644
--- a/Ryujinx.Core/Loaders/ElfRel.cs
+++ b/Ryujinx.HLE/Loaders/ElfRel.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
struct ElfRel
{
diff --git a/Ryujinx.Core/Loaders/ElfRelType.cs b/Ryujinx.HLE/Loaders/ElfRelType.cs
index a0533138..7da5eec3 100644
--- a/Ryujinx.Core/Loaders/ElfRelType.cs
+++ b/Ryujinx.HLE/Loaders/ElfRelType.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
enum ElfRelType
{
diff --git a/Ryujinx.Core/Loaders/ElfSym.cs b/Ryujinx.HLE/Loaders/ElfSym.cs
index 89e7c61f..869938d3 100644
--- a/Ryujinx.Core/Loaders/ElfSym.cs
+++ b/Ryujinx.HLE/Loaders/ElfSym.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
struct ElfSym
{
@@ -12,7 +12,7 @@ namespace Ryujinx.Core.Loaders
Type == ElfSymType.STT_FUNC ||
Type == ElfSymType.STT_OBJECT;
- public bool IsGlobalOrWeak =>
+ public bool IsGlobalOrWeak =>
Binding == ElfSymBinding.STB_GLOBAL ||
Binding == ElfSymBinding.STB_WEAK;
@@ -22,7 +22,7 @@ namespace Ryujinx.Core.Loaders
public ElfSym(
string Name,
- int Info,
+ int Info,
int Other,
int SHIdx,
long Value,
diff --git a/Ryujinx.Core/Loaders/ElfSymBinding.cs b/Ryujinx.HLE/Loaders/ElfSymBinding.cs
index c8789496..f1d249ec 100644
--- a/Ryujinx.Core/Loaders/ElfSymBinding.cs
+++ b/Ryujinx.HLE/Loaders/ElfSymBinding.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
enum ElfSymBinding
{
diff --git a/Ryujinx.Core/Loaders/ElfSymType.cs b/Ryujinx.HLE/Loaders/ElfSymType.cs
index 786395e6..478064bc 100644
--- a/Ryujinx.Core/Loaders/ElfSymType.cs
+++ b/Ryujinx.HLE/Loaders/ElfSymType.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
enum ElfSymType
{
diff --git a/Ryujinx.Core/Loaders/ElfSymVisibility.cs b/Ryujinx.HLE/Loaders/ElfSymVisibility.cs
index e72eb5b8..fe7243a7 100644
--- a/Ryujinx.Core/Loaders/ElfSymVisibility.cs
+++ b/Ryujinx.HLE/Loaders/ElfSymVisibility.cs
@@ -1,10 +1,10 @@
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
enum ElfSymVisibility
{
STV_DEFAULT = 0,
STV_INTERNAL = 1,
STV_HIDDEN = 2,
- STV_PROTECTED = 3
+ STV_PROTECTED = 3
}
} \ No newline at end of file
diff --git a/Ryujinx.Core/Loaders/Executable.cs b/Ryujinx.HLE/Loaders/Executable.cs
index 213679a5..618ee241 100644
--- a/Ryujinx.Core/Loaders/Executable.cs
+++ b/Ryujinx.HLE/Loaders/Executable.cs
@@ -1,9 +1,9 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.Loaders.Executables;
-using Ryujinx.Core.OsHle;
+using Ryujinx.HLE.Loaders.Executables;
+using Ryujinx.HLE.OsHle;
using System.Collections.Generic;
-namespace Ryujinx.Core.Loaders
+namespace Ryujinx.HLE.Loaders
{
class Executable
{
diff --git a/Ryujinx.Core/Loaders/Executables/IExecutable.cs b/Ryujinx.HLE/Loaders/Executables/IExecutable.cs
index 412058d8..1e8e569a 100644
--- a/Ryujinx.Core/Loaders/Executables/IExecutable.cs
+++ b/Ryujinx.HLE/Loaders/Executables/IExecutable.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Loaders.Executables
+namespace Ryujinx.HLE.Loaders.Executables
{
public interface IExecutable
{
diff --git a/Ryujinx.Core/Loaders/Executables/Nro.cs b/Ryujinx.HLE/Loaders/Executables/Nro.cs
index c3411d22..9e2b7e90 100644
--- a/Ryujinx.Core/Loaders/Executables/Nro.cs
+++ b/Ryujinx.HLE/Loaders/Executables/Nro.cs
@@ -1,6 +1,6 @@
using System.IO;
-namespace Ryujinx.Core.Loaders.Executables
+namespace Ryujinx.HLE.Loaders.Executables
{
class Nro : IExecutable
{
diff --git a/Ryujinx.Core/Loaders/Executables/Nso.cs b/Ryujinx.HLE/Loaders/Executables/Nso.cs
index bfe159d7..a5e1a361 100644
--- a/Ryujinx.Core/Loaders/Executables/Nso.cs
+++ b/Ryujinx.HLE/Loaders/Executables/Nso.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Loaders.Compression;
+using Ryujinx.HLE.Loaders.Compression;
using System;
using System.IO;
-namespace Ryujinx.Core.Loaders.Executables
+namespace Ryujinx.HLE.Loaders.Executables
{
class Nso : IExecutable
{
diff --git a/Ryujinx.Core/Logging/LogClass.cs b/Ryujinx.HLE/Logging/LogClass.cs
index d26855d0..c377ace6 100644
--- a/Ryujinx.Core/Logging/LogClass.cs
+++ b/Ryujinx.HLE/Logging/LogClass.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Logging
+namespace Ryujinx.HLE.Logging
{
public enum LogClass
{
diff --git a/Ryujinx.Core/Logging/LogEventArgs.cs b/Ryujinx.HLE/Logging/LogEventArgs.cs
index 15d5aefb..647cf713 100644
--- a/Ryujinx.Core/Logging/LogEventArgs.cs
+++ b/Ryujinx.HLE/Logging/LogEventArgs.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.Logging
+namespace Ryujinx.HLE.Logging
{
public class LogEventArgs : EventArgs
{
diff --git a/Ryujinx.Core/Logging/LogLevel.cs b/Ryujinx.HLE/Logging/LogLevel.cs
index be5b4ff2..971333e6 100644
--- a/Ryujinx.Core/Logging/LogLevel.cs
+++ b/Ryujinx.HLE/Logging/LogLevel.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Logging
+namespace Ryujinx.HLE.Logging
{
public enum LogLevel
{
diff --git a/Ryujinx.Core/Logging/Logger.cs b/Ryujinx.HLE/Logging/Logger.cs
index 972d716c..5376b253 100644
--- a/Ryujinx.Core/Logging/Logger.cs
+++ b/Ryujinx.HLE/Logging/Logger.cs
@@ -2,7 +2,7 @@ using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
-namespace Ryujinx.Core.Logging
+namespace Ryujinx.HLE.Logging
{
public class Logger
{
diff --git a/Ryujinx.Core/OsHle/AppletStateMgr.cs b/Ryujinx.HLE/OsHle/AppletStateMgr.cs
index 2199f43e..5fdb5343 100644
--- a/Ryujinx.Core/OsHle/AppletStateMgr.cs
+++ b/Ryujinx.HLE/OsHle/AppletStateMgr.cs
@@ -1,9 +1,9 @@
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Services.Am;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Services.Am;
using System;
using System.Collections.Concurrent;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
class AppletStateMgr : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Diagnostics/Demangler.cs b/Ryujinx.HLE/OsHle/Diagnostics/Demangler.cs
index be04858d..6646dede 100644
--- a/Ryujinx.Core/OsHle/Diagnostics/Demangler.cs
+++ b/Ryujinx.HLE/OsHle/Diagnostics/Demangler.cs
@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
-namespace Ryujinx.Core.OsHle.Diagnostics
+namespace Ryujinx.HLE.OsHle.Diagnostics
{
static class Demangler
{
diff --git a/Ryujinx.Core/OsHle/ErrorCode.cs b/Ryujinx.HLE/OsHle/ErrorCode.cs
index 4210b230..1e07f9b2 100644
--- a/Ryujinx.Core/OsHle/ErrorCode.cs
+++ b/Ryujinx.HLE/OsHle/ErrorCode.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
static class ErrorCode
{
diff --git a/Ryujinx.Core/OsHle/ErrorModule.cs b/Ryujinx.HLE/OsHle/ErrorModule.cs
index 1b5df0cf..924ee951 100644
--- a/Ryujinx.Core/OsHle/ErrorModule.cs
+++ b/Ryujinx.HLE/OsHle/ErrorModule.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
enum ErrorModule
{
diff --git a/Ryujinx.Core/OsHle/Exceptions/GuestBrokeExecutionException.cs b/Ryujinx.HLE/OsHle/Exceptions/GuestBrokeExecutionException.cs
index db4929c5..2ed7f19e 100644
--- a/Ryujinx.Core/OsHle/Exceptions/GuestBrokeExecutionException.cs
+++ b/Ryujinx.HLE/OsHle/Exceptions/GuestBrokeExecutionException.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.OsHle.Exceptions
+namespace Ryujinx.HLE.OsHle.Exceptions
{
public class GuestBrokeExecutionException : Exception
{
diff --git a/Ryujinx.Core/OsHle/Exceptions/UndefinedInstructionException.cs b/Ryujinx.HLE/OsHle/Exceptions/UndefinedInstructionException.cs
index 20cf8386..d9f0b8cf 100644
--- a/Ryujinx.Core/OsHle/Exceptions/UndefinedInstructionException.cs
+++ b/Ryujinx.HLE/OsHle/Exceptions/UndefinedInstructionException.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.OsHle.Exceptions
+namespace Ryujinx.HLE.OsHle.Exceptions
{
public class UndefinedInstructionException : Exception
{
diff --git a/Ryujinx.Core/OsHle/GlobalStateTable.cs b/Ryujinx.HLE/OsHle/GlobalStateTable.cs
index 2a5714ad..fb71e46b 100644
--- a/Ryujinx.Core/OsHle/GlobalStateTable.cs
+++ b/Ryujinx.HLE/OsHle/GlobalStateTable.cs
@@ -1,7 +1,7 @@
using System.Collections.Concurrent;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
class GlobalStateTable
{
diff --git a/Ryujinx.Core/OsHle/Handles/HSharedMem.cs b/Ryujinx.HLE/OsHle/Handles/HSharedMem.cs
index b6bdc898..6426e585 100644
--- a/Ryujinx.Core/OsHle/Handles/HSharedMem.cs
+++ b/Ryujinx.HLE/OsHle/Handles/HSharedMem.cs
@@ -2,7 +2,7 @@ using ChocolArm64.Memory;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class HSharedMem
{
diff --git a/Ryujinx.Core/OsHle/Handles/HTransferMem.cs b/Ryujinx.HLE/OsHle/Handles/HTransferMem.cs
index 701fc451..2969a2ba 100644
--- a/Ryujinx.Core/OsHle/Handles/HTransferMem.cs
+++ b/Ryujinx.HLE/OsHle/Handles/HTransferMem.cs
@@ -1,6 +1,6 @@
using ChocolArm64.Memory;
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class HTransferMem
{
diff --git a/Ryujinx.Core/OsHle/Handles/KEvent.cs b/Ryujinx.HLE/OsHle/Handles/KEvent.cs
index 96ff01f7..df5108f9 100644
--- a/Ryujinx.Core/OsHle/Handles/KEvent.cs
+++ b/Ryujinx.HLE/OsHle/Handles/KEvent.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class KEvent : KSynchronizationObject { }
} \ No newline at end of file
diff --git a/Ryujinx.Core/OsHle/Handles/KProcessHandleTable.cs b/Ryujinx.HLE/OsHle/Handles/KProcessHandleTable.cs
index 2c809883..d22b63c6 100644
--- a/Ryujinx.Core/OsHle/Handles/KProcessHandleTable.cs
+++ b/Ryujinx.HLE/OsHle/Handles/KProcessHandleTable.cs
@@ -1,6 +1,6 @@
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class KProcessHandleTable
{
diff --git a/Ryujinx.Core/OsHle/Handles/KProcessScheduler.cs b/Ryujinx.HLE/OsHle/Handles/KProcessScheduler.cs
index 63046a72..fa414f68 100644
--- a/Ryujinx.Core/OsHle/Handles/KProcessScheduler.cs
+++ b/Ryujinx.HLE/OsHle/Handles/KProcessScheduler.cs
@@ -1,9 +1,9 @@
-using Ryujinx.Core.Logging;
+using Ryujinx.HLE.Logging;
using System;
using System.Collections.Concurrent;
using System.Threading;
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class KProcessScheduler : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Handles/KSession.cs b/Ryujinx.HLE/OsHle/Handles/KSession.cs
index de3f9efa..e85de36c 100644
--- a/Ryujinx.Core/OsHle/Handles/KSession.cs
+++ b/Ryujinx.HLE/OsHle/Handles/KSession.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Services;
+using Ryujinx.HLE.OsHle.Services;
using System;
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class KSession : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Handles/KSynchronizationObject.cs b/Ryujinx.HLE/OsHle/Handles/KSynchronizationObject.cs
index 3f78b965..0e7d06f6 100644
--- a/Ryujinx.Core/OsHle/Handles/KSynchronizationObject.cs
+++ b/Ryujinx.HLE/OsHle/Handles/KSynchronizationObject.cs
@@ -1,7 +1,7 @@
using System;
using System.Threading;
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class KSynchronizationObject : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Handles/KThread.cs b/Ryujinx.HLE/OsHle/Handles/KThread.cs
index 48782823..d26a52f0 100644
--- a/Ryujinx.Core/OsHle/Handles/KThread.cs
+++ b/Ryujinx.HLE/OsHle/Handles/KThread.cs
@@ -1,7 +1,7 @@
using ChocolArm64;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class KThread : KSynchronizationObject
{
diff --git a/Ryujinx.Core/OsHle/Handles/SchedulerThread.cs b/Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs
index 4a8b4c09..5bdefe74 100644
--- a/Ryujinx.Core/OsHle/Handles/SchedulerThread.cs
+++ b/Ryujinx.HLE/OsHle/Handles/SchedulerThread.cs
@@ -1,7 +1,7 @@
using System;
using System.Threading;
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class SchedulerThread : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Handles/ThreadQueue.cs b/Ryujinx.HLE/OsHle/Handles/ThreadQueue.cs
index 7bb2314e..3cb82f0d 100644
--- a/Ryujinx.Core/OsHle/Handles/ThreadQueue.cs
+++ b/Ryujinx.HLE/OsHle/Handles/ThreadQueue.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Handles
+namespace Ryujinx.HLE.OsHle.Handles
{
class ThreadQueue
{
diff --git a/Ryujinx.Core/OsHle/Homebrew.cs b/Ryujinx.HLE/OsHle/Homebrew.cs
index 873dda02..4266c8db 100644
--- a/Ryujinx.Core/OsHle/Homebrew.cs
+++ b/Ryujinx.HLE/OsHle/Homebrew.cs
@@ -1,6 +1,6 @@
using ChocolArm64.Memory;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
static class Homebrew
{
diff --git a/Ryujinx.Core/OsHle/Horizon.cs b/Ryujinx.HLE/OsHle/Horizon.cs
index 1d4098c7..a5bf0616 100644
--- a/Ryujinx.Core/OsHle/Horizon.cs
+++ b/Ryujinx.HLE/OsHle/Horizon.cs
@@ -1,11 +1,11 @@
-using Ryujinx.Core.Loaders.Executables;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
+using Ryujinx.HLE.Loaders.Executables;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
using System;
using System.Collections.Concurrent;
using System.IO;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
public class Horizon : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/IdDictionary.cs b/Ryujinx.HLE/OsHle/IdDictionary.cs
index 2a498e7f..7a93f634 100644
--- a/Ryujinx.Core/OsHle/IdDictionary.cs
+++ b/Ryujinx.HLE/OsHle/IdDictionary.cs
@@ -2,7 +2,7 @@ using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
class IdDictionary
{
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcBuffDesc.cs b/Ryujinx.HLE/OsHle/Ipc/IpcBuffDesc.cs
index 01bb1539..12bff0fb 100644
--- a/Ryujinx.Core/OsHle/Ipc/IpcBuffDesc.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/IpcBuffDesc.cs
@@ -1,6 +1,6 @@
using System.IO;
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
struct IpcBuffDesc
{
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcHandleDesc.cs b/Ryujinx.HLE/OsHle/Ipc/IpcHandleDesc.cs
index 572c0e64..953cac76 100644
--- a/Ryujinx.Core/OsHle/Ipc/IpcHandleDesc.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/IpcHandleDesc.cs
@@ -1,7 +1,7 @@
using System;
using System.IO;
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
class IpcHandleDesc
{
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcHandler.cs b/Ryujinx.HLE/OsHle/Ipc/IpcHandler.cs
index 7e9fb1c1..9b46cf4b 100644
--- a/Ryujinx.Core/OsHle/Ipc/IpcHandler.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/IpcHandler.cs
@@ -1,9 +1,9 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Handles;
using System;
using System.IO;
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
static class IpcHandler
{
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcMagic.cs b/Ryujinx.HLE/OsHle/Ipc/IpcMagic.cs
index e3b8c74e..c3f9655f 100644
--- a/Ryujinx.Core/OsHle/Ipc/IpcMagic.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/IpcMagic.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
abstract class IpcMagic
{
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcMessage.cs b/Ryujinx.HLE/OsHle/Ipc/IpcMessage.cs
index c03874fb..4e648aec 100644
--- a/Ryujinx.Core/OsHle/Ipc/IpcMessage.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/IpcMessage.cs
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.IO;
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
class IpcMessage
{
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcMessageType.cs b/Ryujinx.HLE/OsHle/Ipc/IpcMessageType.cs
index 560af41e..f596fea4 100644
--- a/Ryujinx.Core/OsHle/Ipc/IpcMessageType.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/IpcMessageType.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
enum IpcMessageType
{
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcPtrBuffDesc.cs b/Ryujinx.HLE/OsHle/Ipc/IpcPtrBuffDesc.cs
index 4eb15b9d..f5a9f651 100644
--- a/Ryujinx.Core/OsHle/Ipc/IpcPtrBuffDesc.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/IpcPtrBuffDesc.cs
@@ -1,6 +1,6 @@
using System.IO;
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
struct IpcPtrBuffDesc
{
diff --git a/Ryujinx.Core/OsHle/Ipc/IpcRecvListBuffDesc.cs b/Ryujinx.HLE/OsHle/Ipc/IpcRecvListBuffDesc.cs
index 78ba142e..59191c16 100644
--- a/Ryujinx.Core/OsHle/Ipc/IpcRecvListBuffDesc.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/IpcRecvListBuffDesc.cs
@@ -1,6 +1,6 @@
using System.IO;
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
struct IpcRecvListBuffDesc
{
diff --git a/Ryujinx.Core/OsHle/Ipc/ServiceProcessRequest.cs b/Ryujinx.HLE/OsHle/Ipc/ServiceProcessRequest.cs
index ea758074..47f72cb7 100644
--- a/Ryujinx.Core/OsHle/Ipc/ServiceProcessRequest.cs
+++ b/Ryujinx.HLE/OsHle/Ipc/ServiceProcessRequest.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Ipc
+namespace Ryujinx.HLE.OsHle.Ipc
{
delegate long ServiceProcessRequest(ServiceCtx Context);
} \ No newline at end of file
diff --git a/Ryujinx.Core/OsHle/Kernel/KernelErr.cs b/Ryujinx.HLE/OsHle/Kernel/KernelErr.cs
index 17c0044c..643e5f68 100644
--- a/Ryujinx.Core/OsHle/Kernel/KernelErr.cs
+++ b/Ryujinx.HLE/OsHle/Kernel/KernelErr.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Kernel
+namespace Ryujinx.HLE.OsHle.Kernel
{
static class KernelErr
{
diff --git a/Ryujinx.Core/OsHle/Kernel/NsTimeConverter.cs b/Ryujinx.HLE/OsHle/Kernel/NsTimeConverter.cs
index 84fb0b85..966fdaca 100644
--- a/Ryujinx.Core/OsHle/Kernel/NsTimeConverter.cs
+++ b/Ryujinx.HLE/OsHle/Kernel/NsTimeConverter.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Kernel
+namespace Ryujinx.HLE.OsHle.Kernel
{
static class NsTimeConverter
{
diff --git a/Ryujinx.Core/OsHle/Kernel/SvcHandler.cs b/Ryujinx.HLE/OsHle/Kernel/SvcHandler.cs
index 70ed3853..f3a5fae0 100644
--- a/Ryujinx.Core/OsHle/Kernel/SvcHandler.cs
+++ b/Ryujinx.HLE/OsHle/Kernel/SvcHandler.cs
@@ -1,14 +1,14 @@
using ChocolArm64.Events;
using ChocolArm64.Memory;
using ChocolArm64.State;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
using System;
-using System.Collections.Generic;
using System.Collections.Concurrent;
+using System.Collections.Generic;
using System.Threading;
-namespace Ryujinx.Core.OsHle.Kernel
+namespace Ryujinx.HLE.OsHle.Kernel
{
partial class SvcHandler : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Kernel/SvcMemory.cs b/Ryujinx.HLE/OsHle/Kernel/SvcMemory.cs
index 3e3cfab5..bb73f1ea 100644
--- a/Ryujinx.Core/OsHle/Kernel/SvcMemory.cs
+++ b/Ryujinx.HLE/OsHle/Kernel/SvcMemory.cs
@@ -1,11 +1,11 @@
using ChocolArm64.Memory;
using ChocolArm64.State;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
-using static Ryujinx.Core.OsHle.ErrorCode;
+using static Ryujinx.HLE.OsHle.ErrorCode;
-namespace Ryujinx.Core.OsHle.Kernel
+namespace Ryujinx.HLE.OsHle.Kernel
{
partial class SvcHandler
{
diff --git a/Ryujinx.Core/OsHle/Kernel/SvcSystem.cs b/Ryujinx.HLE/OsHle/Kernel/SvcSystem.cs
index 638625d8..a32b2d86 100644
--- a/Ryujinx.Core/OsHle/Kernel/SvcSystem.cs
+++ b/Ryujinx.HLE/OsHle/Kernel/SvcSystem.cs
@@ -1,16 +1,16 @@
using ChocolArm64.Memory;
using ChocolArm64.State;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Exceptions;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
-using Ryujinx.Core.OsHle.Services;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Exceptions;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Services;
using System;
using System.Threading;
-using static Ryujinx.Core.OsHle.ErrorCode;
+using static Ryujinx.HLE.OsHle.ErrorCode;
-namespace Ryujinx.Core.OsHle.Kernel
+namespace Ryujinx.HLE.OsHle.Kernel
{
partial class SvcHandler
{
@@ -352,7 +352,7 @@ namespace Ryujinx.Core.OsHle.Kernel
case 15:
ThreadState.X1 = MemoryRegions.MapRegionSize;
break;
-
+
case 16:
ThreadState.X1 = IsVirtualMemoryEnabled ? 1 : 0;
break;
diff --git a/Ryujinx.Core/OsHle/Kernel/SvcThread.cs b/Ryujinx.HLE/OsHle/Kernel/SvcThread.cs
index c0d1bbd8..9dcfaaee 100644
--- a/Ryujinx.Core/OsHle/Kernel/SvcThread.cs
+++ b/Ryujinx.HLE/OsHle/Kernel/SvcThread.cs
@@ -1,11 +1,11 @@
using ChocolArm64.State;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
using System.Threading;
-using static Ryujinx.Core.OsHle.ErrorCode;
+using static Ryujinx.HLE.OsHle.ErrorCode;
-namespace Ryujinx.Core.OsHle.Kernel
+namespace Ryujinx.HLE.OsHle.Kernel
{
partial class SvcHandler
{
@@ -160,7 +160,7 @@ namespace Ryujinx.Core.OsHle.Kernel
ThreadState.X0 = MakeError(ErrorModule.Kernel, KernelErr.InvalidHandle);
}
}
-
+
private void SvcSetThreadCoreMask(AThreadState ThreadState)
{
//FIXME: This is wrong, but the "correct" way to handle
diff --git a/Ryujinx.Core/OsHle/Kernel/SvcThreadSync.cs b/Ryujinx.HLE/OsHle/Kernel/SvcThreadSync.cs
index 12bc657a..030e6e3d 100644
--- a/Ryujinx.Core/OsHle/Kernel/SvcThreadSync.cs
+++ b/Ryujinx.HLE/OsHle/Kernel/SvcThreadSync.cs
@@ -1,14 +1,14 @@
using ChocolArm64.State;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
-using static Ryujinx.Core.OsHle.ErrorCode;
+using static Ryujinx.HLE.OsHle.ErrorCode;
-namespace Ryujinx.Core.OsHle.Kernel
+namespace Ryujinx.HLE.OsHle.Kernel
{
partial class SvcHandler
{
diff --git a/Ryujinx.Core/OsHle/MemoryAllocator.cs b/Ryujinx.HLE/OsHle/MemoryAllocator.cs
index e57f5264..8696aa4d 100644
--- a/Ryujinx.Core/OsHle/MemoryAllocator.cs
+++ b/Ryujinx.HLE/OsHle/MemoryAllocator.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
class MemoryAllocator
{
diff --git a/Ryujinx.Core/OsHle/MemoryRegions.cs b/Ryujinx.HLE/OsHle/MemoryRegions.cs
index f7ef47f4..198c621c 100644
--- a/Ryujinx.Core/OsHle/MemoryRegions.cs
+++ b/Ryujinx.HLE/OsHle/MemoryRegions.cs
@@ -1,6 +1,6 @@
using ChocolArm64.Memory;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
static class MemoryRegions
{
diff --git a/Ryujinx.Core/OsHle/MemoryType.cs b/Ryujinx.HLE/OsHle/MemoryType.cs
index d3b43dd5..64b07947 100644
--- a/Ryujinx.Core/OsHle/MemoryType.cs
+++ b/Ryujinx.HLE/OsHle/MemoryType.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
enum MemoryType
{
diff --git a/Ryujinx.Core/OsHle/Process.cs b/Ryujinx.HLE/OsHle/Process.cs
index ea8ae139..f01a0927 100644
--- a/Ryujinx.Core/OsHle/Process.cs
+++ b/Ryujinx.HLE/OsHle/Process.cs
@@ -2,20 +2,20 @@ using ChocolArm64;
using ChocolArm64.Events;
using ChocolArm64.Memory;
using ChocolArm64.State;
-using Ryujinx.Core.Loaders;
-using Ryujinx.Core.Loaders.Executables;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Diagnostics;
-using Ryujinx.Core.OsHle.Exceptions;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Kernel;
-using Ryujinx.Core.OsHle.Services.Nv;
+using Ryujinx.HLE.Loaders;
+using Ryujinx.HLE.Loaders.Executables;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Diagnostics;
+using Ryujinx.HLE.OsHle.Exceptions;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Kernel;
+using Ryujinx.HLE.OsHle.Services.Nv;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Text;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
class Process : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/ServiceCtx.cs b/Ryujinx.HLE/OsHle/ServiceCtx.cs
index 7716507f..eb9ff5fd 100644
--- a/Ryujinx.Core/OsHle/ServiceCtx.cs
+++ b/Ryujinx.HLE/OsHle/ServiceCtx.cs
@@ -1,9 +1,9 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.IO;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
class ServiceCtx
{
diff --git a/Ryujinx.Core/OsHle/Services/Acc/IAccountServiceForApplication.cs b/Ryujinx.HLE/OsHle/Services/Acc/IAccountServiceForApplication.cs
index 56b389fc..470b9ccb 100644
--- a/Ryujinx.Core/OsHle/Services/Acc/IAccountServiceForApplication.cs
+++ b/Ryujinx.HLE/OsHle/Services/Acc/IAccountServiceForApplication.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Acc
+namespace Ryujinx.HLE.OsHle.Services.Acc
{
class IAccountServiceForApplication : IpcService
{
@@ -33,7 +33,7 @@ namespace Ryujinx.Core.OsHle.Services.Acc
return 0;
}
-
+
public long GetUserExistence(ServiceCtx Context)
{
Context.ResponseData.Write(1);
@@ -49,7 +49,7 @@ namespace Ryujinx.Core.OsHle.Services.Acc
return 0;
}
-
+
public long ListOpenUsers(ServiceCtx Context)
{
Context.Ns.Log.PrintStub(LogClass.ServiceAcc, "Stubbed.");
diff --git a/Ryujinx.Core/OsHle/Services/Acc/IManagerForApplication.cs b/Ryujinx.HLE/OsHle/Services/Acc/IManagerForApplication.cs
index 4dbbd8d1..ce3865f4 100644
--- a/Ryujinx.Core/OsHle/Services/Acc/IManagerForApplication.cs
+++ b/Ryujinx.HLE/OsHle/Services/Acc/IManagerForApplication.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Acc
+namespace Ryujinx.HLE.OsHle.Services.Acc
{
class IManagerForApplication : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Acc/IProfile.cs b/Ryujinx.HLE/OsHle/Services/Acc/IProfile.cs
index 98df3073..24daa3d5 100644
--- a/Ryujinx.Core/OsHle/Services/Acc/IProfile.cs
+++ b/Ryujinx.HLE/OsHle/Services/Acc/IProfile.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Acc
+namespace Ryujinx.HLE.OsHle.Services.Acc
{
class IProfile : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/AmErr.cs b/Ryujinx.HLE/OsHle/Services/Am/AmErr.cs
index cb41c2d0..66224639 100644
--- a/Ryujinx.Core/OsHle/Services/Am/AmErr.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/AmErr.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
static class AmErr
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/FocusState.cs b/Ryujinx.HLE/OsHle/Services/Am/FocusState.cs
index 2585cf2c..074f159e 100644
--- a/Ryujinx.Core/OsHle/Services/Am/FocusState.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/FocusState.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
enum FocusState
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IAllSystemAppletProxiesService.cs b/Ryujinx.HLE/OsHle/Services/Am/IAllSystemAppletProxiesService.cs
index 0d20f94c..8dc17cec 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IAllSystemAppletProxiesService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IAllSystemAppletProxiesService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IAllSystemAppletProxiesService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IApplicationCreator.cs b/Ryujinx.HLE/OsHle/Services/Am/IApplicationCreator.cs
index 1114897b..6ee5b5c2 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IApplicationCreator.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IApplicationCreator.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IApplicationCreator : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IApplicationFunctions.cs b/Ryujinx.HLE/OsHle/Services/Am/IApplicationFunctions.cs
index 308a4322..e25b524a 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IApplicationFunctions.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IApplicationFunctions.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IApplicationFunctions : IpcService
{
@@ -91,7 +91,7 @@ namespace Ryujinx.Core.OsHle.Services.Am
public long GetPseudoDeviceId(ServiceCtx Context)
{
Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
-
+
Context.ResponseData.Write(0L);
Context.ResponseData.Write(0L);
diff --git a/Ryujinx.Core/OsHle/Services/Am/IApplicationProxy.cs b/Ryujinx.HLE/OsHle/Services/Am/IApplicationProxy.cs
index f150f427..ec028502 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IApplicationProxy.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IApplicationProxy.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IApplicationProxy : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IApplicationProxyService.cs b/Ryujinx.HLE/OsHle/Services/Am/IApplicationProxyService.cs
index 6e33a1de..6b39b265 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IApplicationProxyService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IApplicationProxyService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IApplicationProxyService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IAudioController.cs b/Ryujinx.HLE/OsHle/Services/Am/IAudioController.cs
index 7145434f..3cb63181 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IAudioController.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IAudioController.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IAudioController : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/ICommonStateGetter.cs b/Ryujinx.HLE/OsHle/Services/Am/ICommonStateGetter.cs
index ba87cf32..2b575cb7 100644
--- a/Ryujinx.Core/OsHle/Services/Am/ICommonStateGetter.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/ICommonStateGetter.cs
@@ -1,11 +1,11 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-using static Ryujinx.Core.OsHle.ErrorCode;
+using static Ryujinx.HLE.OsHle.ErrorCode;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class ICommonStateGetter : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IDebugFunctions.cs b/Ryujinx.HLE/OsHle/Services/Am/IDebugFunctions.cs
index b7c7e9cf..b07c68dd 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IDebugFunctions.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IDebugFunctions.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IDebugFunctions : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IDisplayController.cs b/Ryujinx.HLE/OsHle/Services/Am/IDisplayController.cs
index a56d1713..8785f071 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IDisplayController.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IDisplayController.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IDisplayController : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IGlobalStateController.cs b/Ryujinx.HLE/OsHle/Services/Am/IGlobalStateController.cs
index d5810154..0fbcb284 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IGlobalStateController.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IGlobalStateController.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IGlobalStateController : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IHomeMenuFunctions.cs b/Ryujinx.HLE/OsHle/Services/Am/IHomeMenuFunctions.cs
index b516c0e3..1005fe0c 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IHomeMenuFunctions.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IHomeMenuFunctions.cs
@@ -1,46 +1,46 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
-using System.Collections.Generic;
-
-namespace Ryujinx.Core.OsHle.Services.Am
-{
- class IHomeMenuFunctions : IpcService
- {
- private Dictionary<int, ServiceProcessRequest> m_Commands;
-
- public override IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
-
- private KEvent ChannelEvent;
-
- public IHomeMenuFunctions()
- {
- m_Commands = new Dictionary<int, ServiceProcessRequest>()
- {
- { 10, RequestToGetForeground },
- { 21, GetPopFromGeneralChannelEvent }
- };
-
- //ToDo: Signal this Event somewhere in future.
- ChannelEvent = new KEvent();
- }
-
- public long RequestToGetForeground(ServiceCtx Context)
- {
- Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
-
- return 0;
- }
-
- public long GetPopFromGeneralChannelEvent(ServiceCtx Context)
- {
- int Handle = Context.Process.HandleTable.OpenHandle(ChannelEvent);
-
- Context.Response.HandleDesc = IpcHandleDesc.MakeCopy(Handle);
-
- Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
-
- return 0;
- }
- }
-}
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
+using System.Collections.Generic;
+
+namespace Ryujinx.HLE.OsHle.Services.Am
+{
+ class IHomeMenuFunctions : IpcService
+ {
+ private Dictionary<int, ServiceProcessRequest> m_Commands;
+
+ public override IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
+
+ private KEvent ChannelEvent;
+
+ public IHomeMenuFunctions()
+ {
+ m_Commands = new Dictionary<int, ServiceProcessRequest>()
+ {
+ { 10, RequestToGetForeground },
+ { 21, GetPopFromGeneralChannelEvent }
+ };
+
+ //ToDo: Signal this Event somewhere in future.
+ ChannelEvent = new KEvent();
+ }
+
+ public long RequestToGetForeground(ServiceCtx Context)
+ {
+ Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
+
+ return 0;
+ }
+
+ public long GetPopFromGeneralChannelEvent(ServiceCtx Context)
+ {
+ int Handle = Context.Process.HandleTable.OpenHandle(ChannelEvent);
+
+ Context.Response.HandleDesc = IpcHandleDesc.MakeCopy(Handle);
+
+ Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
+
+ return 0;
+ }
+ }
+}
diff --git a/Ryujinx.Core/OsHle/Services/Am/ILibraryAppletAccessor.cs b/Ryujinx.HLE/OsHle/Services/Am/ILibraryAppletAccessor.cs
index c990d647..b1955cc6 100644
--- a/Ryujinx.Core/OsHle/Services/Am/ILibraryAppletAccessor.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/ILibraryAppletAccessor.cs
@@ -1,9 +1,9 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class ILibraryAppletAccessor : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/ILibraryAppletCreator.cs b/Ryujinx.HLE/OsHle/Services/Am/ILibraryAppletCreator.cs
index 9d0d5957..66973fc6 100644
--- a/Ryujinx.Core/OsHle/Services/Am/ILibraryAppletCreator.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/ILibraryAppletCreator.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class ILibraryAppletCreator : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/ISelfController.cs b/Ryujinx.HLE/OsHle/Services/Am/ISelfController.cs
index 3fd5c7fc..ee0fb915 100644
--- a/Ryujinx.Core/OsHle/Services/Am/ISelfController.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/ISelfController.cs
@@ -1,9 +1,9 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class ISelfController : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IStorage.cs b/Ryujinx.HLE/OsHle/Services/Am/IStorage.cs
index fef4a237..0aa1f571 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IStorage.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IStorage.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IStorage : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IStorageAccessor.cs b/Ryujinx.HLE/OsHle/Services/Am/IStorageAccessor.cs
index 4a75c0aa..c2a8c11e 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IStorageAccessor.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IStorageAccessor.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IStorageAccessor : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/ISystemAppletProxy.cs b/Ryujinx.HLE/OsHle/Services/Am/ISystemAppletProxy.cs
index 5a440659..e0d78e34 100644
--- a/Ryujinx.Core/OsHle/Services/Am/ISystemAppletProxy.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/ISystemAppletProxy.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class ISystemAppletProxy : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/IWindowController.cs b/Ryujinx.HLE/OsHle/Services/Am/IWindowController.cs
index 554ac00a..d9ab5db3 100644
--- a/Ryujinx.Core/OsHle/Services/Am/IWindowController.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/IWindowController.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class IWindowController : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/MessageInfo.cs b/Ryujinx.HLE/OsHle/Services/Am/MessageInfo.cs
index 45bf4326..bae985fb 100644
--- a/Ryujinx.Core/OsHle/Services/Am/MessageInfo.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/MessageInfo.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
enum MessageInfo
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/OperationMode.cs b/Ryujinx.HLE/OsHle/Services/Am/OperationMode.cs
index f82a825b..632ce931 100644
--- a/Ryujinx.Core/OsHle/Services/Am/OperationMode.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/OperationMode.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
enum OperationMode
{
diff --git a/Ryujinx.Core/OsHle/Services/Am/StorageHelper.cs b/Ryujinx.HLE/OsHle/Services/Am/StorageHelper.cs
index fa4f6bed..56e2a652 100644
--- a/Ryujinx.Core/OsHle/Services/Am/StorageHelper.cs
+++ b/Ryujinx.HLE/OsHle/Services/Am/StorageHelper.cs
@@ -1,6 +1,6 @@
using System.IO;
-namespace Ryujinx.Core.OsHle.Services.Am
+namespace Ryujinx.HLE.OsHle.Services.Am
{
class StorageHelper
{
diff --git a/Ryujinx.Core/OsHle/Services/Apm/IManager.cs b/Ryujinx.HLE/OsHle/Services/Apm/IManager.cs
index 7320328e..22150d6e 100644
--- a/Ryujinx.Core/OsHle/Services/Apm/IManager.cs
+++ b/Ryujinx.HLE/OsHle/Services/Apm/IManager.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Apm
+namespace Ryujinx.HLE.OsHle.Services.Apm
{
class IManager : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Apm/ISession.cs b/Ryujinx.HLE/OsHle/Services/Apm/ISession.cs
index 3b3e98c9..3c9bf07c 100644
--- a/Ryujinx.Core/OsHle/Services/Apm/ISession.cs
+++ b/Ryujinx.HLE/OsHle/Services/Apm/ISession.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Apm
+namespace Ryujinx.HLE.OsHle.Services.Apm
{
class ISession : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Apm/PerformanceConfiguration.cs b/Ryujinx.HLE/OsHle/Services/Apm/PerformanceConfiguration.cs
index 5a4d072e..07d59285 100644
--- a/Ryujinx.Core/OsHle/Services/Apm/PerformanceConfiguration.cs
+++ b/Ryujinx.HLE/OsHle/Services/Apm/PerformanceConfiguration.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Apm
+namespace Ryujinx.HLE.OsHle.Services.Apm
{
enum PerformanceConfiguration : uint
{
diff --git a/Ryujinx.Core/OsHle/Services/Apm/PerformanceMode.cs b/Ryujinx.HLE/OsHle/Services/Apm/PerformanceMode.cs
index db6ef407..d89e2760 100644
--- a/Ryujinx.Core/OsHle/Services/Apm/PerformanceMode.cs
+++ b/Ryujinx.HLE/OsHle/Services/Apm/PerformanceMode.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Apm
+namespace Ryujinx.HLE.OsHle.Services.Apm
{
enum PerformanceMode
{
diff --git a/Ryujinx.Core/OsHle/Services/Aud/AudioOutData.cs b/Ryujinx.HLE/OsHle/Services/Aud/AudioOutData.cs
index 9ba93541..9d68c24a 100644
--- a/Ryujinx.Core/OsHle/Services/Aud/AudioOutData.cs
+++ b/Ryujinx.HLE/OsHle/Services/Aud/AudioOutData.cs
@@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
-namespace Ryujinx.Core.OsHle.Services.Aud
+namespace Ryujinx.HLE.OsHle.Services.Aud
{
[StructLayout(LayoutKind.Sequential)]
struct AudioOutData
diff --git a/Ryujinx.Core/OsHle/Services/Aud/IAudioDevice.cs b/Ryujinx.HLE/OsHle/Services/Aud/IAudioDevice.cs
index fccc0647..67c0d837 100644
--- a/Ryujinx.Core/OsHle/Services/Aud/IAudioDevice.cs
+++ b/Ryujinx.HLE/OsHle/Services/Aud/IAudioDevice.cs
@@ -1,10 +1,10 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
using System.Text;
-namespace Ryujinx.Core.OsHle.Services.Aud
+namespace Ryujinx.HLE.OsHle.Services.Aud
{
class IAudioDevice : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Aud/IAudioOut.cs b/Ryujinx.HLE/OsHle/Services/Aud/IAudioOut.cs
index fba97a3f..ef8bd89b 100644
--- a/Ryujinx.Core/OsHle/Services/Aud/IAudioOut.cs
+++ b/Ryujinx.HLE/OsHle/Services/Aud/IAudioOut.cs
@@ -1,12 +1,12 @@
using ChocolArm64.Memory;
using Ryujinx.Audio;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Aud
+namespace Ryujinx.HLE.OsHle.Services.Aud
{
class IAudioOut : IpcService, IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Services/Aud/IAudioOutManager.cs b/Ryujinx.HLE/OsHle/Services/Aud/IAudioOutManager.cs
index 82e547ae..a6b30835 100644
--- a/Ryujinx.Core/OsHle/Services/Aud/IAudioOutManager.cs
+++ b/Ryujinx.HLE/OsHle/Services/Aud/IAudioOutManager.cs
@@ -1,12 +1,12 @@
using ChocolArm64.Memory;
using Ryujinx.Audio;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
using System.Text;
-namespace Ryujinx.Core.OsHle.Services.Aud
+namespace Ryujinx.HLE.OsHle.Services.Aud
{
class IAudioOutManager : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Aud/IAudioRenderer.cs b/Ryujinx.HLE/OsHle/Services/Aud/IAudioRenderer.cs
index 4d06649f..9c495db5 100644
--- a/Ryujinx.Core/OsHle/Services/Aud/IAudioRenderer.cs
+++ b/Ryujinx.HLE/OsHle/Services/Aud/IAudioRenderer.cs
@@ -1,10 +1,10 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Aud
+namespace Ryujinx.HLE.OsHle.Services.Aud
{
class IAudioRenderer : IpcService, IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Services/Aud/IAudioRendererManager.cs b/Ryujinx.HLE/OsHle/Services/Aud/IAudioRendererManager.cs
index c1166418..6c0ba870 100644
--- a/Ryujinx.Core/OsHle/Services/Aud/IAudioRendererManager.cs
+++ b/Ryujinx.HLE/OsHle/Services/Aud/IAudioRendererManager.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Aud
+namespace Ryujinx.HLE.OsHle.Services.Aud
{
class IAudioRendererManager : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Bsd/BsdError.cs b/Ryujinx.HLE/OsHle/Services/Bsd/BsdError.cs
index a1ac0433..114130dc 100644
--- a/Ryujinx.Core/OsHle/Services/Bsd/BsdError.cs
+++ b/Ryujinx.HLE/OsHle/Services/Bsd/BsdError.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Bsd
+namespace Ryujinx.HLE.OsHle.Services.Bsd
{
//bsd_errno == (SocketException.ErrorCode - 10000)
public enum BsdError
diff --git a/Ryujinx.Core/OsHle/Services/Bsd/BsdSocket.cs b/Ryujinx.HLE/OsHle/Services/Bsd/BsdSocket.cs
index 592b07d9..9cde9947 100644
--- a/Ryujinx.Core/OsHle/Services/Bsd/BsdSocket.cs
+++ b/Ryujinx.HLE/OsHle/Services/Bsd/BsdSocket.cs
@@ -1,7 +1,7 @@
using System.Net;
using System.Net.Sockets;
-namespace Ryujinx.Core.OsHle.Services.Bsd
+namespace Ryujinx.HLE.OsHle.Services.Bsd
{
class BsdSocket
{
diff --git a/Ryujinx.Core/OsHle/Services/Bsd/IClient.cs b/Ryujinx.HLE/OsHle/Services/Bsd/IClient.cs
index fe46d681..15ce92a1 100644
--- a/Ryujinx.Core/OsHle/Services/Bsd/IClient.cs
+++ b/Ryujinx.HLE/OsHle/Services/Bsd/IClient.cs
@@ -1,12 +1,12 @@
-using Ryujinx.Core.OsHle.Ipc;
-using Ryujinx.Core.OsHle.Utilities;
+using Ryujinx.HLE.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Utilities;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;
-namespace Ryujinx.Core.OsHle.Services.Bsd
+namespace Ryujinx.HLE.OsHle.Services.Bsd
{
class IClient : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Caps/IAlbumAccessorService.cs b/Ryujinx.HLE/OsHle/Services/Caps/IAlbumAccessorService.cs
index d92f3e53..04a81f90 100644
--- a/Ryujinx.Core/OsHle/Services/Caps/IAlbumAccessorService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Caps/IAlbumAccessorService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Caps
+namespace Ryujinx.HLE.OsHle.Services.Caps
{
class IAlbumAccessorService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Caps/IScreenshotService.cs b/Ryujinx.HLE/OsHle/Services/Caps/IScreenshotService.cs
index af9b53a8..9b1005ed 100644
--- a/Ryujinx.Core/OsHle/Services/Caps/IScreenshotService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Caps/IScreenshotService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Caps
+namespace Ryujinx.HLE.OsHle.Services.Caps
{
class IScreenshotService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Friend/IFriendService.cs b/Ryujinx.HLE/OsHle/Services/Friend/IFriendService.cs
index c6e29f86..d5843ffb 100644
--- a/Ryujinx.Core/OsHle/Services/Friend/IFriendService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Friend/IFriendService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Friend
+namespace Ryujinx.HLE.OsHle.Services.Friend
{
class IFriendService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Friend/IServiceCreator.cs b/Ryujinx.HLE/OsHle/Services/Friend/IServiceCreator.cs
index 2c66d965..6b9a265f 100644
--- a/Ryujinx.Core/OsHle/Services/Friend/IServiceCreator.cs
+++ b/Ryujinx.HLE/OsHle/Services/Friend/IServiceCreator.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Friend
+namespace Ryujinx.HLE.OsHle.Services.Friend
{
class IServiceCreator : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/FspSrv/FsErr.cs b/Ryujinx.HLE/OsHle/Services/FspSrv/FsErr.cs
index 762f6551..bdc70959 100644
--- a/Ryujinx.Core/OsHle/Services/FspSrv/FsErr.cs
+++ b/Ryujinx.HLE/OsHle/Services/FspSrv/FsErr.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.FspSrv
+namespace Ryujinx.HLE.OsHle.Services.FspSrv
{
static class FsErr
{
diff --git a/Ryujinx.Core/OsHle/Services/FspSrv/IDirectory.cs b/Ryujinx.HLE/OsHle/Services/FspSrv/IDirectory.cs
index a5f18b43..bb4b7a03 100644
--- a/Ryujinx.Core/OsHle/Services/FspSrv/IDirectory.cs
+++ b/Ryujinx.HLE/OsHle/Services/FspSrv/IDirectory.cs
@@ -1,10 +1,10 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
-namespace Ryujinx.Core.OsHle.Services.FspSrv
+namespace Ryujinx.HLE.OsHle.Services.FspSrv
{
class IDirectory : IpcService, IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Services/FspSrv/IFile.cs b/Ryujinx.HLE/OsHle/Services/FspSrv/IFile.cs
index bfd4b376..a610a3ab 100644
--- a/Ryujinx.Core/OsHle/Services/FspSrv/IFile.cs
+++ b/Ryujinx.HLE/OsHle/Services/FspSrv/IFile.cs
@@ -1,9 +1,9 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
using System.IO;
-namespace Ryujinx.Core.OsHle.Services.FspSrv
+namespace Ryujinx.HLE.OsHle.Services.FspSrv
{
class IFile : IpcService, IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs b/Ryujinx.HLE/OsHle/Services/FspSrv/IFileSystem.cs
index 23228db9..441b7e8a 100644
--- a/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystem.cs
+++ b/Ryujinx.HLE/OsHle/Services/FspSrv/IFileSystem.cs
@@ -1,12 +1,12 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
-using static Ryujinx.Core.OsHle.ErrorCode;
+using static Ryujinx.HLE.OsHle.ErrorCode;
-namespace Ryujinx.Core.OsHle.Services.FspSrv
+namespace Ryujinx.HLE.OsHle.Services.FspSrv
{
class IFileSystem : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystemProxy.cs b/Ryujinx.HLE/OsHle/Services/FspSrv/IFileSystemProxy.cs
index 4fbf018a..84a0bc3d 100644
--- a/Ryujinx.Core/OsHle/Services/FspSrv/IFileSystemProxy.cs
+++ b/Ryujinx.HLE/OsHle/Services/FspSrv/IFileSystemProxy.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.FspSrv
+namespace Ryujinx.HLE.OsHle.Services.FspSrv
{
class IFileSystemProxy : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/FspSrv/IStorage.cs b/Ryujinx.HLE/OsHle/Services/FspSrv/IStorage.cs
index 7fd423e8..56c27d03 100644
--- a/Ryujinx.Core/OsHle/Services/FspSrv/IStorage.cs
+++ b/Ryujinx.HLE/OsHle/Services/FspSrv/IStorage.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
using System.IO;
-namespace Ryujinx.Core.OsHle.Services.FspSrv
+namespace Ryujinx.HLE.OsHle.Services.FspSrv
{
class IStorage : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Hid/IActiveVibrationDeviceList.cs b/Ryujinx.HLE/OsHle/Services/Hid/IActiveVibrationDeviceList.cs
index d02fa17e..12eaf706 100644
--- a/Ryujinx.Core/OsHle/Services/Hid/IActiveVibrationDeviceList.cs
+++ b/Ryujinx.HLE/OsHle/Services/Hid/IActiveVibrationDeviceList.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Hid
+namespace Ryujinx.HLE.OsHle.Services.Hid
{
class IActiveApplicationDeviceList : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Hid/IAppletResource.cs b/Ryujinx.HLE/OsHle/Services/Hid/IAppletResource.cs
index 23dfd7a2..2ef67cc3 100644
--- a/Ryujinx.Core/OsHle/Services/Hid/IAppletResource.cs
+++ b/Ryujinx.HLE/OsHle/Services/Hid/IAppletResource.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Hid
+namespace Ryujinx.HLE.OsHle.Services.Hid
{
class IAppletResource : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Hid/IHidServer.cs b/Ryujinx.HLE/OsHle/Services/Hid/IHidServer.cs
index b603d936..79d37fd4 100644
--- a/Ryujinx.Core/OsHle/Services/Hid/IHidServer.cs
+++ b/Ryujinx.HLE/OsHle/Services/Hid/IHidServer.cs
@@ -1,9 +1,9 @@
-using Ryujinx.Core.Input;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Input;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Hid
+namespace Ryujinx.HLE.OsHle.Services.Hid
{
class IHidServer : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/IIpcService.cs b/Ryujinx.HLE/OsHle/Services/IIpcService.cs
index 98b5c239..60675380 100644
--- a/Ryujinx.Core/OsHle/Services/IIpcService.cs
+++ b/Ryujinx.HLE/OsHle/Services/IIpcService.cs
@@ -1,10 +1,10 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services
+namespace Ryujinx.HLE.OsHle.Services
{
interface IIpcService
{
- IReadOnlyDictionary<int, ServiceProcessRequest> Commands { get; }
+ IReadOnlyDictionary<int, ServiceProcessRequest> Commands { get; }
}
} \ No newline at end of file
diff --git a/Ryujinx.Core/OsHle/Services/IpcService.cs b/Ryujinx.HLE/OsHle/Services/IpcService.cs
index d2eadd27..25fd56fe 100644
--- a/Ryujinx.Core/OsHle/Services/IpcService.cs
+++ b/Ryujinx.HLE/OsHle/Services/IpcService.cs
@@ -1,11 +1,11 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
using System.IO;
-namespace Ryujinx.Core.OsHle.Services
+namespace Ryujinx.HLE.OsHle.Services
{
abstract class IpcService : IIpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Lm/ILogService.cs b/Ryujinx.HLE/OsHle/Services/Lm/ILogService.cs
index 3315cf4c..c3aeb184 100644
--- a/Ryujinx.Core/OsHle/Services/Lm/ILogService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Lm/ILogService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Lm
+namespace Ryujinx.HLE.OsHle.Services.Lm
{
class ILogService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Lm/ILogger.cs b/Ryujinx.HLE/OsHle/Services/Lm/ILogger.cs
index 41f3710b..90edf2ad 100644
--- a/Ryujinx.Core/OsHle/Services/Lm/ILogger.cs
+++ b/Ryujinx.HLE/OsHle/Services/Lm/ILogger.cs
@@ -1,10 +1,10 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
using System.IO;
using System.Text;
-namespace Ryujinx.Core.OsHle.Services.Lm
+namespace Ryujinx.HLE.OsHle.Services.Lm
{
class ILogger : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Lm/LmLogField.cs b/Ryujinx.HLE/OsHle/Services/Lm/LmLogField.cs
index 2906c7c3..33593103 100644
--- a/Ryujinx.Core/OsHle/Services/Lm/LmLogField.cs
+++ b/Ryujinx.HLE/OsHle/Services/Lm/LmLogField.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Lm
+namespace Ryujinx.HLE.OsHle.Services.Lm
{
enum LmLogField
{
diff --git a/Ryujinx.Core/OsHle/Services/Lm/LmLogLevel.cs b/Ryujinx.HLE/OsHle/Services/Lm/LmLogLevel.cs
index f5c66233..d051a595 100644
--- a/Ryujinx.Core/OsHle/Services/Lm/LmLogLevel.cs
+++ b/Ryujinx.HLE/OsHle/Services/Lm/LmLogLevel.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Lm
+namespace Ryujinx.HLE.OsHle.Services.Lm
{
enum LmLogLevel
{
diff --git a/Ryujinx.Core/OsHle/Services/Mm/IRequest.cs b/Ryujinx.HLE/OsHle/Services/Mm/IRequest.cs
index e6379315..c60b7f52 100644
--- a/Ryujinx.Core/OsHle/Services/Mm/IRequest.cs
+++ b/Ryujinx.HLE/OsHle/Services/Mm/IRequest.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Mm
+namespace Ryujinx.HLE.OsHle.Services.Mm
{
class IRequest : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Nfp/DeviceState.cs b/Ryujinx.HLE/OsHle/Services/Nfp/DeviceState.cs
index f0e74820..1863e0d9 100644
--- a/Ryujinx.Core/OsHle/Services/Nfp/DeviceState.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nfp/DeviceState.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nfp
+namespace Ryujinx.HLE.OsHle.Services.Nfp
{
enum DeviceState
{
diff --git a/Ryujinx.Core/OsHle/Services/Nfp/IUser.cs b/Ryujinx.HLE/OsHle/Services/Nfp/IUser.cs
index 9f60e974..4b423ba7 100644
--- a/Ryujinx.Core/OsHle/Services/Nfp/IUser.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nfp/IUser.cs
@@ -1,11 +1,10 @@
-using Ryujinx.Core.Input;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
-using Ryujinx.Core.OsHle.Services.Hid;
+using Ryujinx.HLE.Input;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Nfp
+namespace Ryujinx.HLE.OsHle.Services.Nfp
{
class IUser : IpcService
{
@@ -14,17 +13,17 @@ namespace Ryujinx.Core.OsHle.Services.Nfp
public override IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
private const HidControllerId NpadId = HidControllerId.CONTROLLER_PLAYER_1;
-
+
private State State = State.NonInitialized;
-
+
private DeviceState DeviceState = DeviceState.Initialized;
-
+
private KEvent ActivateEvent;
-
+
private KEvent DeactivateEvent;
-
+
private KEvent AvailabilityChangeEvent;
-
+
public IUser()
{
m_Commands = new Dictionary<int, ServiceProcessRequest>()
@@ -75,10 +74,10 @@ namespace Ryujinx.Core.OsHle.Services.Nfp
}
public long GetState(ServiceCtx Context)
- {
+ {
Context.ResponseData.Write((int)State);
-
- Context.Ns.Log.PrintStub(LogClass.ServiceNfp, "Stubbed.");
+
+ Context.Ns.Log.PrintStub(LogClass.ServiceNfp, "Stubbed.");
return 0;
}
@@ -86,7 +85,7 @@ namespace Ryujinx.Core.OsHle.Services.Nfp
public long GetDeviceState(ServiceCtx Context)
{
Context.ResponseData.Write((int)DeviceState);
-
+
Context.Ns.Log.PrintStub(LogClass.ServiceNfp, "Stubbed.");
return 0;
@@ -95,7 +94,7 @@ namespace Ryujinx.Core.OsHle.Services.Nfp
public long GetNpadId(ServiceCtx Context)
{
Context.ResponseData.Write((int)NpadId);
-
+
Context.Ns.Log.PrintStub(LogClass.ServiceNfp, "Stubbed.");
return 0;
@@ -104,7 +103,7 @@ namespace Ryujinx.Core.OsHle.Services.Nfp
public long AttachAvailabilityChangeEvent(ServiceCtx Context)
{
Context.Ns.Log.PrintStub(LogClass.ServiceNfp, "Stubbed.");
-
+
int Handle = Context.Process.HandleTable.OpenHandle(AvailabilityChangeEvent);
Context.Response.HandleDesc = IpcHandleDesc.MakeCopy(Handle);
diff --git a/Ryujinx.Core/OsHle/Services/Nfp/IUserManager.cs b/Ryujinx.HLE/OsHle/Services/Nfp/IUserManager.cs
index 662987d7..845ce7cf 100644
--- a/Ryujinx.Core/OsHle/Services/Nfp/IUserManager.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nfp/IUserManager.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Nfp
+namespace Ryujinx.HLE.OsHle.Services.Nfp
{
class IUserManager : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Nfp/State.cs b/Ryujinx.HLE/OsHle/Services/Nfp/State.cs
index c1a07a22..c1f0bb1a 100644
--- a/Ryujinx.Core/OsHle/Services/Nfp/State.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nfp/State.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nfp
+namespace Ryujinx.HLE.OsHle.Services.Nfp
{
enum State
{
diff --git a/Ryujinx.Core/OsHle/Services/Nifm/IGeneralService.cs b/Ryujinx.HLE/OsHle/Services/Nifm/IGeneralService.cs
index 2e008339..e289a8db 100644
--- a/Ryujinx.Core/OsHle/Services/Nifm/IGeneralService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nifm/IGeneralService.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Nifm
+namespace Ryujinx.HLE.OsHle.Services.Nifm
{
class IGeneralService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Nifm/IRequest.cs b/Ryujinx.HLE/OsHle/Services/Nifm/IRequest.cs
index 0d1aa5e4..c8c679c4 100644
--- a/Ryujinx.Core/OsHle/Services/Nifm/IRequest.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nifm/IRequest.cs
@@ -1,10 +1,10 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Nifm
+namespace Ryujinx.HLE.OsHle.Services.Nifm
{
class IRequest : IpcService, IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Services/Nifm/IStaticService.cs b/Ryujinx.HLE/OsHle/Services/Nifm/IStaticService.cs
index b2fe0f97..c6d773f5 100644
--- a/Ryujinx.Core/OsHle/Services/Nifm/IStaticService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nifm/IStaticService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Nifm
+namespace Ryujinx.HLE.OsHle.Services.Nifm
{
class IStaticService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Ns/IAddOnContentManager.cs b/Ryujinx.HLE/OsHle/Services/Ns/IAddOnContentManager.cs
index 5163b3e1..f3e7146e 100644
--- a/Ryujinx.Core/OsHle/Services/Ns/IAddOnContentManager.cs
+++ b/Ryujinx.HLE/OsHle/Services/Ns/IAddOnContentManager.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Ns
+namespace Ryujinx.HLE.OsHle.Services.Ns
{
class IAddOnContentManager : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Ns/IServiceGetterInterface.cs b/Ryujinx.HLE/OsHle/Services/Ns/IServiceGetterInterface.cs
index 603445f9..3650f8a4 100644
--- a/Ryujinx.Core/OsHle/Services/Ns/IServiceGetterInterface.cs
+++ b/Ryujinx.HLE/OsHle/Services/Ns/IServiceGetterInterface.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Ns
+namespace Ryujinx.HLE.OsHle.Services.Ns
{
class IServiceGetterInterface : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Ns/ISystemUpdateInterface.cs b/Ryujinx.HLE/OsHle/Services/Ns/ISystemUpdateInterface.cs
index 4d9895ed..adb6add9 100644
--- a/Ryujinx.Core/OsHle/Services/Ns/ISystemUpdateInterface.cs
+++ b/Ryujinx.HLE/OsHle/Services/Ns/ISystemUpdateInterface.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Ns
+namespace Ryujinx.HLE.OsHle.Services.Ns
{
class ISystemUpdateInterface : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Ns/IVulnerabilityManagerInterface.cs b/Ryujinx.HLE/OsHle/Services/Ns/IVulnerabilityManagerInterface.cs
index 1091da0d..6a2c3d3b 100644
--- a/Ryujinx.Core/OsHle/Services/Ns/IVulnerabilityManagerInterface.cs
+++ b/Ryujinx.HLE/OsHle/Services/Ns/IVulnerabilityManagerInterface.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Ns
+namespace Ryujinx.HLE.OsHle.Services.Ns
{
class IVulnerabilityManagerInterface : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/INvDrvServices.cs b/Ryujinx.HLE/OsHle/Services/Nv/INvDrvServices.cs
index d67a6088..5c1748bd 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/INvDrvServices.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/INvDrvServices.cs
@@ -1,16 +1,16 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
-using Ryujinx.Core.OsHle.Services.Nv.NvGpuAS;
-using Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu;
-using Ryujinx.Core.OsHle.Services.Nv.NvHostChannel;
-using Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl;
-using Ryujinx.Core.OsHle.Services.Nv.NvMap;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS;
+using Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu;
+using Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel;
+using Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl;
+using Ryujinx.HLE.OsHle.Services.Nv.NvMap;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Nv
+namespace Ryujinx.HLE.OsHle.Services.Nv
{
class INvDrvServices : IpcService, IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvFd.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvFd.cs
index 1fdbd1a1..96fce80a 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvFd.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvFd.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv
+namespace Ryujinx.HLE.OsHle.Services.Nv
{
class NvFd
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASAllocSpace.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASAllocSpace.cs
index 7e652d1f..9d955d62 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASAllocSpace.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASAllocSpace.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuAS
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
{
struct NvGpuASAllocSpace
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASIoctl.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASIoctl.cs
index a69bc3aa..c96c04c8 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASIoctl.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASIoctl.cs
@@ -1,11 +1,11 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.Gpu;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Services.Nv.NvMap;
+using Ryujinx.HLE.Gpu;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Services.Nv.NvMap;
using System;
using System.Collections.Concurrent;
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuAS
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
{
class NvGpuASIoctl
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASMapBufferEx.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASMapBufferEx.cs
index b8bdd706..f3ee40b6 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASMapBufferEx.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASMapBufferEx.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuAS
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
{
struct NvGpuASMapBufferEx
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASRemap.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASRemap.cs
index 363ae687..e0ccb113 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASRemap.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASRemap.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuAS
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
{
struct NvGpuASRemap
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASUnmapBuffer.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASUnmapBuffer.cs
index 8b627511..790da3c2 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuAS/NvGpuASUnmapBuffer.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuAS/NvGpuASUnmapBuffer.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuAS
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
{
struct NvGpuASUnmapBuffer
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetActiveSlotMask.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetActiveSlotMask.cs
index 3294f513..71edebbb 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetActiveSlotMask.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetActiveSlotMask.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
{
struct NvGpuGpuGetActiveSlotMask
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetCharacteristics.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetCharacteristics.cs
index 5d92b508..a519fed1 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetCharacteristics.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetCharacteristics.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
{
struct NvGpuGpuGetCharacteristics
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetTpcMasks.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetTpcMasks.cs
index 04c4c9cd..17a7da62 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetTpcMasks.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuGetTpcMasks.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
{
struct NvGpuGpuGetTpcMasks
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuIoctl.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuIoctl.cs
index bba78ea8..c034994c 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuIoctl.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuIoctl.cs
@@ -1,9 +1,9 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.Logging;
+using Ryujinx.HLE.Logging;
using System;
using System.Diagnostics;
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
{
class NvGpuGpuIoctl
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetCtxSize.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetCtxSize.cs
index 997cd42f..21bcaceb 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetCtxSize.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetCtxSize.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
{
struct NvGpuGpuZcullGetCtxSize
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetInfo.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetInfo.cs
index c4c5036d..168051ed 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetInfo.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvGpuGpu/NvGpuGpuZcullGetInfo.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
{
struct NvGpuGpuZcullGetInfo
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHelper.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs
index c5cee361..22f1fecc 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHelper.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv
+namespace Ryujinx.HLE.OsHle.Services.Nv
{
static class NvHelper
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs
index 857218ea..c461fa28 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostChannel/NvHostChannelIoctl.cs
@@ -1,10 +1,10 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Services.Nv.NvGpuAS;
-using Ryujinx.Core.Gpu;
+using Ryujinx.HLE.Gpu;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS;
using System;
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostChannel
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
{
class NvHostChannelIoctl
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostChannel/NvHostChannelSubmitGpfifo.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostChannel/NvHostChannelSubmitGpfifo.cs
index 4698a3da..9541f701 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostChannel/NvHostChannelSubmitGpfifo.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostChannel/NvHostChannelSubmitGpfifo.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostChannel
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostChannel
{
struct NvHostChannelSubmitGpfifo
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlIoctl.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlIoctl.cs
index 1997f981..a9fd9d3a 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlIoctl.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlIoctl.cs
@@ -1,10 +1,10 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.Logging;
+using Ryujinx.HLE.Logging;
using System;
using System.Collections.Concurrent;
using System.Threading;
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
class NvHostCtrlIoctl
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtRead.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtRead.cs
index 0b05e63a..7801f467 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtRead.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtRead.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
struct NvHostCtrlSyncptRead
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs
index 6746090a..29a75dd7 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWait.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
struct NvHostCtrlSyncptWait
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWaitEx.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWaitEx.cs
index 21ba3783..79f84214 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWaitEx.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlSyncPtWaitEx.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
struct NvHostCtrlSyncptWaitEx
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlUserCtx.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlUserCtx.cs
index be71b225..5d414a2e 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlUserCtx.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostCtrlUserCtx.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
class NvHostCtrlUserCtx
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostEvent.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostEvent.cs
index 027e25b0..bb294d72 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostEvent.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostEvent.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
class NvHostEvent
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostEventState.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostEventState.cs
index a4bd2cb6..fa4583b8 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostEventState.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostEventState.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
enum NvHostEventState
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostSyncPt.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostSyncPt.cs
index 96ae16a3..47d63f79 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvHostCtrl/NvHostSyncPt.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHostCtrl/NvHostSyncPt.cs
@@ -3,7 +3,7 @@ using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;
-namespace Ryujinx.Core.OsHle.Services.Nv.NvHostCtrl
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvHostCtrl
{
class NvHostSyncpt
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapAlloc.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapAlloc.cs
index 86e4c238..10634b86 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapAlloc.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapAlloc.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
struct NvMapAlloc
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapCreate.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapCreate.cs
index 7d35731c..8f3be79d 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapCreate.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapCreate.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
struct NvMapCreate
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapFree.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapFree.cs
index ee8bc618..1e13f197 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapFree.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapFree.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
struct NvMapFree
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapFromId.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapFromId.cs
index 377eaa7f..31c75131 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapFromId.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapFromId.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
struct NvMapFromId
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapGetId.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapGetId.cs
index 639a5fb4..780815d2 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapGetId.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapGetId.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
struct NvMapGetId
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapHandle.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapHandle.cs
index 4a021f6f..7902034c 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapHandle.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapHandle.cs
@@ -1,6 +1,6 @@
using System.Threading;
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
class NvMapHandle
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapHandleParam.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapHandleParam.cs
index 80ff4c03..ab1b0577 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapHandleParam.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapHandleParam.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
enum NvMapHandleParam
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapIoctl.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapIoctl.cs
index aff2683e..376b74c1 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapIoctl.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapIoctl.cs
@@ -1,10 +1,10 @@
using ChocolArm64.Memory;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Utilities;
-using Ryujinx.Core.Gpu;
+using Ryujinx.HLE.Gpu;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Utilities;
using System.Collections.Concurrent;
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
class NvMapIoctl
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapParam.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapParam.cs
index 196ef6ab..218cb700 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap/NvMapParam.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapParam.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv.NvMap
+namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap
{
struct NvMapParam
{
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvResult.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvResult.cs
index 5a419165..720f5ccf 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvResult.cs
+++ b/Ryujinx.HLE/OsHle/Services/Nv/NvResult.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Nv
+namespace Ryujinx.HLE.OsHle.Services.Nv
{
static class NvResult
{
diff --git a/Ryujinx.Core/OsHle/Services/Pctl/IParentalControlService.cs b/Ryujinx.HLE/OsHle/Services/Pctl/IParentalControlService.cs
index 28b35b0a..eb363ade 100644
--- a/Ryujinx.Core/OsHle/Services/Pctl/IParentalControlService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Pctl/IParentalControlService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Pctl
+namespace Ryujinx.HLE.OsHle.Services.Pctl
{
class IParentalControlService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Pctl/IParentalControlServiceFactory.cs b/Ryujinx.HLE/OsHle/Services/Pctl/IParentalControlServiceFactory.cs
index 5421f165..094245f6 100644
--- a/Ryujinx.Core/OsHle/Services/Pctl/IParentalControlServiceFactory.cs
+++ b/Ryujinx.HLE/OsHle/Services/Pctl/IParentalControlServiceFactory.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Pctl
+namespace Ryujinx.HLE.OsHle.Services.Pctl
{
class IParentalControlServiceFactory : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Pl/ISharedFontManager.cs b/Ryujinx.HLE/OsHle/Services/Pl/ISharedFontManager.cs
index 2872577f..9f85f3d1 100644
--- a/Ryujinx.Core/OsHle/Services/Pl/ISharedFontManager.cs
+++ b/Ryujinx.HLE/OsHle/Services/Pl/ISharedFontManager.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Pl
+namespace Ryujinx.HLE.OsHle.Services.Pl
{
class ISharedFontManager : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Pl/SharedFontType.cs b/Ryujinx.HLE/OsHle/Services/Pl/SharedFontType.cs
index 2318b172..97fd95dc 100644
--- a/Ryujinx.Core/OsHle/Services/Pl/SharedFontType.cs
+++ b/Ryujinx.HLE/OsHle/Services/Pl/SharedFontType.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Pl
+namespace Ryujinx.HLE.OsHle.Services.Pl
{
enum SharedFontType
{
diff --git a/Ryujinx.Core/OsHle/Services/Prepo/IPrepoService.cs b/Ryujinx.HLE/OsHle/Services/Prepo/IPrepoService.cs
index dbf01c6b..f313921a 100644
--- a/Ryujinx.Core/OsHle/Services/Prepo/IPrepoService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Prepo/IPrepoService.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Prepo
+namespace Ryujinx.HLE.OsHle.Services.Prepo
{
class IPrepoService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/ServiceFactory.cs b/Ryujinx.HLE/OsHle/Services/ServiceFactory.cs
index 05301d1e..0720c5d2 100644
--- a/Ryujinx.Core/OsHle/Services/ServiceFactory.cs
+++ b/Ryujinx.HLE/OsHle/Services/ServiceFactory.cs
@@ -1,27 +1,27 @@
-using Ryujinx.Core.OsHle.Services.Acc;
-using Ryujinx.Core.OsHle.Services.Am;
-using Ryujinx.Core.OsHle.Services.Apm;
-using Ryujinx.Core.OsHle.Services.Aud;
-using Ryujinx.Core.OsHle.Services.Bsd;
-using Ryujinx.Core.OsHle.Services.Caps;
-using Ryujinx.Core.OsHle.Services.Friend;
-using Ryujinx.Core.OsHle.Services.FspSrv;
-using Ryujinx.Core.OsHle.Services.Hid;
-using Ryujinx.Core.OsHle.Services.Lm;
-using Ryujinx.Core.OsHle.Services.Nfp;
-using Ryujinx.Core.OsHle.Services.Ns;
-using Ryujinx.Core.OsHle.Services.Nv;
-using Ryujinx.Core.OsHle.Services.Pctl;
-using Ryujinx.Core.OsHle.Services.Pl;
-using Ryujinx.Core.OsHle.Services.Prepo;
-using Ryujinx.Core.OsHle.Services.Set;
-using Ryujinx.Core.OsHle.Services.Sfdnsres;
-using Ryujinx.Core.OsHle.Services.Sm;
-using Ryujinx.Core.OsHle.Services.Ssl;
-using Ryujinx.Core.OsHle.Services.Vi;
+using Ryujinx.HLE.OsHle.Services.Acc;
+using Ryujinx.HLE.OsHle.Services.Am;
+using Ryujinx.HLE.OsHle.Services.Apm;
+using Ryujinx.HLE.OsHle.Services.Aud;
+using Ryujinx.HLE.OsHle.Services.Bsd;
+using Ryujinx.HLE.OsHle.Services.Caps;
+using Ryujinx.HLE.OsHle.Services.Friend;
+using Ryujinx.HLE.OsHle.Services.FspSrv;
+using Ryujinx.HLE.OsHle.Services.Hid;
+using Ryujinx.HLE.OsHle.Services.Lm;
+using Ryujinx.HLE.OsHle.Services.Nfp;
+using Ryujinx.HLE.OsHle.Services.Ns;
+using Ryujinx.HLE.OsHle.Services.Nv;
+using Ryujinx.HLE.OsHle.Services.Pctl;
+using Ryujinx.HLE.OsHle.Services.Pl;
+using Ryujinx.HLE.OsHle.Services.Prepo;
+using Ryujinx.HLE.OsHle.Services.Set;
+using Ryujinx.HLE.OsHle.Services.Sfdnsres;
+using Ryujinx.HLE.OsHle.Services.Sm;
+using Ryujinx.HLE.OsHle.Services.Ssl;
+using Ryujinx.HLE.OsHle.Services.Vi;
using System;
-namespace Ryujinx.Core.OsHle.Services
+namespace Ryujinx.HLE.OsHle.Services
{
static class ServiceFactory
{
diff --git a/Ryujinx.Core/OsHle/Services/Set/ISettingsServer.cs b/Ryujinx.HLE/OsHle/Services/Set/ISettingsServer.cs
index fb3648da..96297ad2 100644
--- a/Ryujinx.Core/OsHle/Services/Set/ISettingsServer.cs
+++ b/Ryujinx.HLE/OsHle/Services/Set/ISettingsServer.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Set
+namespace Ryujinx.HLE.OsHle.Services.Set
{
class ISettingsServer : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Set/ISystemSettingsServer.cs b/Ryujinx.HLE/OsHle/Services/Set/ISystemSettingsServer.cs
index 1b6419fb..6a3ea537 100644
--- a/Ryujinx.Core/OsHle/Services/Set/ISystemSettingsServer.cs
+++ b/Ryujinx.HLE/OsHle/Services/Set/ISystemSettingsServer.cs
@@ -1,11 +1,11 @@
-using Ryujinx.Core.OsHle.Ipc;
-using Ryujinx.Core.Settings;
+using Ryujinx.HLE.OsHle.Ipc;
+using Ryujinx.HLE.Settings;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
-namespace Ryujinx.Core.OsHle.Services.Set
+namespace Ryujinx.HLE.OsHle.Services.Set
{
class ISystemSettingsServer : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Set/NxSettings.cs b/Ryujinx.HLE/OsHle/Services/Set/NxSettings.cs
index d7f1a1ff..dc4a0b96 100644
--- a/Ryujinx.Core/OsHle/Services/Set/NxSettings.cs
+++ b/Ryujinx.HLE/OsHle/Services/Set/NxSettings.cs
@@ -1,1711 +1,1711 @@
-using System.Collections.Generic;
-
-namespace Ryujinx.Core.OsHle.Services.Set
-{
- static class NxSettings
- {
- //Generated automatically from a Switch 3.0 config file (Tid: 0100000000000818).
- public static Dictionary<string, object> Settings = new Dictionary<string, object>()
- {
- { "account!na_required_for_network_service", true },
- { "account.daemon!background_awaking_periodicity", 10800 },
- { "account.daemon!schedule_periodicity", 3600 },
- { "account.daemon!profile_sync_interval", 18000 },
- { "account.daemon!na_info_refresh_interval", 46800 },
- { "am.display!transition_layer_enabled", true },
- { "am.gpu!gpu_scheduling_enabled", true },
- { "am.gpu!gpu_scheduling_frame_time_us", 116666 },
- { "am.gpu!gpu_scheduling_fg_app_us", 116166 },
- { "am.gpu!gpu_scheduling_bg_app_us", 104500 },
- { "am.gpu!gpu_scheduling_oa_us", 500 },
- { "am.gpu!gpu_scheduling_fg_sa_us", 11666 },
- { "am.gpu!gpu_scheduling_bg_sa_us", 0 },
- { "am.gpu!gpu_scheduling_fg_la_us", 11666 },
- { "am.gpu!gpu_scheduling_partial_fg_la_us", 2000 },
- { "am.gpu!gpu_scheduling_bg_la_us", 0 },
- { "audio!audren_log_enabled", false },
- { "audio!audout_log_enabled", false },
- { "audio!audin_log_enabled", false },
- { "audio!hwopus_log_enabled", false },
- { "audio!adsp_log_enabled", false },
- { "audio!suspend_for_debugger_enabled", false },
- { "audio!uac_speaker_enabled", false },
- { "bgtc!enable_halfawake", 1 },
- { "bgtc!enable_battery_saver", 1 },
- { "bgtc!leaving_halfawake_margin", 3 },
- { "bgtc!battery_threshold_save", 20 },
- { "bgtc!battery_threshold_stop", 20 },
- { "bgtc!minimum_interval_normal", 1800 },
- { "bgtc!minimum_interval_save", 86400 },
- { "boot!force_maintenance", false },
- { "capsrv!screenshot_layerstack", "screenshot" },
- { "capsrv!enable_album_screenshot_filedata_verification", true },
- { "devmenu!enable_application_update", true },
- { "devmenu!enable_exhibition_mode", false },
- { "eclct!analytics_override", false },
- { "eclct!analytics_pollperiod", 86400 },
- { "err!applet_auto_close", false },
- { "friends!background_processing", true },
- { "htc!disconnection_emulation", false },
- { "idle!dim_level_percent_lcd", 10 },
- { "idle!dim_level_percent_tv", 70 },
- { "lbl!force_disable_als", false },
- { "lm!enable_sd_card_logging", false },
- { "lm!sd_card_log_output_directory", "NxBinLogs" },
- { "mii!is_db_test_mode_enabled", false },
- { "news!system_version", 2 },
- { "nfp!not_locked_tag", true },
- { "nfp!play_report", false },
- { "nifm!is_communication_control_enabled_for_test", false },
- { "nifm!connection_test_timeout", 45000 },
- { "nifm!apply_config_timeout", 30000 },
- { "nifm!ethernet_adapter_standby_time", 10000 },
- { "nim.install!prefer_delta_evenif_inefficient", false },
- { "nim.install!apply_delta_stress_storage", 0 },
- { "ns.notification!retry_interval", 60 },
- { "ns.notification!enable_network_update", true },
- { "ns.notification!enable_download_task_list", true },
- { "ns.notification!enable_version_list", true },
- { "ns.notification!enable_random_wait", true },
- { "ns.notification!debug_waiting_limit", 0 },
- { "ns.notification!enable_request_on_cold_boot", true },
- { "ns.sdcard!mount_sdcard", true },
- { "ns.sdcard!compare_sdcard", 0 },
- { "ns.gamecard!mount_gamecard_result_value", 0 },
- { "ns.gamecard!try_gamecard_access_result_value", 0 },
- { "nv!00008600", "" },
- { "nv!0007b25e", "" },
- { "nv!0083e1", "" },
- { "nv!01621887", "" },
- { "nv!03134743", "" },
- { "nv!0356afd0", "" },
- { "nv!0356afd1", "" },
- { "nv!0356afd2", "" },
- { "nv!0356afd3", "" },
- { "nv!094313", "" },
- { "nv!0x04dc09", "" },
- { "nv!0x111133", "" },
- { "nv!0x1aa483", "" },
- { "nv!0x1cb1cf", "" },
- { "nv!0x1cb1d0", "" },
- { "nv!0x1e3221", "" },
- { "nv!0x300fc8", "" },
- { "nv!0x301fc8", "" },
- { "nv!0x302fc8", "" },
- { "nv!0x3eec59", "" },
- { "nv!0x46b3ed", "" },
- { "nv!0x523dc0", "" },
- { "nv!0x523dc1", "" },
- { "nv!0x523dc2", "" },
- { "nv!0x523dc3", "" },
- { "nv!0x523dc4", "" },
- { "nv!0x523dc5", "" },
- { "nv!0x523dc6", "" },
- { "nv!0x523dd0", "" },
- { "nv!0x523dd1", "" },
- { "nv!0x523dd3", "" },
- { "nv!0x5344bb", "" },
- { "nv!0x555237", "" },
- { "nv!0x58a234", "" },
- { "nv!0x7b4428", "" },
- { "nv!0x923dc0", "" },
- { "nv!0x923dc1", "" },
- { "nv!0x923dc2", "" },
- { "nv!0x923dc3", "" },
- { "nv!0x923dc4", "" },
- { "nv!0x923dd3", "" },
- { "nv!0x9abdc5", "" },
- { "nv!0x9abdc6", "" },
- { "nv!0xaaa36c", "" },
- { "nv!0xb09da0", "" },
- { "nv!0xb09da1", "" },
- { "nv!0xb09da2", "" },
- { "nv!0xb09da3", "" },
- { "nv!0xb09da4", "" },
- { "nv!0xb09da5", "" },
- { "nv!0xb0b348", "" },
- { "nv!0xb0b349", "" },
- { "nv!0xbb558f", "" },
- { "nv!0xbd10fb", "" },
- { "nv!0xc32ad3", "" },
- { "nv!0xce2348", "" },
- { "nv!0xcfd81f", "" },
- { "nv!0xe0036b", "" },
- { "nv!0xe01f2d", "" },
- { "nv!0xe17212", "" },
- { "nv!0xeae966", "" },
- { "nv!0xed4f82", "" },
- { "nv!0xf12335", "" },
- { "nv!0xf12336", "" },
- { "nv!10261989", "" },
- { "nv!1042d483", "" },
- { "nv!10572898", "" },
- { "nv!115631", "" },
- { "nv!12950094", "" },
- { "nv!1314f311", "" },
- { "nv!1314f312", "" },
- { "nv!13279512", "" },
- { "nv!13813496", "" },
- { "nv!14507179", "" },
- { "nv!15694569", "" },
- { "nv!16936964", "" },
- { "nv!17aa230c", "" },
- { "nv!182054", "" },
- { "nv!18273275", "" },
- { "nv!18273276", "" },
- { "nv!1854d03b", "" },
- { "nv!18add00d", "" },
- { "nv!19156670", "" },
- { "nv!19286545", "" },
- { "nv!1a298e9f", "" },
- { "nv!1acf43fe", "" },
- { "nv!1bda43fe", "" },
- { "nv!1c3b92", "" },
- { "nv!21509920", "" },
- { "nv!215323457", "" },
- { "nv!2165ad", "" },
- { "nv!2165ae", "" },
- { "nv!21be9c", "" },
- { "nv!233264316", "" },
- { "nv!234557580", "" },
- { "nv!23cd0e", "" },
- { "nv!24189123", "" },
- { "nv!2443266", "" },
- { "nv!25025519", "" },
- { "nv!255e39", "" },
- { "nv!2583364", "" },
- { "nv!2888c1", "" },
- { "nv!28ca3e", "" },
- { "nv!29871243", "" },
- { "nv!2a1f64", "" },
- { "nv!2dc432", "" },
- { "nv!2de437", "" },
- { "nv!2f3bb89c", "" },
- { "nv!2fd652", "" },
- { "nv!3001ac", "" },
- { "nv!31298772", "" },
- { "nv!313233", "" },
- { "nv!31f7d603", "" },
- { "nv!320ce4", "" },
- { "nv!32153248", "" },
- { "nv!32153249", "" },
- { "nv!335bca", "" },
- { "nv!342abb", "" },
- { "nv!34dfe6", "" },
- { "nv!34dfe7", "" },
- { "nv!34dfe8", "" },
- { "nv!34dfe9", "" },
- { "nv!35201578", "" },
- { "nv!359278", "" },
- { "nv!37f53a", "" },
- { "nv!38144972", "" },
- { "nv!38542646", "" },
- { "nv!3b74c9", "" },
- { "nv!3c136f", "" },
- { "nv!3cf72823", "" },
- { "nv!3d7af029", "" },
- { "nv!3ff34782", "" },
- { "nv!4129618", "" },
- { "nv!4189fac3", "" },
- { "nv!420bd4", "" },
- { "nv!42a699", "" },
- { "nv!441369", "" },
- { "nv!4458713e", "" },
- { "nv!4554b6", "" },
- { "nv!457425", "" },
- { "nv!4603b207", "" },
- { "nv!46574957", "" },
- { "nv!46574958", "" },
- { "nv!46813529", "" },
- { "nv!46f1e13d", "" },
- { "nv!47534c43", "" },
- { "nv!48550336", "" },
- { "nv!48576893", "" },
- { "nv!48576894", "" },
- { "nv!4889ac02", "" },
- { "nv!49005740", "" },
- { "nv!49867584", "" },
- { "nv!49960973", "" },
- { "nv!4a5341", "" },
- { "nv!4f4e48", "" },
- { "nv!4f8a0a", "" },
- { "nv!50299698", "" },
- { "nv!50299699", "" },
- { "nv!50361291", "" },
- { "nv!5242ae", "" },
- { "nv!53d30c", "" },
- { "nv!56347a", "" },
- { "nv!563a95f1", "" },
- { "nv!573823", "" },
- { "nv!58027529", "" },
- { "nv!5d2d63", "" },
- { "nv!5f7e3b", "" },
- { "nv!60461793", "" },
- { "nv!60d355", "" },
- { "nv!616627aa", "" },
- { "nv!62317182", "" },
- { "nv!6253fa2e", "" },
- { "nv!64100768", "" },
- { "nv!64100769", "" },
- { "nv!64100770", "" },
- { "nv!647395", "" },
- { "nv!66543234", "" },
- { "nv!67674763", "" },
- { "nv!67739784", "" },
- { "nv!68fb9c", "" },
- { "nv!69801276", "" },
- { "nv!6af9fa2f", "" },
- { "nv!6af9fa3f", "" },
- { "nv!6af9fa4f", "" },
- { "nv!6bd8c7", "" },
- { "nv!6c7691", "" },
- { "nv!6d4296ce", "" },
- { "nv!6dd7e7", "" },
- { "nv!6dd7e8", "" },
- { "nv!6fe11ec1", "" },
- { "nv!716511763", "" },
- { "nv!72504593", "" },
- { "nv!73304097", "" },
- { "nv!73314098", "" },
- { "nv!74095213", "" },
- { "nv!74095213a", "" },
- { "nv!74095213b", "" },
- { "nv!74095214", "" },
- { "nv!748f9649", "" },
- { "nv!75494732", "" },
- { "nv!78452832", "" },
- { "nv!784561", "" },
- { "nv!78e16b9c", "" },
- { "nv!79251225", "" },
- { "nv!7c128b", "" },
- { "nv!7ccd93", "" },
- { "nv!7df8d1", "" },
- { "nv!800c2310", "" },
- { "nv!80546710", "" },
- { "nv!80772310", "" },
- { "nv!808ee280", "" },
- { "nv!81131154", "" },
- { "nv!81274457", "" },
- { "nv!8292291f", "" },
- { "nv!83498426", "" },
- { "nv!84993794", "" },
- { "nv!84995585", "" },
- { "nv!84a0a0", "" },
- { "nv!852142", "" },
- { "nv!85612309", "" },
- { "nv!85612310", "" },
- { "nv!85612311", "" },
- { "nv!85612312", "" },
- { "nv!8623ff27", "" },
- { "nv!87364952", "" },
- { "nv!87f6275666", "" },
- { "nv!886748", "" },
- { "nv!89894423", "" },
- { "nv!8ad8a75", "" },
- { "nv!8ad8ad00", "" },
- { "nv!8bb815", "" },
- { "nv!8bb817", "" },
- { "nv!8bb818", "" },
- { "nv!8bb819", "" },
- { "nv!8e640cd1", "" },
- { "nv!8f34971a", "" },
- { "nv!8f773984", "" },
- { "nv!8f7a7d", "" },
- { "nv!902486209", "" },
- { "nv!90482571", "" },
- { "nv!91214835", "" },
- { "nv!912848290", "" },
- { "nv!915e56", "" },
- { "nv!92179063", "" },
- { "nv!92179064", "" },
- { "nv!92179065", "" },
- { "nv!92179066", "" },
- { "nv!92350358", "" },
- { "nv!92809063", "" },
- { "nv!92809064", "" },
- { "nv!92809065", "" },
- { "nv!92809066", "" },
- { "nv!92920143", "" },
- { "nv!93a89b12", "" },
- { "nv!93a89c0b", "" },
- { "nv!94812574", "" },
- { "nv!95282304", "" },
- { "nv!95394027", "" },
- { "nv!959b1f", "" },
- { "nv!9638af", "" },
- { "nv!96fd59", "" },
- { "nv!97f6275666", "" },
- { "nv!97f6275667", "" },
- { "nv!97f6275668", "" },
- { "nv!97f6275669", "" },
- { "nv!97f627566a", "" },
- { "nv!97f627566b", "" },
- { "nv!97f627566d", "" },
- { "nv!97f627566e", "" },
- { "nv!97f627566f", "" },
- { "nv!97f6275670", "" },
- { "nv!97f6275671", "" },
- { "nv!97f727566e", "" },
- { "nv!98480775", "" },
- { "nv!98480776", "" },
- { "nv!98480777", "" },
- { "nv!992431", "" },
- { "nv!9aa29065", "" },
- { "nv!9af32c", "" },
- { "nv!9af32d", "" },
- { "nv!9af32e", "" },
- { "nv!9c108b71", "" },
- { "nv!9f279065", "" },
- { "nv!a01bc728", "" },
- { "nv!a13b46c80", "" },
- { "nv!a22eb0", "" },
- { "nv!a2fb451e", "" },
- { "nv!a3456abe", "" },
- { "nv!a7044887", "" },
- { "nv!a7149200", "" },
- { "nv!a766215670", "" },
- { "nv!aac_drc_boost", "" },
- { "nv!aac_drc_cut", "" },
- { "nv!aac_drc_enc_target_level", "" },
- { "nv!aac_drc_heavy", "" },
- { "nv!aac_drc_reference_level", "" },
- { "nv!aalinegamma", "" },
- { "nv!aalinetweaks", "" },
- { "nv!ab34ee01", "" },
- { "nv!ab34ee02", "" },
- { "nv!ab34ee03", "" },
- { "nv!ac0274", "" },
- { "nv!af73c63e", "" },
- { "nv!af73c63f", "" },
- { "nv!af9927", "" },
- { "nv!afoverride", "" },
- { "nv!allocdeviceevents", "" },
- { "nv!applicationkey", "" },
- { "nv!appreturnonlybasicglsltype", "" },
- { "nv!app_softimage", "" },
- { "nv!app_supportbits2", "" },
- { "nv!assumetextureismipmappedatcreation", "" },
- { "nv!b1fb0f01", "" },
- { "nv!b3edd5", "" },
- { "nv!b40d9e03d", "" },
- { "nv!b7f6275666", "" },
- { "nv!b812c1", "" },
- { "nv!ba14ba1a", "" },
- { "nv!ba14ba1b", "" },
- { "nv!bd7559", "" },
- { "nv!bd755a", "" },
- { "nv!bd755c", "" },
- { "nv!bd755d", "" },
- { "nv!be58bb", "" },
- { "nv!be92cb", "" },
- { "nv!beefcba3", "" },
- { "nv!beefcba4", "" },
- { "nv!c023777f", "" },
- { "nv!c09dc8", "" },
- { "nv!c0d340", "" },
- { "nv!c2ff374c", "" },
- { "nv!c5e9d7a3", "" },
- { "nv!c5e9d7a4", "" },
- { "nv!c5e9d7b4", "" },
- { "nv!c618f9", "" },
- { "nv!ca345840", "" },
- { "nv!cachedisable", "" },
- { "nv!cast.on", "" },
- { "nv!cde", "" },
- { "nv!channelpriorityoverride", "" },
- { "nv!cleardatastorevidmem", "" },
- { "nv!cmdbufmemoryspaceenables", "" },
- { "nv!cmdbufminwords", "" },
- { "nv!cmdbufsizewords", "" },
- { "nv!conformantblitframebufferscissor", "" },
- { "nv!conformantincompletetextures", "" },
- { "nv!copybuffermethod", "" },
- { "nv!cubemapaniso", "" },
- { "nv!cubemapfiltering", "" },
- { "nv!d0e9a4d7", "" },
- { "nv!d13733f12", "" },
- { "nv!d1b399", "" },
- { "nv!d2983c32", "" },
- { "nv!d2983c33", "" },
- { "nv!d2e71b", "" },
- { "nv!d377dc", "" },
- { "nv!d377dd", "" },
- { "nv!d489f4", "" },
- { "nv!d4bce1", "" },
- { "nv!d518cb", "" },
- { "nv!d518cd", "" },
- { "nv!d518ce", "" },
- { "nv!d518d0", "" },
- { "nv!d518d1", "" },
- { "nv!d518d2", "" },
- { "nv!d518d3", "" },
- { "nv!d518d4", "" },
- { "nv!d518d5", "" },
- { "nv!d59eda", "" },
- { "nv!d83cbd", "" },
- { "nv!d8e777", "" },
- { "nv!debug_level", "" },
- { "nv!debug_mask", "" },
- { "nv!debug_options", "" },
- { "nv!devshmpageableallocations", "" },
- { "nv!df1f9812", "" },
- { "nv!df783c", "" },
- { "nv!diagenable", "" },
- { "nv!disallowcemask", "" },
- { "nv!disallowz16", "" },
- { "nv!dlmemoryspaceenables", "" },
- { "nv!e0bfec", "" },
- { "nv!e433456d", "" },
- { "nv!e435563f", "" },
- { "nv!e4cd9c", "" },
- { "nv!e5c972", "" },
- { "nv!e639ef", "" },
- { "nv!e802af", "" },
- { "nv!eae964", "" },
- { "nv!earlytexturehwallocation", "" },
- { "nv!eb92a3", "" },
- { "nv!ebca56", "" },
- { "nv!enable-noaud", "" },
- { "nv!enable-noavs", "" },
- { "nv!enable-prof", "" },
- { "nv!enable-sxesmode", "" },
- { "nv!enable-ulld", "" },
- { "nv!expert_detail_level", "" },
- { "nv!expert_output_mask", "" },
- { "nv!expert_report_mask", "" },
- { "nv!extensionstringnvarch", "" },
- { "nv!extensionstringversion", "" },
- { "nv!f00f1938", "" },
- { "nv!f10736", "" },
- { "nv!f1846870", "" },
- { "nv!f33bc370", "" },
- { "nv!f392a874", "" },
- { "nv!f49ae8", "" },
- { "nv!fa345cce", "" },
- { "nv!fa35cc4", "" },
- { "nv!faa14a", "" },
- { "nv!faf8a723", "" },
- { "nv!fastgs", "" },
- { "nv!fbf4ac45", "" },
- { "nv!fbo_blit_ignore_srgb", "" },
- { "nv!fc64c7", "" },
- { "nv!ff54ec97", "" },
- { "nv!ff54ec98", "" },
- { "nv!forceexitprocessdetach", "" },
- { "nv!forcerequestedesversion", "" },
- { "nv!__gl_", "" },
- { "nv!__gl_00008600", "" },
- { "nv!__gl_0007b25e", "" },
- { "nv!__gl_0083e1", "" },
- { "nv!__gl_01621887", "" },
- { "nv!__gl_03134743", "" },
- { "nv!__gl_0356afd0", "" },
- { "nv!__gl_0356afd1", "" },
- { "nv!__gl_0356afd2", "" },
- { "nv!__gl_0356afd3", "" },
- { "nv!__gl_094313", "" },
- { "nv!__gl_0x04dc09", "" },
- { "nv!__gl_0x111133", "" },
- { "nv!__gl_0x1aa483", "" },
- { "nv!__gl_0x1cb1cf", "" },
- { "nv!__gl_0x1cb1d0", "" },
- { "nv!__gl_0x1e3221", "" },
- { "nv!__gl_0x300fc8", "" },
- { "nv!__gl_0x301fc8", "" },
- { "nv!__gl_0x302fc8", "" },
- { "nv!__gl_0x3eec59", "" },
- { "nv!__gl_0x46b3ed", "" },
- { "nv!__gl_0x523dc0", "" },
- { "nv!__gl_0x523dc1", "" },
- { "nv!__gl_0x523dc2", "" },
- { "nv!__gl_0x523dc3", "" },
- { "nv!__gl_0x523dc4", "" },
- { "nv!__gl_0x523dc5", "" },
- { "nv!__gl_0x523dc6", "" },
- { "nv!__gl_0x523dd0", "" },
- { "nv!__gl_0x523dd1", "" },
- { "nv!__gl_0x523dd3", "" },
- { "nv!__gl_0x5344bb", "" },
- { "nv!__gl_0x555237", "" },
- { "nv!__gl_0x58a234", "" },
- { "nv!__gl_0x7b4428", "" },
- { "nv!__gl_0x923dc0", "" },
- { "nv!__gl_0x923dc1", "" },
- { "nv!__gl_0x923dc2", "" },
- { "nv!__gl_0x923dc3", "" },
- { "nv!__gl_0x923dc4", "" },
- { "nv!__gl_0x923dd3", "" },
- { "nv!__gl_0x9abdc5", "" },
- { "nv!__gl_0x9abdc6", "" },
- { "nv!__gl_0xaaa36c", "" },
- { "nv!__gl_0xb09da0", "" },
- { "nv!__gl_0xb09da1", "" },
- { "nv!__gl_0xb09da2", "" },
- { "nv!__gl_0xb09da3", "" },
- { "nv!__gl_0xb09da4", "" },
- { "nv!__gl_0xb09da5", "" },
- { "nv!__gl_0xb0b348", "" },
- { "nv!__gl_0xb0b349", "" },
- { "nv!__gl_0xbb558f", "" },
- { "nv!__gl_0xbd10fb", "" },
- { "nv!__gl_0xc32ad3", "" },
- { "nv!__gl_0xce2348", "" },
- { "nv!__gl_0xcfd81f", "" },
- { "nv!__gl_0xe0036b", "" },
- { "nv!__gl_0xe01f2d", "" },
- { "nv!__gl_0xe17212", "" },
- { "nv!__gl_0xeae966", "" },
- { "nv!__gl_0xed4f82", "" },
- { "nv!__gl_0xf12335", "" },
- { "nv!__gl_0xf12336", "" },
- { "nv!__gl_10261989", "" },
- { "nv!__gl_1042d483", "" },
- { "nv!__gl_10572898", "" },
- { "nv!__gl_115631", "" },
- { "nv!__gl_12950094", "" },
- { "nv!__gl_1314f311", "" },
- { "nv!__gl_1314f312", "" },
- { "nv!__gl_13279512", "" },
- { "nv!__gl_13813496", "" },
- { "nv!__gl_14507179", "" },
- { "nv!__gl_15694569", "" },
- { "nv!__gl_16936964", "" },
- { "nv!__gl_17aa230c", "" },
- { "nv!__gl_182054", "" },
- { "nv!__gl_18273275", "" },
- { "nv!__gl_18273276", "" },
- { "nv!__gl_1854d03b", "" },
- { "nv!__gl_18add00d", "" },
- { "nv!__gl_19156670", "" },
- { "nv!__gl_19286545", "" },
- { "nv!__gl_1a298e9f", "" },
- { "nv!__gl_1acf43fe", "" },
- { "nv!__gl_1bda43fe", "" },
- { "nv!__gl_1c3b92", "" },
- { "nv!__gl_21509920", "" },
- { "nv!__gl_215323457", "" },
- { "nv!__gl_2165ad", "" },
- { "nv!__gl_2165ae", "" },
- { "nv!__gl_21be9c", "" },
- { "nv!__gl_233264316", "" },
- { "nv!__gl_234557580", "" },
- { "nv!__gl_23cd0e", "" },
- { "nv!__gl_24189123", "" },
- { "nv!__gl_2443266", "" },
- { "nv!__gl_25025519", "" },
- { "nv!__gl_255e39", "" },
- { "nv!__gl_2583364", "" },
- { "nv!__gl_2888c1", "" },
- { "nv!__gl_28ca3e", "" },
- { "nv!__gl_29871243", "" },
- { "nv!__gl_2a1f64", "" },
- { "nv!__gl_2dc432", "" },
- { "nv!__gl_2de437", "" },
- { "nv!__gl_2f3bb89c", "" },
- { "nv!__gl_2fd652", "" },
- { "nv!__gl_3001ac", "" },
- { "nv!__gl_31298772", "" },
- { "nv!__gl_313233", "" },
- { "nv!__gl_31f7d603", "" },
- { "nv!__gl_320ce4", "" },
- { "nv!__gl_32153248", "" },
- { "nv!__gl_32153249", "" },
- { "nv!__gl_335bca", "" },
- { "nv!__gl_342abb", "" },
- { "nv!__gl_34dfe6", "" },
- { "nv!__gl_34dfe7", "" },
- { "nv!__gl_34dfe8", "" },
- { "nv!__gl_34dfe9", "" },
- { "nv!__gl_35201578", "" },
- { "nv!__gl_359278", "" },
- { "nv!__gl_37f53a", "" },
- { "nv!__gl_38144972", "" },
- { "nv!__gl_38542646", "" },
- { "nv!__gl_3b74c9", "" },
- { "nv!__gl_3c136f", "" },
- { "nv!__gl_3cf72823", "" },
- { "nv!__gl_3d7af029", "" },
- { "nv!__gl_3ff34782", "" },
- { "nv!__gl_4129618", "" },
- { "nv!__gl_4189fac3", "" },
- { "nv!__gl_420bd4", "" },
- { "nv!__gl_42a699", "" },
- { "nv!__gl_441369", "" },
- { "nv!__gl_4458713e", "" },
- { "nv!__gl_4554b6", "" },
- { "nv!__gl_457425", "" },
- { "nv!__gl_4603b207", "" },
- { "nv!__gl_46574957", "" },
- { "nv!__gl_46574958", "" },
- { "nv!__gl_46813529", "" },
- { "nv!__gl_46f1e13d", "" },
- { "nv!__gl_47534c43", "" },
- { "nv!__gl_48550336", "" },
- { "nv!__gl_48576893", "" },
- { "nv!__gl_48576894", "" },
- { "nv!__gl_4889ac02", "" },
- { "nv!__gl_49005740", "" },
- { "nv!__gl_49867584", "" },
- { "nv!__gl_49960973", "" },
- { "nv!__gl_4a5341", "" },
- { "nv!__gl_4f4e48", "" },
- { "nv!__gl_4f8a0a", "" },
- { "nv!__gl_50299698", "" },
- { "nv!__gl_50299699", "" },
- { "nv!__gl_50361291", "" },
- { "nv!__gl_5242ae", "" },
- { "nv!__gl_53d30c", "" },
- { "nv!__gl_56347a", "" },
- { "nv!__gl_563a95f1", "" },
- { "nv!__gl_573823", "" },
- { "nv!__gl_58027529", "" },
- { "nv!__gl_5d2d63", "" },
- { "nv!__gl_5f7e3b", "" },
- { "nv!__gl_60461793", "" },
- { "nv!__gl_60d355", "" },
- { "nv!__gl_616627aa", "" },
- { "nv!__gl_62317182", "" },
- { "nv!__gl_6253fa2e", "" },
- { "nv!__gl_64100768", "" },
- { "nv!__gl_64100769", "" },
- { "nv!__gl_64100770", "" },
- { "nv!__gl_647395", "" },
- { "nv!__gl_66543234", "" },
- { "nv!__gl_67674763", "" },
- { "nv!__gl_67739784", "" },
- { "nv!__gl_68fb9c", "" },
- { "nv!__gl_69801276", "" },
- { "nv!__gl_6af9fa2f", "" },
- { "nv!__gl_6af9fa3f", "" },
- { "nv!__gl_6af9fa4f", "" },
- { "nv!__gl_6bd8c7", "" },
- { "nv!__gl_6c7691", "" },
- { "nv!__gl_6d4296ce", "" },
- { "nv!__gl_6dd7e7", "" },
- { "nv!__gl_6dd7e8", "" },
- { "nv!__gl_6fe11ec1", "" },
- { "nv!__gl_716511763", "" },
- { "nv!__gl_72504593", "" },
- { "nv!__gl_73304097", "" },
- { "nv!__gl_73314098", "" },
- { "nv!__gl_74095213", "" },
- { "nv!__gl_74095213a", "" },
- { "nv!__gl_74095213b", "" },
- { "nv!__gl_74095214", "" },
- { "nv!__gl_748f9649", "" },
- { "nv!__gl_75494732", "" },
- { "nv!__gl_78452832", "" },
- { "nv!__gl_784561", "" },
- { "nv!__gl_78e16b9c", "" },
- { "nv!__gl_79251225", "" },
- { "nv!__gl_7c128b", "" },
- { "nv!__gl_7ccd93", "" },
- { "nv!__gl_7df8d1", "" },
- { "nv!__gl_800c2310", "" },
- { "nv!__gl_80546710", "" },
- { "nv!__gl_80772310", "" },
- { "nv!__gl_808ee280", "" },
- { "nv!__gl_81131154", "" },
- { "nv!__gl_81274457", "" },
- { "nv!__gl_8292291f", "" },
- { "nv!__gl_83498426", "" },
- { "nv!__gl_84993794", "" },
- { "nv!__gl_84995585", "" },
- { "nv!__gl_84a0a0", "" },
- { "nv!__gl_852142", "" },
- { "nv!__gl_85612309", "" },
- { "nv!__gl_85612310", "" },
- { "nv!__gl_85612311", "" },
- { "nv!__gl_85612312", "" },
- { "nv!__gl_8623ff27", "" },
- { "nv!__gl_87364952", "" },
- { "nv!__gl_87f6275666", "" },
- { "nv!__gl_886748", "" },
- { "nv!__gl_89894423", "" },
- { "nv!__gl_8ad8a75", "" },
- { "nv!__gl_8ad8ad00", "" },
- { "nv!__gl_8bb815", "" },
- { "nv!__gl_8bb817", "" },
- { "nv!__gl_8bb818", "" },
- { "nv!__gl_8bb819", "" },
- { "nv!__gl_8e640cd1", "" },
- { "nv!__gl_8f34971a", "" },
- { "nv!__gl_8f773984", "" },
- { "nv!__gl_8f7a7d", "" },
- { "nv!__gl_902486209", "" },
- { "nv!__gl_90482571", "" },
- { "nv!__gl_91214835", "" },
- { "nv!__gl_912848290", "" },
- { "nv!__gl_915e56", "" },
- { "nv!__gl_92179063", "" },
- { "nv!__gl_92179064", "" },
- { "nv!__gl_92179065", "" },
- { "nv!__gl_92179066", "" },
- { "nv!__gl_92350358", "" },
- { "nv!__gl_92809063", "" },
- { "nv!__gl_92809064", "" },
- { "nv!__gl_92809065", "" },
- { "nv!__gl_92809066", "" },
- { "nv!__gl_92920143", "" },
- { "nv!__gl_93a89b12", "" },
- { "nv!__gl_93a89c0b", "" },
- { "nv!__gl_94812574", "" },
- { "nv!__gl_95282304", "" },
- { "nv!__gl_95394027", "" },
- { "nv!__gl_959b1f", "" },
- { "nv!__gl_9638af", "" },
- { "nv!__gl_96fd59", "" },
- { "nv!__gl_97f6275666", "" },
- { "nv!__gl_97f6275667", "" },
- { "nv!__gl_97f6275668", "" },
- { "nv!__gl_97f6275669", "" },
- { "nv!__gl_97f627566a", "" },
- { "nv!__gl_97f627566b", "" },
- { "nv!__gl_97f627566d", "" },
- { "nv!__gl_97f627566e", "" },
- { "nv!__gl_97f627566f", "" },
- { "nv!__gl_97f6275670", "" },
- { "nv!__gl_97f6275671", "" },
- { "nv!__gl_97f727566e", "" },
- { "nv!__gl_98480775", "" },
- { "nv!__gl_98480776", "" },
- { "nv!__gl_98480777", "" },
- { "nv!__gl_992431", "" },
- { "nv!__gl_9aa29065", "" },
- { "nv!__gl_9af32c", "" },
- { "nv!__gl_9af32d", "" },
- { "nv!__gl_9af32e", "" },
- { "nv!__gl_9c108b71", "" },
- { "nv!__gl_9f279065", "" },
- { "nv!__gl_a01bc728", "" },
- { "nv!__gl_a13b46c80", "" },
- { "nv!__gl_a22eb0", "" },
- { "nv!__gl_a2fb451e", "" },
- { "nv!__gl_a3456abe", "" },
- { "nv!__gl_a7044887", "" },
- { "nv!__gl_a7149200", "" },
- { "nv!__gl_a766215670", "" },
- { "nv!__gl_aalinegamma", "" },
- { "nv!__gl_aalinetweaks", "" },
- { "nv!__gl_ab34ee01", "" },
- { "nv!__gl_ab34ee02", "" },
- { "nv!__gl_ab34ee03", "" },
- { "nv!__gl_ac0274", "" },
- { "nv!__gl_af73c63e", "" },
- { "nv!__gl_af73c63f", "" },
- { "nv!__gl_af9927", "" },
- { "nv!__gl_afoverride", "" },
- { "nv!__gl_allocdeviceevents", "" },
- { "nv!__gl_applicationkey", "" },
- { "nv!__gl_appreturnonlybasicglsltype", "" },
- { "nv!__gl_app_softimage", "" },
- { "nv!__gl_app_supportbits2", "" },
- { "nv!__gl_assumetextureismipmappedatcreation", "" },
- { "nv!__gl_b1fb0f01", "" },
- { "nv!__gl_b3edd5", "" },
- { "nv!__gl_b40d9e03d", "" },
- { "nv!__gl_b7f6275666", "" },
- { "nv!__gl_b812c1", "" },
- { "nv!__gl_ba14ba1a", "" },
- { "nv!__gl_ba14ba1b", "" },
- { "nv!__gl_bd7559", "" },
- { "nv!__gl_bd755a", "" },
- { "nv!__gl_bd755c", "" },
- { "nv!__gl_bd755d", "" },
- { "nv!__gl_be58bb", "" },
- { "nv!__gl_be92cb", "" },
- { "nv!__gl_beefcba3", "" },
- { "nv!__gl_beefcba4", "" },
- { "nv!__gl_c023777f", "" },
- { "nv!__gl_c09dc8", "" },
- { "nv!__gl_c0d340", "" },
- { "nv!__gl_c2ff374c", "" },
- { "nv!__gl_c5e9d7a3", "" },
- { "nv!__gl_c5e9d7a4", "" },
- { "nv!__gl_c5e9d7b4", "" },
- { "nv!__gl_c618f9", "" },
- { "nv!__gl_ca345840", "" },
- { "nv!__gl_cachedisable", "" },
- { "nv!__gl_channelpriorityoverride", "" },
- { "nv!__gl_cleardatastorevidmem", "" },
- { "nv!__gl_cmdbufmemoryspaceenables", "" },
- { "nv!__gl_cmdbufminwords", "" },
- { "nv!__gl_cmdbufsizewords", "" },
- { "nv!__gl_conformantblitframebufferscissor", "" },
- { "nv!__gl_conformantincompletetextures", "" },
- { "nv!__gl_copybuffermethod", "" },
- { "nv!__gl_cubemapaniso", "" },
- { "nv!__gl_cubemapfiltering", "" },
- { "nv!__gl_d0e9a4d7", "" },
- { "nv!__gl_d13733f12", "" },
- { "nv!__gl_d1b399", "" },
- { "nv!__gl_d2983c32", "" },
- { "nv!__gl_d2983c33", "" },
- { "nv!__gl_d2e71b", "" },
- { "nv!__gl_d377dc", "" },
- { "nv!__gl_d377dd", "" },
- { "nv!__gl_d489f4", "" },
- { "nv!__gl_d4bce1", "" },
- { "nv!__gl_d518cb", "" },
- { "nv!__gl_d518cd", "" },
- { "nv!__gl_d518ce", "" },
- { "nv!__gl_d518d0", "" },
- { "nv!__gl_d518d1", "" },
- { "nv!__gl_d518d2", "" },
- { "nv!__gl_d518d3", "" },
- { "nv!__gl_d518d4", "" },
- { "nv!__gl_d518d5", "" },
- { "nv!__gl_d59eda", "" },
- { "nv!__gl_d83cbd", "" },
- { "nv!__gl_d8e777", "" },
- { "nv!__gl_debug_level", "" },
- { "nv!__gl_debug_mask", "" },
- { "nv!__gl_debug_options", "" },
- { "nv!__gl_devshmpageableallocations", "" },
- { "nv!__gl_df1f9812", "" },
- { "nv!__gl_df783c", "" },
- { "nv!__gl_diagenable", "" },
- { "nv!__gl_disallowcemask", "" },
- { "nv!__gl_disallowz16", "" },
- { "nv!__gl_dlmemoryspaceenables", "" },
- { "nv!__gl_e0bfec", "" },
- { "nv!__gl_e433456d", "" },
- { "nv!__gl_e435563f", "" },
- { "nv!__gl_e4cd9c", "" },
- { "nv!__gl_e5c972", "" },
- { "nv!__gl_e639ef", "" },
- { "nv!__gl_e802af", "" },
- { "nv!__gl_eae964", "" },
- { "nv!__gl_earlytexturehwallocation", "" },
- { "nv!__gl_eb92a3", "" },
- { "nv!__gl_ebca56", "" },
- { "nv!__gl_expert_detail_level", "" },
- { "nv!__gl_expert_output_mask", "" },
- { "nv!__gl_expert_report_mask", "" },
- { "nv!__gl_extensionstringnvarch", "" },
- { "nv!__gl_extensionstringversion", "" },
- { "nv!__gl_f00f1938", "" },
- { "nv!__gl_f10736", "" },
- { "nv!__gl_f1846870", "" },
- { "nv!__gl_f33bc370", "" },
- { "nv!__gl_f392a874", "" },
- { "nv!__gl_f49ae8", "" },
- { "nv!__gl_fa345cce", "" },
- { "nv!__gl_fa35cc4", "" },
- { "nv!__gl_faa14a", "" },
- { "nv!__gl_faf8a723", "" },
- { "nv!__gl_fastgs", "" },
- { "nv!__gl_fbf4ac45", "" },
- { "nv!__gl_fbo_blit_ignore_srgb", "" },
- { "nv!__gl_fc64c7", "" },
- { "nv!__gl_ff54ec97", "" },
- { "nv!__gl_ff54ec98", "" },
- { "nv!__gl_forceexitprocessdetach", "" },
- { "nv!__gl_forcerequestedesversion", "" },
- { "nv!__gl_glsynctovblank", "" },
- { "nv!__gl_gvitimeoutcontrol", "" },
- { "nv!__gl_hcctrl", "" },
- { "nv!__gl_hwstate_per_ctx", "" },
- { "nv!__gl_machinecachelimit", "" },
- { "nv!__gl_maxframesallowed", "" },
- { "nv!__gl_memmgrcachedalloclimit", "" },
- { "nv!__gl_memmgrcachedalloclimitratio", "" },
- { "nv!__gl_memmgrsysheapalloclimit", "" },
- { "nv!__gl_memmgrsysheapalloclimitratio", "" },
- { "nv!__gl_memmgrvidheapalloclimit", "" },
- { "nv!__gl_mosaic_clip_to_subdev", "" },
- { "nv!__gl_mosaic_clip_to_subdev_h_overlap", "" },
- { "nv!__gl_mosaic_clip_to_subdev_v_overlap", "" },
- { "nv!__gl_overlaymergeblittimerms", "" },
- { "nv!__gl_perfmon_mode", "" },
- { "nv!__gl_pixbar_mode", "" },
- { "nv!__gl_qualityenhancements", "" },
- { "nv!__gl_r27s18q28", "" },
- { "nv!__gl_r2d7c1d8", "" },
- { "nv!__gl_renderer", "" },
- { "nv!__gl_renderqualityflags", "" },
- { "nv!__gl_s3tcquality", "" },
- { "nv!__gl_shaderatomics", "" },
- { "nv!__gl_shadercacheinitsize", "" },
- { "nv!__gl_shader_disk_cache_path", "" },
- { "nv!__gl_shader_disk_cache_read_only", "" },
- { "nv!__gl_shaderobjects", "" },
- { "nv!__gl_shaderportabilitywarnings", "" },
- { "nv!__gl_shaderwarningsaserrors", "" },
- { "nv!__gl_skiptexturehostcopies", "" },
- { "nv!__glslc_debug_level", "" },
- { "nv!__glslc_debug_mask", "" },
- { "nv!__glslc_debug_options", "" },
- { "nv!__glslc_debug_filename", "" },
- { "nv!__gl_sli_dli_control", "" },
- { "nv!__gl_sparsetexture", "" },
- { "nv!__gl_spinlooptimeout", "" },
- { "nv!__gl_sync_to_vblank", "" },
- { "nv!glsynctovblank", "" },
- { "nv!__gl_sysheapreuseratio", "" },
- { "nv!__gl_sysmemtexturepromotion", "" },
- { "nv!__gl_targetflushcount", "" },
- { "nv!__gl_tearingfreeswappresent", "" },
- { "nv!__gl_texclampbehavior", "" },
- { "nv!__gl_texlodbias", "" },
- { "nv!__gl_texmemoryspaceenables", "" },
- { "nv!__gl_textureprecache", "" },
- { "nv!__gl_threadcontrol", "" },
- { "nv!__gl_threadcontrol2", "" },
- { "nv!__gl_usegvievents", "" },
- { "nv!__gl_vbomemoryspaceenables", "" },
- { "nv!__gl_vertexlimit", "" },
- { "nv!__gl_vidheapreuseratio", "" },
- { "nv!__gl_vpipe", "" },
- { "nv!__gl_vpipeformatbloatlimit", "" },
- { "nv!__gl_wglmessageboxonabort", "" },
- { "nv!__gl_writeinfolog", "" },
- { "nv!__gl_writeprogramobjectassembly", "" },
- { "nv!__gl_writeprogramobjectsource", "" },
- { "nv!__gl_xnvadapterpresent", "" },
- { "nv!__gl_yield", "" },
- { "nv!__gl_yieldfunction", "" },
- { "nv!__gl_yieldfunctionfast", "" },
- { "nv!__gl_yieldfunctionslow", "" },
- { "nv!__gl_yieldfunctionwaitfordcqueue", "" },
- { "nv!__gl_yieldfunctionwaitforframe", "" },
- { "nv!__gl_yieldfunctionwaitforgpu", "" },
- { "nv!__gl_zbctableaddhysteresis", "" },
- { "nv!gpu_debug_mode", "" },
- { "nv!gpu_stay_on", "" },
- { "nv!gpu_timeout_ms_max", "" },
- { "nv!gvitimeoutcontrol", "" },
- { "nv!hcctrl", "" },
- { "nv!hwstate_per_ctx", "" },
- { "nv!libandroid_enable_log", "" },
- { "nv!machinecachelimit", "" },
- { "nv!maxframesallowed", "" },
- { "nv!media.aac_51_output_enabled", "" },
- { "nv!memmgrcachedalloclimit", "" },
- { "nv!memmgrcachedalloclimitratio", "" },
- { "nv!memmgrsysheapalloclimit", "" },
- { "nv!memmgrsysheapalloclimitratio", "" },
- { "nv!memmgrvidheapalloclimit", "" },
- { "nv!mosaic_clip_to_subdev", "" },
- { "nv!mosaic_clip_to_subdev_h_overlap", "" },
- { "nv!mosaic_clip_to_subdev_v_overlap", "" },
- { "nv!nvblit.dump", "" },
- { "nv!nvblit.profile", "" },
- { "nv!nvblit.twod", "" },
- { "nv!nvblit.vic", "" },
- { "nv!nvddk_vic_prevent_use", "" },
- { "nv!nv_decompression", "" },
- { "nv!nvdisp_bl_ctrl", "0" },
- { "nv!nvdisp_debug_mask", "" },
- { "nv!nvdisp_enable_ts", "0" },
- { "nv!nvhdcp_timeout_ms", "12000" },
- { "nv!nvhdcp_max_retries", "5" },
- { "nv!nv_emc_dvfs_test", "" },
- { "nv!nv_emc_init_rate_hz", "" },
- { "nv!nv_gmmu_va_page_split", "" },
- { "nv!nv_gmmu_va_range", "" },
- { "nv!nvhost_debug_mask", "" },
- { "nv!nvidia.hwc.dump_config", "" },
- { "nv!nvidia.hwc.dump_layerlist", "" },
- { "nv!nvidia.hwc.dump_windows", "" },
- { "nv!nvidia.hwc.enable_disp_trans", "" },
- { "nv!nvidia.hwc.ftrace_enable", "" },
- { "nv!nvidia.hwc.hdcp_enable", "" },
- { "nv!nvidia.hwc.hidden_window_mask0", "" },
- { "nv!nvidia.hwc.hidden_window_mask1", "" },
- { "nv!nvidia.hwc.immediate_modeset", "" },
- { "nv!nvidia.hwc.imp_enable", "" },
- { "nv!nvidia.hwc.no_egl", "" },
- { "nv!nvidia.hwc.no_scratchblit", "" },
- { "nv!nvidia.hwc.no_vic", "" },
- { "nv!nvidia.hwc.null_display", "" },
- { "nv!nvidia.hwc.scan_props", "" },
- { "nv!nvidia.hwc.swap_interval", "" },
- { "nv!nvidia.hwc.war_1515812", "0" },
- { "nv!nvmap_debug_mask", "" },
- { "nv!nv_memory_profiler", "" },
- { "nv!nvnflinger_enable_log", "" },
- { "nv!nvnflinger_flip_policy", "" },
- { "nv!nvnflinger_hotplug_autoswitch", "0" },
- { "nv!nvnflinger_prefer_primary_layer", "0" },
- { "nv!nvnflinger_service_priority", "" },
- { "nv!nvnflinger_service_threads", "" },
- { "nv!nvnflinger_swap_interval", "" },
- { "nv!nvnflinger_track_perf", "" },
- { "nv!nvnflinger_virtualdisplay_policy", "60hz" },
- { "nv!nvn_no_vsync_capability", false },
- { "nv!nvn_through_opengl", "" },
- { "nv!nv_pllcx_always_on", "" },
- { "nv!nv_pllcx_safe_div", "" },
- { "nv!nvrm_gpu_channel_interleave", "" },
- { "nv!nvrm_gpu_channel_priority", "" },
- { "nv!nvrm_gpu_channel_timeslice", "" },
- { "nv!nvrm_gpu_default_device_index", "" },
- { "nv!nvrm_gpu_dummy", "" },
- { "nv!nvrm_gpu_help", "" },
- { "nv!nvrm_gpu_nvgpu_disable", "" },
- { "nv!nvrm_gpu_nvgpu_do_nfa_partial_map", "" },
- { "nv!nvrm_gpu_nvgpu_ecc_overrides", "" },
- { "nv!nvrm_gpu_nvgpu_no_as_get_va_regions", "" },
- { "nv!nvrm_gpu_nvgpu_no_channel_abort", "" },
- { "nv!nvrm_gpu_nvgpu_no_cyclestats", "" },
- { "nv!nvrm_gpu_nvgpu_no_fixed", "" },
- { "nv!nvrm_gpu_nvgpu_no_gpu_characteristics", "" },
- { "nv!nvrm_gpu_nvgpu_no_ioctl_mutex", "" },
- { "nv!nvrm_gpu_nvgpu_no_map_buffer_ex", "" },
- { "nv!nvrm_gpu_nvgpu_no_robustness", "" },
- { "nv!nvrm_gpu_nvgpu_no_sparse", "" },
- { "nv!nvrm_gpu_nvgpu_no_syncpoints", "" },
- { "nv!nvrm_gpu_nvgpu_no_tsg", "" },
- { "nv!nvrm_gpu_nvgpu_no_zbc", "" },
- { "nv!nvrm_gpu_nvgpu_no_zcull", "" },
- { "nv!nvrm_gpu_nvgpu_wrap_channels_in_tsgs", "" },
- { "nv!nvrm_gpu_prevent_use", "" },
- { "nv!nvrm_gpu_trace", "" },
- { "nv!nvsched_debug_mask", "" },
- { "nv!nvsched_force_enable", "" },
- { "nv!nvsched_force_log", "" },
- { "nv!nv_usb_plls_hw_ctrl", "" },
- { "nv!nv_winsys", "" },
- { "nv!nvwsi_dump", "" },
- { "nv!nvwsi_fill", "" },
- { "nv!ogl_", "" },
- { "nv!ogl_0356afd0", "" },
- { "nv!ogl_0356afd1", "" },
- { "nv!ogl_0356afd2", "" },
- { "nv!ogl_0356afd3", "" },
- { "nv!ogl_0x923dc0", "" },
- { "nv!ogl_0x923dc1", "" },
- { "nv!ogl_0x923dc2", "" },
- { "nv!ogl_0x923dc3", "" },
- { "nv!ogl_0x923dc4", "" },
- { "nv!ogl_0x923dd3", "" },
- { "nv!ogl_0x9abdc5", "" },
- { "nv!ogl_0x9abdc6", "" },
- { "nv!ogl_0xbd10fb", "" },
- { "nv!ogl_0xce2348", "" },
- { "nv!ogl_10261989", "" },
- { "nv!ogl_1042d483", "" },
- { "nv!ogl_10572898", "" },
- { "nv!ogl_115631", "" },
- { "nv!ogl_12950094", "" },
- { "nv!ogl_1314f311", "" },
- { "nv!ogl_1314f312", "" },
- { "nv!ogl_13279512", "" },
- { "nv!ogl_13813496", "" },
- { "nv!ogl_14507179", "" },
- { "nv!ogl_15694569", "" },
- { "nv!ogl_16936964", "" },
- { "nv!ogl_17aa230c", "" },
- { "nv!ogl_182054", "" },
- { "nv!ogl_18273275", "" },
- { "nv!ogl_18273276", "" },
- { "nv!ogl_1854d03b", "" },
- { "nv!ogl_18add00d", "" },
- { "nv!ogl_19156670", "" },
- { "nv!ogl_19286545", "" },
- { "nv!ogl_1a298e9f", "" },
- { "nv!ogl_1acf43fe", "" },
- { "nv!ogl_1bda43fe", "" },
- { "nv!ogl_1c3b92", "" },
- { "nv!ogl_21509920", "" },
- { "nv!ogl_215323457", "" },
- { "nv!ogl_2165ad", "" },
- { "nv!ogl_2165ae", "" },
- { "nv!ogl_21be9c", "" },
- { "nv!ogl_233264316", "" },
- { "nv!ogl_234557580", "" },
- { "nv!ogl_23cd0e", "" },
- { "nv!ogl_24189123", "" },
- { "nv!ogl_2443266", "" },
- { "nv!ogl_25025519", "" },
- { "nv!ogl_255e39", "" },
- { "nv!ogl_2583364", "" },
- { "nv!ogl_2888c1", "" },
- { "nv!ogl_28ca3e", "" },
- { "nv!ogl_29871243", "" },
- { "nv!ogl_2a1f64", "" },
- { "nv!ogl_2dc432", "" },
- { "nv!ogl_2de437", "" },
- { "nv!ogl_2f3bb89c", "" },
- { "nv!ogl_2fd652", "" },
- { "nv!ogl_3001ac", "" },
- { "nv!ogl_31298772", "" },
- { "nv!ogl_313233", "" },
- { "nv!ogl_31f7d603", "" },
- { "nv!ogl_320ce4", "" },
- { "nv!ogl_32153248", "" },
- { "nv!ogl_32153249", "" },
- { "nv!ogl_335bca", "" },
- { "nv!ogl_342abb", "" },
- { "nv!ogl_34dfe6", "" },
- { "nv!ogl_34dfe7", "" },
- { "nv!ogl_34dfe8", "" },
- { "nv!ogl_34dfe9", "" },
- { "nv!ogl_35201578", "" },
- { "nv!ogl_359278", "" },
- { "nv!ogl_37f53a", "" },
- { "nv!ogl_38144972", "" },
- { "nv!ogl_38542646", "" },
- { "nv!ogl_3b74c9", "" },
- { "nv!ogl_3c136f", "" },
- { "nv!ogl_3cf72823", "" },
- { "nv!ogl_3d7af029", "" },
- { "nv!ogl_3ff34782", "" },
- { "nv!ogl_4129618", "" },
- { "nv!ogl_4189fac3", "" },
- { "nv!ogl_420bd4", "" },
- { "nv!ogl_42a699", "" },
- { "nv!ogl_441369", "" },
- { "nv!ogl_4458713e", "" },
- { "nv!ogl_4554b6", "" },
- { "nv!ogl_457425", "" },
- { "nv!ogl_4603b207", "" },
- { "nv!ogl_46574957", "" },
- { "nv!ogl_46574958", "" },
- { "nv!ogl_46813529", "" },
- { "nv!ogl_46f1e13d", "" },
- { "nv!ogl_47534c43", "" },
- { "nv!ogl_48550336", "" },
- { "nv!ogl_48576893", "" },
- { "nv!ogl_48576894", "" },
- { "nv!ogl_4889ac02", "" },
- { "nv!ogl_49005740", "" },
- { "nv!ogl_49867584", "" },
- { "nv!ogl_49960973", "" },
- { "nv!ogl_4a5341", "" },
- { "nv!ogl_4f4e48", "" },
- { "nv!ogl_4f8a0a", "" },
- { "nv!ogl_50299698", "" },
- { "nv!ogl_50299699", "" },
- { "nv!ogl_50361291", "" },
- { "nv!ogl_5242ae", "" },
- { "nv!ogl_53d30c", "" },
- { "nv!ogl_56347a", "" },
- { "nv!ogl_563a95f1", "" },
- { "nv!ogl_573823", "" },
- { "nv!ogl_58027529", "" },
- { "nv!ogl_5d2d63", "" },
- { "nv!ogl_5f7e3b", "" },
- { "nv!ogl_60461793", "" },
- { "nv!ogl_60d355", "" },
- { "nv!ogl_616627aa", "" },
- { "nv!ogl_62317182", "" },
- { "nv!ogl_6253fa2e", "" },
- { "nv!ogl_64100768", "" },
- { "nv!ogl_64100769", "" },
- { "nv!ogl_64100770", "" },
- { "nv!ogl_647395", "" },
- { "nv!ogl_66543234", "" },
- { "nv!ogl_67674763", "" },
- { "nv!ogl_67739784", "" },
- { "nv!ogl_68fb9c", "" },
- { "nv!ogl_69801276", "" },
- { "nv!ogl_6af9fa2f", "" },
- { "nv!ogl_6af9fa3f", "" },
- { "nv!ogl_6af9fa4f", "" },
- { "nv!ogl_6bd8c7", "" },
- { "nv!ogl_6c7691", "" },
- { "nv!ogl_6d4296ce", "" },
- { "nv!ogl_6dd7e7", "" },
- { "nv!ogl_6dd7e8", "" },
- { "nv!ogl_6fe11ec1", "" },
- { "nv!ogl_716511763", "" },
- { "nv!ogl_72504593", "" },
- { "nv!ogl_73304097", "" },
- { "nv!ogl_73314098", "" },
- { "nv!ogl_74095213", "" },
- { "nv!ogl_74095213a", "" },
- { "nv!ogl_74095213b", "" },
- { "nv!ogl_74095214", "" },
- { "nv!ogl_748f9649", "" },
- { "nv!ogl_75494732", "" },
- { "nv!ogl_78452832", "" },
- { "nv!ogl_784561", "" },
- { "nv!ogl_78e16b9c", "" },
- { "nv!ogl_79251225", "" },
- { "nv!ogl_7c128b", "" },
- { "nv!ogl_7ccd93", "" },
- { "nv!ogl_7df8d1", "" },
- { "nv!ogl_800c2310", "" },
- { "nv!ogl_80546710", "" },
- { "nv!ogl_80772310", "" },
- { "nv!ogl_808ee280", "" },
- { "nv!ogl_81131154", "" },
- { "nv!ogl_81274457", "" },
- { "nv!ogl_8292291f", "" },
- { "nv!ogl_83498426", "" },
- { "nv!ogl_84993794", "" },
- { "nv!ogl_84995585", "" },
- { "nv!ogl_84a0a0", "" },
- { "nv!ogl_852142", "" },
- { "nv!ogl_85612309", "" },
- { "nv!ogl_85612310", "" },
- { "nv!ogl_85612311", "" },
- { "nv!ogl_85612312", "" },
- { "nv!ogl_8623ff27", "" },
- { "nv!ogl_87364952", "" },
- { "nv!ogl_87f6275666", "" },
- { "nv!ogl_886748", "" },
- { "nv!ogl_89894423", "" },
- { "nv!ogl_8ad8a75", "" },
- { "nv!ogl_8ad8ad00", "" },
- { "nv!ogl_8bb815", "" },
- { "nv!ogl_8bb817", "" },
- { "nv!ogl_8bb818", "" },
- { "nv!ogl_8bb819", "" },
- { "nv!ogl_8e640cd1", "" },
- { "nv!ogl_8f34971a", "" },
- { "nv!ogl_8f773984", "" },
- { "nv!ogl_8f7a7d", "" },
- { "nv!ogl_902486209", "" },
- { "nv!ogl_90482571", "" },
- { "nv!ogl_91214835", "" },
- { "nv!ogl_912848290", "" },
- { "nv!ogl_915e56", "" },
- { "nv!ogl_92179063", "" },
- { "nv!ogl_92179064", "" },
- { "nv!ogl_92179065", "" },
- { "nv!ogl_92179066", "" },
- { "nv!ogl_92350358", "" },
- { "nv!ogl_92809063", "" },
- { "nv!ogl_92809064", "" },
- { "nv!ogl_92809065", "" },
- { "nv!ogl_92809066", "" },
- { "nv!ogl_92920143", "" },
- { "nv!ogl_93a89b12", "" },
- { "nv!ogl_93a89c0b", "" },
- { "nv!ogl_94812574", "" },
- { "nv!ogl_95282304", "" },
- { "nv!ogl_95394027", "" },
- { "nv!ogl_959b1f", "" },
- { "nv!ogl_9638af", "" },
- { "nv!ogl_96fd59", "" },
- { "nv!ogl_97f6275666", "" },
- { "nv!ogl_97f6275667", "" },
- { "nv!ogl_97f6275668", "" },
- { "nv!ogl_97f6275669", "" },
- { "nv!ogl_97f627566a", "" },
- { "nv!ogl_97f627566b", "" },
- { "nv!ogl_97f627566d", "" },
- { "nv!ogl_97f627566e", "" },
- { "nv!ogl_97f627566f", "" },
- { "nv!ogl_97f6275670", "" },
- { "nv!ogl_97f6275671", "" },
- { "nv!ogl_97f727566e", "" },
- { "nv!ogl_98480775", "" },
- { "nv!ogl_98480776", "" },
- { "nv!ogl_98480777", "" },
- { "nv!ogl_992431", "" },
- { "nv!ogl_9aa29065", "" },
- { "nv!ogl_9af32c", "" },
- { "nv!ogl_9af32d", "" },
- { "nv!ogl_9af32e", "" },
- { "nv!ogl_9c108b71", "" },
- { "nv!ogl_9f279065", "" },
- { "nv!ogl_a01bc728", "" },
- { "nv!ogl_a13b46c80", "" },
- { "nv!ogl_a22eb0", "" },
- { "nv!ogl_a2fb451e", "" },
- { "nv!ogl_a3456abe", "" },
- { "nv!ogl_a7044887", "" },
- { "nv!ogl_a7149200", "" },
- { "nv!ogl_a766215670", "" },
- { "nv!ogl_aalinegamma", "" },
- { "nv!ogl_aalinetweaks", "" },
- { "nv!ogl_ab34ee01", "" },
- { "nv!ogl_ab34ee02", "" },
- { "nv!ogl_ab34ee03", "" },
- { "nv!ogl_ac0274", "" },
- { "nv!ogl_af73c63e", "" },
- { "nv!ogl_af73c63f", "" },
- { "nv!ogl_af9927", "" },
- { "nv!ogl_afoverride", "" },
- { "nv!ogl_allocdeviceevents", "" },
- { "nv!ogl_applicationkey", "" },
- { "nv!ogl_appreturnonlybasicglsltype", "" },
- { "nv!ogl_app_softimage", "" },
- { "nv!ogl_app_supportbits2", "" },
- { "nv!ogl_assumetextureismipmappedatcreation", "" },
- { "nv!ogl_b1fb0f01", "" },
- { "nv!ogl_b3edd5", "" },
- { "nv!ogl_b40d9e03d", "" },
- { "nv!ogl_b7f6275666", "" },
- { "nv!ogl_b812c1", "" },
- { "nv!ogl_ba14ba1a", "" },
- { "nv!ogl_ba14ba1b", "" },
- { "nv!ogl_bd7559", "" },
- { "nv!ogl_bd755a", "" },
- { "nv!ogl_bd755c", "" },
- { "nv!ogl_bd755d", "" },
- { "nv!ogl_be58bb", "" },
- { "nv!ogl_be92cb", "" },
- { "nv!ogl_beefcba3", "" },
- { "nv!ogl_beefcba4", "" },
- { "nv!ogl_c023777f", "" },
- { "nv!ogl_c09dc8", "" },
- { "nv!ogl_c0d340", "" },
- { "nv!ogl_c2ff374c", "" },
- { "nv!ogl_c5e9d7a3", "" },
- { "nv!ogl_c5e9d7a4", "" },
- { "nv!ogl_c5e9d7b4", "" },
- { "nv!ogl_c618f9", "" },
- { "nv!ogl_ca345840", "" },
- { "nv!ogl_cachedisable", "" },
- { "nv!ogl_channelpriorityoverride", "" },
- { "nv!ogl_cleardatastorevidmem", "" },
- { "nv!ogl_cmdbufmemoryspaceenables", "" },
- { "nv!ogl_cmdbufminwords", "" },
- { "nv!ogl_cmdbufsizewords", "" },
- { "nv!ogl_conformantblitframebufferscissor", "" },
- { "nv!ogl_conformantincompletetextures", "" },
- { "nv!ogl_copybuffermethod", "" },
- { "nv!ogl_cubemapaniso", "" },
- { "nv!ogl_cubemapfiltering", "" },
- { "nv!ogl_d0e9a4d7", "" },
- { "nv!ogl_d13733f12", "" },
- { "nv!ogl_d1b399", "" },
- { "nv!ogl_d2983c32", "" },
- { "nv!ogl_d2983c33", "" },
- { "nv!ogl_d2e71b", "" },
- { "nv!ogl_d377dc", "" },
- { "nv!ogl_d377dd", "" },
- { "nv!ogl_d489f4", "" },
- { "nv!ogl_d4bce1", "" },
- { "nv!ogl_d518cb", "" },
- { "nv!ogl_d518cd", "" },
- { "nv!ogl_d518ce", "" },
- { "nv!ogl_d518d0", "" },
- { "nv!ogl_d518d1", "" },
- { "nv!ogl_d518d2", "" },
- { "nv!ogl_d518d3", "" },
- { "nv!ogl_d518d4", "" },
- { "nv!ogl_d518d5", "" },
- { "nv!ogl_d59eda", "" },
- { "nv!ogl_d83cbd", "" },
- { "nv!ogl_d8e777", "" },
- { "nv!ogl_debug_level", "" },
- { "nv!ogl_debug_mask", "" },
- { "nv!ogl_debug_options", "" },
- { "nv!ogl_devshmpageableallocations", "" },
- { "nv!ogl_df1f9812", "" },
- { "nv!ogl_df783c", "" },
- { "nv!ogl_diagenable", "" },
- { "nv!ogl_disallowcemask", "" },
- { "nv!ogl_disallowz16", "" },
- { "nv!ogl_dlmemoryspaceenables", "" },
- { "nv!ogl_e0bfec", "" },
- { "nv!ogl_e433456d", "" },
- { "nv!ogl_e435563f", "" },
- { "nv!ogl_e4cd9c", "" },
- { "nv!ogl_e5c972", "" },
- { "nv!ogl_e639ef", "" },
- { "nv!ogl_e802af", "" },
- { "nv!ogl_eae964", "" },
- { "nv!ogl_earlytexturehwallocation", "" },
- { "nv!ogl_eb92a3", "" },
- { "nv!ogl_ebca56", "" },
- { "nv!ogl_expert_detail_level", "" },
- { "nv!ogl_expert_output_mask", "" },
- { "nv!ogl_expert_report_mask", "" },
- { "nv!ogl_extensionstringnvarch", "" },
- { "nv!ogl_extensionstringversion", "" },
- { "nv!ogl_f00f1938", "" },
- { "nv!ogl_f10736", "" },
- { "nv!ogl_f1846870", "" },
- { "nv!ogl_f33bc370", "" },
- { "nv!ogl_f392a874", "" },
- { "nv!ogl_f49ae8", "" },
- { "nv!ogl_fa345cce", "" },
- { "nv!ogl_fa35cc4", "" },
- { "nv!ogl_faa14a", "" },
- { "nv!ogl_faf8a723", "" },
- { "nv!ogl_fastgs", "" },
- { "nv!ogl_fbf4ac45", "" },
- { "nv!ogl_fbo_blit_ignore_srgb", "" },
- { "nv!ogl_fc64c7", "" },
- { "nv!ogl_ff54ec97", "" },
- { "nv!ogl_ff54ec98", "" },
- { "nv!ogl_forceexitprocessdetach", "" },
- { "nv!ogl_forcerequestedesversion", "" },
- { "nv!ogl_glsynctovblank", "" },
- { "nv!ogl_gvitimeoutcontrol", "" },
- { "nv!ogl_hcctrl", "" },
- { "nv!ogl_hwstate_per_ctx", "" },
- { "nv!ogl_machinecachelimit", "" },
- { "nv!ogl_maxframesallowed", "" },
- { "nv!ogl_memmgrcachedalloclimit", "" },
- { "nv!ogl_memmgrcachedalloclimitratio", "" },
- { "nv!ogl_memmgrsysheapalloclimit", "" },
- { "nv!ogl_memmgrsysheapalloclimitratio", "" },
- { "nv!ogl_memmgrvidheapalloclimit", "" },
- { "nv!ogl_mosaic_clip_to_subdev", "" },
- { "nv!ogl_mosaic_clip_to_subdev_h_overlap", "" },
- { "nv!ogl_mosaic_clip_to_subdev_v_overlap", "" },
- { "nv!ogl_overlaymergeblittimerms", "" },
- { "nv!ogl_perfmon_mode", "" },
- { "nv!ogl_pixbar_mode", "" },
- { "nv!ogl_qualityenhancements", "" },
- { "nv!ogl_r27s18q28", "" },
- { "nv!ogl_r2d7c1d8", "" },
- { "nv!ogl_renderer", "" },
- { "nv!ogl_renderqualityflags", "" },
- { "nv!ogl_s3tcquality", "" },
- { "nv!ogl_shaderatomics", "" },
- { "nv!ogl_shadercacheinitsize", "" },
- { "nv!ogl_shader_disk_cache_path", "" },
- { "nv!ogl_shader_disk_cache_read_only", "" },
- { "nv!ogl_shaderobjects", "" },
- { "nv!ogl_shaderportabilitywarnings", "" },
- { "nv!ogl_shaderwarningsaserrors", "" },
- { "nv!ogl_skiptexturehostcopies", "" },
- { "nv!ogl_sli_dli_control", "" },
- { "nv!ogl_sparsetexture", "" },
- { "nv!ogl_spinlooptimeout", "" },
- { "nv!ogl_sync_to_vblank", "" },
- { "nv!ogl_sysheapreuseratio", "" },
- { "nv!ogl_sysmemtexturepromotion", "" },
- { "nv!ogl_targetflushcount", "" },
- { "nv!ogl_tearingfreeswappresent", "" },
- { "nv!ogl_texclampbehavior", "" },
- { "nv!ogl_texlodbias", "" },
- { "nv!ogl_texmemoryspaceenables", "" },
- { "nv!ogl_textureprecache", "" },
- { "nv!ogl_threadcontrol", "" },
- { "nv!ogl_threadcontrol2", "" },
- { "nv!ogl_usegvievents", "" },
- { "nv!ogl_vbomemoryspaceenables", "" },
- { "nv!ogl_vertexlimit", "" },
- { "nv!ogl_vidheapreuseratio", "" },
- { "nv!ogl_vpipe", "" },
- { "nv!ogl_vpipeformatbloatlimit", "" },
- { "nv!ogl_wglmessageboxonabort", "" },
- { "nv!ogl_writeinfolog", "" },
- { "nv!ogl_writeprogramobjectassembly", "" },
- { "nv!ogl_writeprogramobjectsource", "" },
- { "nv!ogl_xnvadapterpresent", "" },
- { "nv!ogl_yield", "" },
- { "nv!ogl_yieldfunction", "" },
- { "nv!ogl_yieldfunctionfast", "" },
- { "nv!ogl_yieldfunctionslow", "" },
- { "nv!ogl_yieldfunctionwaitfordcqueue", "" },
- { "nv!ogl_yieldfunctionwaitforframe", "" },
- { "nv!ogl_yieldfunctionwaitforgpu", "" },
- { "nv!ogl_zbctableaddhysteresis", "" },
- { "nv!overlaymergeblittimerms", "" },
- { "nv!perfmon_mode", "" },
- { "nv!persist.sys.display.resolution", "" },
- { "nv!persist.tegra.composite.fallb", "" },
- { "nv!persist.tegra.composite.policy", "" },
- { "nv!persist.tegra.composite.range", "" },
- { "nv!persist.tegra.compositor", "" },
- { "nv!persist.tegra.compositor.virt", "" },
- { "nv!persist.tegra.compression", "" },
- { "nv!persist.tegra.cursor.enable", "" },
- { "nv!persist.tegra.didim.enable", "" },
- { "nv!persist.tegra.didim.normal", "" },
- { "nv!persist.tegra.didim.video", "" },
- { "nv!persist.tegra.disp.heads", "" },
- { "nv!persist.tegra.gamma_correction", "" },
- { "nv!persist.tegra.gpu_mapping_cache", "" },
- { "nv!persist.tegra.grlayout", "" },
- { "nv!persist.tegra.hdmi.2020.10", "" },
- { "nv!persist.tegra.hdmi.2020.fake", "" },
- { "nv!persist.tegra.hdmi.2020.force", "" },
- { "nv!persist.tegra.hdmi.autorotate", "" },
- { "nv!persist.tegra.hdmi.hdr.fake", "" },
- { "nv!persist.tegra.hdmi.ignore_ratio", "" },
- { "nv!persist.tegra.hdmi.limit.clock", "" },
- { "nv!persist.tegra.hdmi.only_16_9", "" },
- { "nv!persist.tegra.hdmi.range", "" },
- { "nv!persist.tegra.hdmi.resolution", "" },
- { "nv!persist.tegra.hdmi.underscan", "" },
- { "nv!persist.tegra.hdmi.yuv.422", "" },
- { "nv!persist.tegra.hdmi.yuv.444", "" },
- { "nv!persist.tegra.hdmi.yuv.enable", "" },
- { "nv!persist.tegra.hdmi.yuv.force", "" },
- { "nv!persist.tegra.hwc.nvdc", "" },
- { "nv!persist.tegra.idle.minimum_fps", "" },
- { "nv!persist.tegra.panel.rotation", "" },
- { "nv!persist.tegra.scan_props", "" },
- { "nv!persist.tegra.stb.mode", "" },
- { "nv!persist.tegra.zbc_override", "" },
- { "nv!pixbar_mode", "" },
- { "nv!qualityenhancements", "" },
- { "nv!r27s18q28", "" },
- { "nv!r2d7c1d8", "" },
- { "nv!renderer", "" },
- { "nv!renderqualityflags", "" },
- { "nv!rmos_debug_mask", "" },
- { "nv!rmos_set_production_mode", "" },
- { "nv!s3tcquality", "" },
- { "nv!shaderatomics", "" },
- { "nv!shadercacheinitsize", "" },
- { "nv!shader_disk_cache_path", "" },
- { "nv!shader_disk_cache_read_only", "" },
- { "nv!shaderobjects", "" },
- { "nv!shaderportabilitywarnings", "" },
- { "nv!shaderwarningsaserrors", "" },
- { "nv!skiptexturehostcopies", "" },
- { "nv!sli_dli_control", "" },
- { "nv!sparsetexture", "" },
- { "nv!spinlooptimeout", "" },
- { "nv!sync_to_vblank", "" },
- { "nv!sysheapreuseratio", "" },
- { "nv!sysmemtexturepromotion", "" },
- { "nv!targetflushcount", "" },
- { "nv!tearingfreeswappresent", "" },
- { "nv!tegra.refresh", "" },
- { "nv!texclampbehavior", "" },
- { "nv!texlodbias", "" },
- { "nv!texmemoryspaceenables", "" },
- { "nv!textureprecache", "" },
- { "nv!threadcontrol", "" },
- { "nv!threadcontrol2", "" },
- { "nv!tvmr.avp.logs", "" },
- { "nv!tvmr.buffer.logs", "" },
- { "nv!tvmr.dec.prof", "" },
- { "nv!tvmr.deint.logs", "" },
- { "nv!tvmr.dfs.logs", "" },
- { "nv!tvmr.ffprof.logs", "" },
- { "nv!tvmr.game.stream", "" },
- { "nv!tvmr.general.logs", "" },
- { "nv!tvmr.input.dump", "" },
- { "nv!tvmr.seeking.logs", "" },
- { "nv!tvmr.ts_pulldown", "" },
- { "nv!usegvievents", "" },
- { "nv!vbomemoryspaceenables", "" },
- { "nv!vcc_debug_ip", "" },
- { "nv!vcc_verbose_level", "" },
- { "nv!vertexlimit", "" },
- { "nv!viccomposer.filter", "" },
- { "nv!videostats-enable", "" },
- { "nv!vidheapreuseratio", "" },
- { "nv!vpipe", "" },
- { "nv!vpipeformatbloatlimit", "" },
- { "nv!wglmessageboxonabort", "" },
- { "nv!writeinfolog", "" },
- { "nv!writeprogramobjectassembly", "" },
- { "nv!writeprogramobjectsource", "" },
- { "nv!xnvadapterpresent", "" },
- { "nv!yield", "" },
- { "nv!yieldfunction", "" },
- { "nv!yieldfunctionfast", "" },
- { "nv!yieldfunctionslow", "" },
- { "nv!yieldfunctionwaitfordcqueue", "" },
- { "nv!yieldfunctionwaitforframe", "" },
- { "nv!yieldfunctionwaitforgpu", "" },
- { "nv!zbctableaddhysteresis", "" },
- { "pcm!enable", true },
- { "pctl!intermittent_task_interval_seconds", 21600 },
- { "prepo!devmenu_prepo_page_view", false },
- { "prepo!background_processing", true },
- { "prepo!transmission_interval_min", 10 },
- { "prepo!transmission_retry_interval", 3600 },
- { "psm!evaluation_log_enabled", false },
- { "snap_shot_dump!auto_dump", false },
- { "snap_shot_dump!output_dir", "%USERPROFILE%/Documents/Nintendo/NXDMP" },
- { "snap_shot_dump!full_dump", false },
- { "systemconfig!field_testing", false },
- { "systemconfig!exhivision", false },
- { "systempowerstate!always_reboot", false },
- { "systempowerstate!power_state_message_emulation_trigger_time", 0 },
- { "systempowerstate!power_state_message_to_emulate", 0 },
- { "target_manager!device_name", "" },
- { "vulnerability!needs_update_vulnerability_policy", 0 },
- { "apm!performance_mode_policy", "auto" },
- { "apm!sdev_throttling_enabled", true },
- { "apm!sdev_throttling_additional_delay_us", 16000 },
- { "apm!battery_draining_enabled", false },
- { "apm!sdev_cpu_overclock_enabled", false },
- { "bcat!production_mode", true },
- { "bpc!enable_quasi_off", true },
- { "bsp0!usb", "UDS" },
- { "bsp0!tm_transport", "USB" },
- { "bluetooth_debug!skip_boot", false },
- { "contents_delivery!enable_debug_api", false },
- { "eupld!upload_enabled", true },
- { "fatal!transition_to_fatal", true },
- { "fatal!show_extra_info", false },
- { "gpu_core_dump!auto_dump", false },
- { "hid_debug!enables_debugpad", false },
- { "hid_debug!manages_devices", true },
- { "hid_debug!emulate_future_device", false },
- { "hid_debug!emulate_firmware_update_failure", false },
- { "hid_debug!emulate_mcu_hardware_error", false },
- { "hid_debug!firmware_update_failure_emulation_mode", 0 },
- { "jit_debug!enable_jit_debug", false },
- { "npns!background_processing", true },
- { "npns!logmanager_redirection", true },
- { "npns!sleep_processing_timeout", 30 },
- { "npns!sleep_periodic_interval", 10800 },
- { "npns!sleep_max_try_count", 5 },
- { "npns!test_mode", false },
- { "ns.applet!overlay_applet_id", "0x010000000000100c" },
- { "ns.applet!system_applet_id", "0x0100000000001000" },
- { "ns.applet!shop_applet_id", "0x010000000000100b" },
- { "ns.autoboot!enabled", true },
- { "ns.pseudodeviceid!reset_pseudo_device_id", false },
- { "nsd!environment_identifier", "lp1" },
- { "nsd!test_mode", false },
- { "ntc!is_autonomic_correction_enabled", true },
- { "ntc!autonomic_correction_interval_seconds", 432000 },
- { "ntc!autonomic_correction_failed_retry_interval_seconds", 1800 },
- { "ntc!autonomic_correction_immediate_try_count_max", 4 },
- { "ntc!autonomic_correction_immediate_try_interval_milliseconds", 5000 },
- { "nv!nv_graphics_firmware_memory_margin", false },
- { "omm!operation_mode_policy", "auto" },
- { "omm!sleep_fade_in_ms", 50 },
- { "omm!sleep_fade_out_ms", 100 },
- { "omm!charging_sign_ms", 3000 },
- { "omm!low_battery_sign_ms", 3000 },
- { "omm!sign_fade_in_ms", 0 },
- { "omm!sign_fade_out_ms", 400 },
- { "omm!sign_wait_layer_visible_ms", 100 },
- { "omm!startup_fade_in_ms", 200 },
- { "omm!startup_fade_out_ms", 400 },
- { "omm!backlight_off_ms_on_handheld_switch", 150 },
- { "omm!sleep_on_ac_ok_boot", true },
- { "pdm!save_playlog", true },
- { "productinfo!product_name", "Nintendo Switch" },
- { "productinfo!cec_osd_name", "NintendoSwitch" },
- { "ro!ease_nro_restriction", false },
- { "settings_debug!is_debug_mode_enabled", false },
- { "systemreport!enabled", true },
- { "systemsleep!enter_sleep", true },
- { "systemsleep!enter_sc7", true },
- { "systemsleep!keep_vdd_core", true },
- { "systemsleep!disable_tma_sleep", false },
- { "systemsleep!disable_auto_sleep", false },
- { "systemsleep!override_auto_sleep_time", 0 },
- { "systemsleep!sleep_pending_time_ms", 15000 },
- { "systemsleep!hush_time_after_brief_power_button_press_ms", 1000 },
- { "systemsleep!transition_timeout_sec", 60 },
- { "systemsleep!dummy_event_auto_wake", false },
- { "systemupdate!debug_id", "0x0000000000000000" },
- { "systemupdate!debug_version", 0 },
- { "systemupdate!bgnup_retry_seconds", 60 },
- { "systemupdate!enable_background_download_stress_testing", false },
- { "systemupdate!debug_id_for_content_delivery", "0x0000000000000000" },
- { "systemupdate!debug_version_for_content_delivery", 0 },
- { "systemupdate!assumed_system_applet_version", 0 },
- { "tc!iir_filter_gain_soc", 100 },
- { "tc!iir_filter_gain_pcb", 100 },
- { "tc!tskin_soc_coefficients_handheld", "[5464, 174190]" },
- { "tc!tskin_soc_coefficients_console", "[6182, 112480]" },
- { "tc!tskin_pcb_coefficients_handheld", "[5464, 174190]" },
- { "tc!tskin_pcb_coefficients_console", "[6182, 112480]" },
- { "tc!tskin_select", "both" },
- { "tc!tskin_rate_table_handheld", "[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 102], [48000, 53000, 102, 153], [53000, 1000000, 153, 153], [48000, 1000000, 153, 153]]" },
- { "tc!tskin_rate_table_console", "[[-1000000, 43000, 51, 51], [43000, 53000, 51, 153], [53000, 58000, 153, 255], [58000, 1000000, 255, 255]]" },
- { "tc!rate_select", "both" },
- { "tc!log_enabled", false },
- { "tc!sleep_enabled", true },
- { "time!standard_steady_clock_test_offset_minutes", 0 },
- { "time!standard_steady_clock_rtc_update_interval_minutes", 5 },
- { "time!standard_network_clock_sufficient_accuracy_minutes", 43200 },
- { "usb!usb30_force_enabled", false },
- { "wlan_debug!skip_wlan_boot", false },
- };
- }
-}
+using System.Collections.Generic;
+
+namespace Ryujinx.HLE.OsHle.Services.Set
+{
+ static class NxSettings
+ {
+ //Generated automatically from a Switch 3.0 config file (Tid: 0100000000000818).
+ public static Dictionary<string, object> Settings = new Dictionary<string, object>()
+ {
+ { "account!na_required_for_network_service", true },
+ { "account.daemon!background_awaking_periodicity", 10800 },
+ { "account.daemon!schedule_periodicity", 3600 },
+ { "account.daemon!profile_sync_interval", 18000 },
+ { "account.daemon!na_info_refresh_interval", 46800 },
+ { "am.display!transition_layer_enabled", true },
+ { "am.gpu!gpu_scheduling_enabled", true },
+ { "am.gpu!gpu_scheduling_frame_time_us", 116666 },
+ { "am.gpu!gpu_scheduling_fg_app_us", 116166 },
+ { "am.gpu!gpu_scheduling_bg_app_us", 104500 },
+ { "am.gpu!gpu_scheduling_oa_us", 500 },
+ { "am.gpu!gpu_scheduling_fg_sa_us", 11666 },
+ { "am.gpu!gpu_scheduling_bg_sa_us", 0 },
+ { "am.gpu!gpu_scheduling_fg_la_us", 11666 },
+ { "am.gpu!gpu_scheduling_partial_fg_la_us", 2000 },
+ { "am.gpu!gpu_scheduling_bg_la_us", 0 },
+ { "audio!audren_log_enabled", false },
+ { "audio!audout_log_enabled", false },
+ { "audio!audin_log_enabled", false },
+ { "audio!hwopus_log_enabled", false },
+ { "audio!adsp_log_enabled", false },
+ { "audio!suspend_for_debugger_enabled", false },
+ { "audio!uac_speaker_enabled", false },
+ { "bgtc!enable_halfawake", 1 },
+ { "bgtc!enable_battery_saver", 1 },
+ { "bgtc!leaving_halfawake_margin", 3 },
+ { "bgtc!battery_threshold_save", 20 },
+ { "bgtc!battery_threshold_stop", 20 },
+ { "bgtc!minimum_interval_normal", 1800 },
+ { "bgtc!minimum_interval_save", 86400 },
+ { "boot!force_maintenance", false },
+ { "capsrv!screenshot_layerstack", "screenshot" },
+ { "capsrv!enable_album_screenshot_filedata_verification", true },
+ { "devmenu!enable_application_update", true },
+ { "devmenu!enable_exhibition_mode", false },
+ { "eclct!analytics_override", false },
+ { "eclct!analytics_pollperiod", 86400 },
+ { "err!applet_auto_close", false },
+ { "friends!background_processing", true },
+ { "htc!disconnection_emulation", false },
+ { "idle!dim_level_percent_lcd", 10 },
+ { "idle!dim_level_percent_tv", 70 },
+ { "lbl!force_disable_als", false },
+ { "lm!enable_sd_card_logging", false },
+ { "lm!sd_card_log_output_directory", "NxBinLogs" },
+ { "mii!is_db_test_mode_enabled", false },
+ { "news!system_version", 2 },
+ { "nfp!not_locked_tag", true },
+ { "nfp!play_report", false },
+ { "nifm!is_communication_control_enabled_for_test", false },
+ { "nifm!connection_test_timeout", 45000 },
+ { "nifm!apply_config_timeout", 30000 },
+ { "nifm!ethernet_adapter_standby_time", 10000 },
+ { "nim.install!prefer_delta_evenif_inefficient", false },
+ { "nim.install!apply_delta_stress_storage", 0 },
+ { "ns.notification!retry_interval", 60 },
+ { "ns.notification!enable_network_update", true },
+ { "ns.notification!enable_download_task_list", true },
+ { "ns.notification!enable_version_list", true },
+ { "ns.notification!enable_random_wait", true },
+ { "ns.notification!debug_waiting_limit", 0 },
+ { "ns.notification!enable_request_on_cold_boot", true },
+ { "ns.sdcard!mount_sdcard", true },
+ { "ns.sdcard!compare_sdcard", 0 },
+ { "ns.gamecard!mount_gamecard_result_value", 0 },
+ { "ns.gamecard!try_gamecard_access_result_value", 0 },
+ { "nv!00008600", "" },
+ { "nv!0007b25e", "" },
+ { "nv!0083e1", "" },
+ { "nv!01621887", "" },
+ { "nv!03134743", "" },
+ { "nv!0356afd0", "" },
+ { "nv!0356afd1", "" },
+ { "nv!0356afd2", "" },
+ { "nv!0356afd3", "" },
+ { "nv!094313", "" },
+ { "nv!0x04dc09", "" },
+ { "nv!0x111133", "" },
+ { "nv!0x1aa483", "" },
+ { "nv!0x1cb1cf", "" },
+ { "nv!0x1cb1d0", "" },
+ { "nv!0x1e3221", "" },
+ { "nv!0x300fc8", "" },
+ { "nv!0x301fc8", "" },
+ { "nv!0x302fc8", "" },
+ { "nv!0x3eec59", "" },
+ { "nv!0x46b3ed", "" },
+ { "nv!0x523dc0", "" },
+ { "nv!0x523dc1", "" },
+ { "nv!0x523dc2", "" },
+ { "nv!0x523dc3", "" },
+ { "nv!0x523dc4", "" },
+ { "nv!0x523dc5", "" },
+ { "nv!0x523dc6", "" },
+ { "nv!0x523dd0", "" },
+ { "nv!0x523dd1", "" },
+ { "nv!0x523dd3", "" },
+ { "nv!0x5344bb", "" },
+ { "nv!0x555237", "" },
+ { "nv!0x58a234", "" },
+ { "nv!0x7b4428", "" },
+ { "nv!0x923dc0", "" },
+ { "nv!0x923dc1", "" },
+ { "nv!0x923dc2", "" },
+ { "nv!0x923dc3", "" },
+ { "nv!0x923dc4", "" },
+ { "nv!0x923dd3", "" },
+ { "nv!0x9abdc5", "" },
+ { "nv!0x9abdc6", "" },
+ { "nv!0xaaa36c", "" },
+ { "nv!0xb09da0", "" },
+ { "nv!0xb09da1", "" },
+ { "nv!0xb09da2", "" },
+ { "nv!0xb09da3", "" },
+ { "nv!0xb09da4", "" },
+ { "nv!0xb09da5", "" },
+ { "nv!0xb0b348", "" },
+ { "nv!0xb0b349", "" },
+ { "nv!0xbb558f", "" },
+ { "nv!0xbd10fb", "" },
+ { "nv!0xc32ad3", "" },
+ { "nv!0xce2348", "" },
+ { "nv!0xcfd81f", "" },
+ { "nv!0xe0036b", "" },
+ { "nv!0xe01f2d", "" },
+ { "nv!0xe17212", "" },
+ { "nv!0xeae966", "" },
+ { "nv!0xed4f82", "" },
+ { "nv!0xf12335", "" },
+ { "nv!0xf12336", "" },
+ { "nv!10261989", "" },
+ { "nv!1042d483", "" },
+ { "nv!10572898", "" },
+ { "nv!115631", "" },
+ { "nv!12950094", "" },
+ { "nv!1314f311", "" },
+ { "nv!1314f312", "" },
+ { "nv!13279512", "" },
+ { "nv!13813496", "" },
+ { "nv!14507179", "" },
+ { "nv!15694569", "" },
+ { "nv!16936964", "" },
+ { "nv!17aa230c", "" },
+ { "nv!182054", "" },
+ { "nv!18273275", "" },
+ { "nv!18273276", "" },
+ { "nv!1854d03b", "" },
+ { "nv!18add00d", "" },
+ { "nv!19156670", "" },
+ { "nv!19286545", "" },
+ { "nv!1a298e9f", "" },
+ { "nv!1acf43fe", "" },
+ { "nv!1bda43fe", "" },
+ { "nv!1c3b92", "" },
+ { "nv!21509920", "" },
+ { "nv!215323457", "" },
+ { "nv!2165ad", "" },
+ { "nv!2165ae", "" },
+ { "nv!21be9c", "" },
+ { "nv!233264316", "" },
+ { "nv!234557580", "" },
+ { "nv!23cd0e", "" },
+ { "nv!24189123", "" },
+ { "nv!2443266", "" },
+ { "nv!25025519", "" },
+ { "nv!255e39", "" },
+ { "nv!2583364", "" },
+ { "nv!2888c1", "" },
+ { "nv!28ca3e", "" },
+ { "nv!29871243", "" },
+ { "nv!2a1f64", "" },
+ { "nv!2dc432", "" },
+ { "nv!2de437", "" },
+ { "nv!2f3bb89c", "" },
+ { "nv!2fd652", "" },
+ { "nv!3001ac", "" },
+ { "nv!31298772", "" },
+ { "nv!313233", "" },
+ { "nv!31f7d603", "" },
+ { "nv!320ce4", "" },
+ { "nv!32153248", "" },
+ { "nv!32153249", "" },
+ { "nv!335bca", "" },
+ { "nv!342abb", "" },
+ { "nv!34dfe6", "" },
+ { "nv!34dfe7", "" },
+ { "nv!34dfe8", "" },
+ { "nv!34dfe9", "" },
+ { "nv!35201578", "" },
+ { "nv!359278", "" },
+ { "nv!37f53a", "" },
+ { "nv!38144972", "" },
+ { "nv!38542646", "" },
+ { "nv!3b74c9", "" },
+ { "nv!3c136f", "" },
+ { "nv!3cf72823", "" },
+ { "nv!3d7af029", "" },
+ { "nv!3ff34782", "" },
+ { "nv!4129618", "" },
+ { "nv!4189fac3", "" },
+ { "nv!420bd4", "" },
+ { "nv!42a699", "" },
+ { "nv!441369", "" },
+ { "nv!4458713e", "" },
+ { "nv!4554b6", "" },
+ { "nv!457425", "" },
+ { "nv!4603b207", "" },
+ { "nv!46574957", "" },
+ { "nv!46574958", "" },
+ { "nv!46813529", "" },
+ { "nv!46f1e13d", "" },
+ { "nv!47534c43", "" },
+ { "nv!48550336", "" },
+ { "nv!48576893", "" },
+ { "nv!48576894", "" },
+ { "nv!4889ac02", "" },
+ { "nv!49005740", "" },
+ { "nv!49867584", "" },
+ { "nv!49960973", "" },
+ { "nv!4a5341", "" },
+ { "nv!4f4e48", "" },
+ { "nv!4f8a0a", "" },
+ { "nv!50299698", "" },
+ { "nv!50299699", "" },
+ { "nv!50361291", "" },
+ { "nv!5242ae", "" },
+ { "nv!53d30c", "" },
+ { "nv!56347a", "" },
+ { "nv!563a95f1", "" },
+ { "nv!573823", "" },
+ { "nv!58027529", "" },
+ { "nv!5d2d63", "" },
+ { "nv!5f7e3b", "" },
+ { "nv!60461793", "" },
+ { "nv!60d355", "" },
+ { "nv!616627aa", "" },
+ { "nv!62317182", "" },
+ { "nv!6253fa2e", "" },
+ { "nv!64100768", "" },
+ { "nv!64100769", "" },
+ { "nv!64100770", "" },
+ { "nv!647395", "" },
+ { "nv!66543234", "" },
+ { "nv!67674763", "" },
+ { "nv!67739784", "" },
+ { "nv!68fb9c", "" },
+ { "nv!69801276", "" },
+ { "nv!6af9fa2f", "" },
+ { "nv!6af9fa3f", "" },
+ { "nv!6af9fa4f", "" },
+ { "nv!6bd8c7", "" },
+ { "nv!6c7691", "" },
+ { "nv!6d4296ce", "" },
+ { "nv!6dd7e7", "" },
+ { "nv!6dd7e8", "" },
+ { "nv!6fe11ec1", "" },
+ { "nv!716511763", "" },
+ { "nv!72504593", "" },
+ { "nv!73304097", "" },
+ { "nv!73314098", "" },
+ { "nv!74095213", "" },
+ { "nv!74095213a", "" },
+ { "nv!74095213b", "" },
+ { "nv!74095214", "" },
+ { "nv!748f9649", "" },
+ { "nv!75494732", "" },
+ { "nv!78452832", "" },
+ { "nv!784561", "" },
+ { "nv!78e16b9c", "" },
+ { "nv!79251225", "" },
+ { "nv!7c128b", "" },
+ { "nv!7ccd93", "" },
+ { "nv!7df8d1", "" },
+ { "nv!800c2310", "" },
+ { "nv!80546710", "" },
+ { "nv!80772310", "" },
+ { "nv!808ee280", "" },
+ { "nv!81131154", "" },
+ { "nv!81274457", "" },
+ { "nv!8292291f", "" },
+ { "nv!83498426", "" },
+ { "nv!84993794", "" },
+ { "nv!84995585", "" },
+ { "nv!84a0a0", "" },
+ { "nv!852142", "" },
+ { "nv!85612309", "" },
+ { "nv!85612310", "" },
+ { "nv!85612311", "" },
+ { "nv!85612312", "" },
+ { "nv!8623ff27", "" },
+ { "nv!87364952", "" },
+ { "nv!87f6275666", "" },
+ { "nv!886748", "" },
+ { "nv!89894423", "" },
+ { "nv!8ad8a75", "" },
+ { "nv!8ad8ad00", "" },
+ { "nv!8bb815", "" },
+ { "nv!8bb817", "" },
+ { "nv!8bb818", "" },
+ { "nv!8bb819", "" },
+ { "nv!8e640cd1", "" },
+ { "nv!8f34971a", "" },
+ { "nv!8f773984", "" },
+ { "nv!8f7a7d", "" },
+ { "nv!902486209", "" },
+ { "nv!90482571", "" },
+ { "nv!91214835", "" },
+ { "nv!912848290", "" },
+ { "nv!915e56", "" },
+ { "nv!92179063", "" },
+ { "nv!92179064", "" },
+ { "nv!92179065", "" },
+ { "nv!92179066", "" },
+ { "nv!92350358", "" },
+ { "nv!92809063", "" },
+ { "nv!92809064", "" },
+ { "nv!92809065", "" },
+ { "nv!92809066", "" },
+ { "nv!92920143", "" },
+ { "nv!93a89b12", "" },
+ { "nv!93a89c0b", "" },
+ { "nv!94812574", "" },
+ { "nv!95282304", "" },
+ { "nv!95394027", "" },
+ { "nv!959b1f", "" },
+ { "nv!9638af", "" },
+ { "nv!96fd59", "" },
+ { "nv!97f6275666", "" },
+ { "nv!97f6275667", "" },
+ { "nv!97f6275668", "" },
+ { "nv!97f6275669", "" },
+ { "nv!97f627566a", "" },
+ { "nv!97f627566b", "" },
+ { "nv!97f627566d", "" },
+ { "nv!97f627566e", "" },
+ { "nv!97f627566f", "" },
+ { "nv!97f6275670", "" },
+ { "nv!97f6275671", "" },
+ { "nv!97f727566e", "" },
+ { "nv!98480775", "" },
+ { "nv!98480776", "" },
+ { "nv!98480777", "" },
+ { "nv!992431", "" },
+ { "nv!9aa29065", "" },
+ { "nv!9af32c", "" },
+ { "nv!9af32d", "" },
+ { "nv!9af32e", "" },
+ { "nv!9c108b71", "" },
+ { "nv!9f279065", "" },
+ { "nv!a01bc728", "" },
+ { "nv!a13b46c80", "" },
+ { "nv!a22eb0", "" },
+ { "nv!a2fb451e", "" },
+ { "nv!a3456abe", "" },
+ { "nv!a7044887", "" },
+ { "nv!a7149200", "" },
+ { "nv!a766215670", "" },
+ { "nv!aac_drc_boost", "" },
+ { "nv!aac_drc_cut", "" },
+ { "nv!aac_drc_enc_target_level", "" },
+ { "nv!aac_drc_heavy", "" },
+ { "nv!aac_drc_reference_level", "" },
+ { "nv!aalinegamma", "" },
+ { "nv!aalinetweaks", "" },
+ { "nv!ab34ee01", "" },
+ { "nv!ab34ee02", "" },
+ { "nv!ab34ee03", "" },
+ { "nv!ac0274", "" },
+ { "nv!af73c63e", "" },
+ { "nv!af73c63f", "" },
+ { "nv!af9927", "" },
+ { "nv!afoverride", "" },
+ { "nv!allocdeviceevents", "" },
+ { "nv!applicationkey", "" },
+ { "nv!appreturnonlybasicglsltype", "" },
+ { "nv!app_softimage", "" },
+ { "nv!app_supportbits2", "" },
+ { "nv!assumetextureismipmappedatcreation", "" },
+ { "nv!b1fb0f01", "" },
+ { "nv!b3edd5", "" },
+ { "nv!b40d9e03d", "" },
+ { "nv!b7f6275666", "" },
+ { "nv!b812c1", "" },
+ { "nv!ba14ba1a", "" },
+ { "nv!ba14ba1b", "" },
+ { "nv!bd7559", "" },
+ { "nv!bd755a", "" },
+ { "nv!bd755c", "" },
+ { "nv!bd755d", "" },
+ { "nv!be58bb", "" },
+ { "nv!be92cb", "" },
+ { "nv!beefcba3", "" },
+ { "nv!beefcba4", "" },
+ { "nv!c023777f", "" },
+ { "nv!c09dc8", "" },
+ { "nv!c0d340", "" },
+ { "nv!c2ff374c", "" },
+ { "nv!c5e9d7a3", "" },
+ { "nv!c5e9d7a4", "" },
+ { "nv!c5e9d7b4", "" },
+ { "nv!c618f9", "" },
+ { "nv!ca345840", "" },
+ { "nv!cachedisable", "" },
+ { "nv!cast.on", "" },
+ { "nv!cde", "" },
+ { "nv!channelpriorityoverride", "" },
+ { "nv!cleardatastorevidmem", "" },
+ { "nv!cmdbufmemoryspaceenables", "" },
+ { "nv!cmdbufminwords", "" },
+ { "nv!cmdbufsizewords", "" },
+ { "nv!conformantblitframebufferscissor", "" },
+ { "nv!conformantincompletetextures", "" },
+ { "nv!copybuffermethod", "" },
+ { "nv!cubemapaniso", "" },
+ { "nv!cubemapfiltering", "" },
+ { "nv!d0e9a4d7", "" },
+ { "nv!d13733f12", "" },
+ { "nv!d1b399", "" },
+ { "nv!d2983c32", "" },
+ { "nv!d2983c33", "" },
+ { "nv!d2e71b", "" },
+ { "nv!d377dc", "" },
+ { "nv!d377dd", "" },
+ { "nv!d489f4", "" },
+ { "nv!d4bce1", "" },
+ { "nv!d518cb", "" },
+ { "nv!d518cd", "" },
+ { "nv!d518ce", "" },
+ { "nv!d518d0", "" },
+ { "nv!d518d1", "" },
+ { "nv!d518d2", "" },
+ { "nv!d518d3", "" },
+ { "nv!d518d4", "" },
+ { "nv!d518d5", "" },
+ { "nv!d59eda", "" },
+ { "nv!d83cbd", "" },
+ { "nv!d8e777", "" },
+ { "nv!debug_level", "" },
+ { "nv!debug_mask", "" },
+ { "nv!debug_options", "" },
+ { "nv!devshmpageableallocations", "" },
+ { "nv!df1f9812", "" },
+ { "nv!df783c", "" },
+ { "nv!diagenable", "" },
+ { "nv!disallowcemask", "" },
+ { "nv!disallowz16", "" },
+ { "nv!dlmemoryspaceenables", "" },
+ { "nv!e0bfec", "" },
+ { "nv!e433456d", "" },
+ { "nv!e435563f", "" },
+ { "nv!e4cd9c", "" },
+ { "nv!e5c972", "" },
+ { "nv!e639ef", "" },
+ { "nv!e802af", "" },
+ { "nv!eae964", "" },
+ { "nv!earlytexturehwallocation", "" },
+ { "nv!eb92a3", "" },
+ { "nv!ebca56", "" },
+ { "nv!enable-noaud", "" },
+ { "nv!enable-noavs", "" },
+ { "nv!enable-prof", "" },
+ { "nv!enable-sxesmode", "" },
+ { "nv!enable-ulld", "" },
+ { "nv!expert_detail_level", "" },
+ { "nv!expert_output_mask", "" },
+ { "nv!expert_report_mask", "" },
+ { "nv!extensionstringnvarch", "" },
+ { "nv!extensionstringversion", "" },
+ { "nv!f00f1938", "" },
+ { "nv!f10736", "" },
+ { "nv!f1846870", "" },
+ { "nv!f33bc370", "" },
+ { "nv!f392a874", "" },
+ { "nv!f49ae8", "" },
+ { "nv!fa345cce", "" },
+ { "nv!fa35cc4", "" },
+ { "nv!faa14a", "" },
+ { "nv!faf8a723", "" },
+ { "nv!fastgs", "" },
+ { "nv!fbf4ac45", "" },
+ { "nv!fbo_blit_ignore_srgb", "" },
+ { "nv!fc64c7", "" },
+ { "nv!ff54ec97", "" },
+ { "nv!ff54ec98", "" },
+ { "nv!forceexitprocessdetach", "" },
+ { "nv!forcerequestedesversion", "" },
+ { "nv!__gl_", "" },
+ { "nv!__gl_00008600", "" },
+ { "nv!__gl_0007b25e", "" },
+ { "nv!__gl_0083e1", "" },
+ { "nv!__gl_01621887", "" },
+ { "nv!__gl_03134743", "" },
+ { "nv!__gl_0356afd0", "" },
+ { "nv!__gl_0356afd1", "" },
+ { "nv!__gl_0356afd2", "" },
+ { "nv!__gl_0356afd3", "" },
+ { "nv!__gl_094313", "" },
+ { "nv!__gl_0x04dc09", "" },
+ { "nv!__gl_0x111133", "" },
+ { "nv!__gl_0x1aa483", "" },
+ { "nv!__gl_0x1cb1cf", "" },
+ { "nv!__gl_0x1cb1d0", "" },
+ { "nv!__gl_0x1e3221", "" },
+ { "nv!__gl_0x300fc8", "" },
+ { "nv!__gl_0x301fc8", "" },
+ { "nv!__gl_0x302fc8", "" },
+ { "nv!__gl_0x3eec59", "" },
+ { "nv!__gl_0x46b3ed", "" },
+ { "nv!__gl_0x523dc0", "" },
+ { "nv!__gl_0x523dc1", "" },
+ { "nv!__gl_0x523dc2", "" },
+ { "nv!__gl_0x523dc3", "" },
+ { "nv!__gl_0x523dc4", "" },
+ { "nv!__gl_0x523dc5", "" },
+ { "nv!__gl_0x523dc6", "" },
+ { "nv!__gl_0x523dd0", "" },
+ { "nv!__gl_0x523dd1", "" },
+ { "nv!__gl_0x523dd3", "" },
+ { "nv!__gl_0x5344bb", "" },
+ { "nv!__gl_0x555237", "" },
+ { "nv!__gl_0x58a234", "" },
+ { "nv!__gl_0x7b4428", "" },
+ { "nv!__gl_0x923dc0", "" },
+ { "nv!__gl_0x923dc1", "" },
+ { "nv!__gl_0x923dc2", "" },
+ { "nv!__gl_0x923dc3", "" },
+ { "nv!__gl_0x923dc4", "" },
+ { "nv!__gl_0x923dd3", "" },
+ { "nv!__gl_0x9abdc5", "" },
+ { "nv!__gl_0x9abdc6", "" },
+ { "nv!__gl_0xaaa36c", "" },
+ { "nv!__gl_0xb09da0", "" },
+ { "nv!__gl_0xb09da1", "" },
+ { "nv!__gl_0xb09da2", "" },
+ { "nv!__gl_0xb09da3", "" },
+ { "nv!__gl_0xb09da4", "" },
+ { "nv!__gl_0xb09da5", "" },
+ { "nv!__gl_0xb0b348", "" },
+ { "nv!__gl_0xb0b349", "" },
+ { "nv!__gl_0xbb558f", "" },
+ { "nv!__gl_0xbd10fb", "" },
+ { "nv!__gl_0xc32ad3", "" },
+ { "nv!__gl_0xce2348", "" },
+ { "nv!__gl_0xcfd81f", "" },
+ { "nv!__gl_0xe0036b", "" },
+ { "nv!__gl_0xe01f2d", "" },
+ { "nv!__gl_0xe17212", "" },
+ { "nv!__gl_0xeae966", "" },
+ { "nv!__gl_0xed4f82", "" },
+ { "nv!__gl_0xf12335", "" },
+ { "nv!__gl_0xf12336", "" },
+ { "nv!__gl_10261989", "" },
+ { "nv!__gl_1042d483", "" },
+ { "nv!__gl_10572898", "" },
+ { "nv!__gl_115631", "" },
+ { "nv!__gl_12950094", "" },
+ { "nv!__gl_1314f311", "" },
+ { "nv!__gl_1314f312", "" },
+ { "nv!__gl_13279512", "" },
+ { "nv!__gl_13813496", "" },
+ { "nv!__gl_14507179", "" },
+ { "nv!__gl_15694569", "" },
+ { "nv!__gl_16936964", "" },
+ { "nv!__gl_17aa230c", "" },
+ { "nv!__gl_182054", "" },
+ { "nv!__gl_18273275", "" },
+ { "nv!__gl_18273276", "" },
+ { "nv!__gl_1854d03b", "" },
+ { "nv!__gl_18add00d", "" },
+ { "nv!__gl_19156670", "" },
+ { "nv!__gl_19286545", "" },
+ { "nv!__gl_1a298e9f", "" },
+ { "nv!__gl_1acf43fe", "" },
+ { "nv!__gl_1bda43fe", "" },
+ { "nv!__gl_1c3b92", "" },
+ { "nv!__gl_21509920", "" },
+ { "nv!__gl_215323457", "" },
+ { "nv!__gl_2165ad", "" },
+ { "nv!__gl_2165ae", "" },
+ { "nv!__gl_21be9c", "" },
+ { "nv!__gl_233264316", "" },
+ { "nv!__gl_234557580", "" },
+ { "nv!__gl_23cd0e", "" },
+ { "nv!__gl_24189123", "" },
+ { "nv!__gl_2443266", "" },
+ { "nv!__gl_25025519", "" },
+ { "nv!__gl_255e39", "" },
+ { "nv!__gl_2583364", "" },
+ { "nv!__gl_2888c1", "" },
+ { "nv!__gl_28ca3e", "" },
+ { "nv!__gl_29871243", "" },
+ { "nv!__gl_2a1f64", "" },
+ { "nv!__gl_2dc432", "" },
+ { "nv!__gl_2de437", "" },
+ { "nv!__gl_2f3bb89c", "" },
+ { "nv!__gl_2fd652", "" },
+ { "nv!__gl_3001ac", "" },
+ { "nv!__gl_31298772", "" },
+ { "nv!__gl_313233", "" },
+ { "nv!__gl_31f7d603", "" },
+ { "nv!__gl_320ce4", "" },
+ { "nv!__gl_32153248", "" },
+ { "nv!__gl_32153249", "" },
+ { "nv!__gl_335bca", "" },
+ { "nv!__gl_342abb", "" },
+ { "nv!__gl_34dfe6", "" },
+ { "nv!__gl_34dfe7", "" },
+ { "nv!__gl_34dfe8", "" },
+ { "nv!__gl_34dfe9", "" },
+ { "nv!__gl_35201578", "" },
+ { "nv!__gl_359278", "" },
+ { "nv!__gl_37f53a", "" },
+ { "nv!__gl_38144972", "" },
+ { "nv!__gl_38542646", "" },
+ { "nv!__gl_3b74c9", "" },
+ { "nv!__gl_3c136f", "" },
+ { "nv!__gl_3cf72823", "" },
+ { "nv!__gl_3d7af029", "" },
+ { "nv!__gl_3ff34782", "" },
+ { "nv!__gl_4129618", "" },
+ { "nv!__gl_4189fac3", "" },
+ { "nv!__gl_420bd4", "" },
+ { "nv!__gl_42a699", "" },
+ { "nv!__gl_441369", "" },
+ { "nv!__gl_4458713e", "" },
+ { "nv!__gl_4554b6", "" },
+ { "nv!__gl_457425", "" },
+ { "nv!__gl_4603b207", "" },
+ { "nv!__gl_46574957", "" },
+ { "nv!__gl_46574958", "" },
+ { "nv!__gl_46813529", "" },
+ { "nv!__gl_46f1e13d", "" },
+ { "nv!__gl_47534c43", "" },
+ { "nv!__gl_48550336", "" },
+ { "nv!__gl_48576893", "" },
+ { "nv!__gl_48576894", "" },
+ { "nv!__gl_4889ac02", "" },
+ { "nv!__gl_49005740", "" },
+ { "nv!__gl_49867584", "" },
+ { "nv!__gl_49960973", "" },
+ { "nv!__gl_4a5341", "" },
+ { "nv!__gl_4f4e48", "" },
+ { "nv!__gl_4f8a0a", "" },
+ { "nv!__gl_50299698", "" },
+ { "nv!__gl_50299699", "" },
+ { "nv!__gl_50361291", "" },
+ { "nv!__gl_5242ae", "" },
+ { "nv!__gl_53d30c", "" },
+ { "nv!__gl_56347a", "" },
+ { "nv!__gl_563a95f1", "" },
+ { "nv!__gl_573823", "" },
+ { "nv!__gl_58027529", "" },
+ { "nv!__gl_5d2d63", "" },
+ { "nv!__gl_5f7e3b", "" },
+ { "nv!__gl_60461793", "" },
+ { "nv!__gl_60d355", "" },
+ { "nv!__gl_616627aa", "" },
+ { "nv!__gl_62317182", "" },
+ { "nv!__gl_6253fa2e", "" },
+ { "nv!__gl_64100768", "" },
+ { "nv!__gl_64100769", "" },
+ { "nv!__gl_64100770", "" },
+ { "nv!__gl_647395", "" },
+ { "nv!__gl_66543234", "" },
+ { "nv!__gl_67674763", "" },
+ { "nv!__gl_67739784", "" },
+ { "nv!__gl_68fb9c", "" },
+ { "nv!__gl_69801276", "" },
+ { "nv!__gl_6af9fa2f", "" },
+ { "nv!__gl_6af9fa3f", "" },
+ { "nv!__gl_6af9fa4f", "" },
+ { "nv!__gl_6bd8c7", "" },
+ { "nv!__gl_6c7691", "" },
+ { "nv!__gl_6d4296ce", "" },
+ { "nv!__gl_6dd7e7", "" },
+ { "nv!__gl_6dd7e8", "" },
+ { "nv!__gl_6fe11ec1", "" },
+ { "nv!__gl_716511763", "" },
+ { "nv!__gl_72504593", "" },
+ { "nv!__gl_73304097", "" },
+ { "nv!__gl_73314098", "" },
+ { "nv!__gl_74095213", "" },
+ { "nv!__gl_74095213a", "" },
+ { "nv!__gl_74095213b", "" },
+ { "nv!__gl_74095214", "" },
+ { "nv!__gl_748f9649", "" },
+ { "nv!__gl_75494732", "" },
+ { "nv!__gl_78452832", "" },
+ { "nv!__gl_784561", "" },
+ { "nv!__gl_78e16b9c", "" },
+ { "nv!__gl_79251225", "" },
+ { "nv!__gl_7c128b", "" },
+ { "nv!__gl_7ccd93", "" },
+ { "nv!__gl_7df8d1", "" },
+ { "nv!__gl_800c2310", "" },
+ { "nv!__gl_80546710", "" },
+ { "nv!__gl_80772310", "" },
+ { "nv!__gl_808ee280", "" },
+ { "nv!__gl_81131154", "" },
+ { "nv!__gl_81274457", "" },
+ { "nv!__gl_8292291f", "" },
+ { "nv!__gl_83498426", "" },
+ { "nv!__gl_84993794", "" },
+ { "nv!__gl_84995585", "" },
+ { "nv!__gl_84a0a0", "" },
+ { "nv!__gl_852142", "" },
+ { "nv!__gl_85612309", "" },
+ { "nv!__gl_85612310", "" },
+ { "nv!__gl_85612311", "" },
+ { "nv!__gl_85612312", "" },
+ { "nv!__gl_8623ff27", "" },
+ { "nv!__gl_87364952", "" },
+ { "nv!__gl_87f6275666", "" },
+ { "nv!__gl_886748", "" },
+ { "nv!__gl_89894423", "" },
+ { "nv!__gl_8ad8a75", "" },
+ { "nv!__gl_8ad8ad00", "" },
+ { "nv!__gl_8bb815", "" },
+ { "nv!__gl_8bb817", "" },
+ { "nv!__gl_8bb818", "" },
+ { "nv!__gl_8bb819", "" },
+ { "nv!__gl_8e640cd1", "" },
+ { "nv!__gl_8f34971a", "" },
+ { "nv!__gl_8f773984", "" },
+ { "nv!__gl_8f7a7d", "" },
+ { "nv!__gl_902486209", "" },
+ { "nv!__gl_90482571", "" },
+ { "nv!__gl_91214835", "" },
+ { "nv!__gl_912848290", "" },
+ { "nv!__gl_915e56", "" },
+ { "nv!__gl_92179063", "" },
+ { "nv!__gl_92179064", "" },
+ { "nv!__gl_92179065", "" },
+ { "nv!__gl_92179066", "" },
+ { "nv!__gl_92350358", "" },
+ { "nv!__gl_92809063", "" },
+ { "nv!__gl_92809064", "" },
+ { "nv!__gl_92809065", "" },
+ { "nv!__gl_92809066", "" },
+ { "nv!__gl_92920143", "" },
+ { "nv!__gl_93a89b12", "" },
+ { "nv!__gl_93a89c0b", "" },
+ { "nv!__gl_94812574", "" },
+ { "nv!__gl_95282304", "" },
+ { "nv!__gl_95394027", "" },
+ { "nv!__gl_959b1f", "" },
+ { "nv!__gl_9638af", "" },
+ { "nv!__gl_96fd59", "" },
+ { "nv!__gl_97f6275666", "" },
+ { "nv!__gl_97f6275667", "" },
+ { "nv!__gl_97f6275668", "" },
+ { "nv!__gl_97f6275669", "" },
+ { "nv!__gl_97f627566a", "" },
+ { "nv!__gl_97f627566b", "" },
+ { "nv!__gl_97f627566d", "" },
+ { "nv!__gl_97f627566e", "" },
+ { "nv!__gl_97f627566f", "" },
+ { "nv!__gl_97f6275670", "" },
+ { "nv!__gl_97f6275671", "" },
+ { "nv!__gl_97f727566e", "" },
+ { "nv!__gl_98480775", "" },
+ { "nv!__gl_98480776", "" },
+ { "nv!__gl_98480777", "" },
+ { "nv!__gl_992431", "" },
+ { "nv!__gl_9aa29065", "" },
+ { "nv!__gl_9af32c", "" },
+ { "nv!__gl_9af32d", "" },
+ { "nv!__gl_9af32e", "" },
+ { "nv!__gl_9c108b71", "" },
+ { "nv!__gl_9f279065", "" },
+ { "nv!__gl_a01bc728", "" },
+ { "nv!__gl_a13b46c80", "" },
+ { "nv!__gl_a22eb0", "" },
+ { "nv!__gl_a2fb451e", "" },
+ { "nv!__gl_a3456abe", "" },
+ { "nv!__gl_a7044887", "" },
+ { "nv!__gl_a7149200", "" },
+ { "nv!__gl_a766215670", "" },
+ { "nv!__gl_aalinegamma", "" },
+ { "nv!__gl_aalinetweaks", "" },
+ { "nv!__gl_ab34ee01", "" },
+ { "nv!__gl_ab34ee02", "" },
+ { "nv!__gl_ab34ee03", "" },
+ { "nv!__gl_ac0274", "" },
+ { "nv!__gl_af73c63e", "" },
+ { "nv!__gl_af73c63f", "" },
+ { "nv!__gl_af9927", "" },
+ { "nv!__gl_afoverride", "" },
+ { "nv!__gl_allocdeviceevents", "" },
+ { "nv!__gl_applicationkey", "" },
+ { "nv!__gl_appreturnonlybasicglsltype", "" },
+ { "nv!__gl_app_softimage", "" },
+ { "nv!__gl_app_supportbits2", "" },
+ { "nv!__gl_assumetextureismipmappedatcreation", "" },
+ { "nv!__gl_b1fb0f01", "" },
+ { "nv!__gl_b3edd5", "" },
+ { "nv!__gl_b40d9e03d", "" },
+ { "nv!__gl_b7f6275666", "" },
+ { "nv!__gl_b812c1", "" },
+ { "nv!__gl_ba14ba1a", "" },
+ { "nv!__gl_ba14ba1b", "" },
+ { "nv!__gl_bd7559", "" },
+ { "nv!__gl_bd755a", "" },
+ { "nv!__gl_bd755c", "" },
+ { "nv!__gl_bd755d", "" },
+ { "nv!__gl_be58bb", "" },
+ { "nv!__gl_be92cb", "" },
+ { "nv!__gl_beefcba3", "" },
+ { "nv!__gl_beefcba4", "" },
+ { "nv!__gl_c023777f", "" },
+ { "nv!__gl_c09dc8", "" },
+ { "nv!__gl_c0d340", "" },
+ { "nv!__gl_c2ff374c", "" },
+ { "nv!__gl_c5e9d7a3", "" },
+ { "nv!__gl_c5e9d7a4", "" },
+ { "nv!__gl_c5e9d7b4", "" },
+ { "nv!__gl_c618f9", "" },
+ { "nv!__gl_ca345840", "" },
+ { "nv!__gl_cachedisable", "" },
+ { "nv!__gl_channelpriorityoverride", "" },
+ { "nv!__gl_cleardatastorevidmem", "" },
+ { "nv!__gl_cmdbufmemoryspaceenables", "" },
+ { "nv!__gl_cmdbufminwords", "" },
+ { "nv!__gl_cmdbufsizewords", "" },
+ { "nv!__gl_conformantblitframebufferscissor", "" },
+ { "nv!__gl_conformantincompletetextures", "" },
+ { "nv!__gl_copybuffermethod", "" },
+ { "nv!__gl_cubemapaniso", "" },
+ { "nv!__gl_cubemapfiltering", "" },
+ { "nv!__gl_d0e9a4d7", "" },
+ { "nv!__gl_d13733f12", "" },
+ { "nv!__gl_d1b399", "" },
+ { "nv!__gl_d2983c32", "" },
+ { "nv!__gl_d2983c33", "" },
+ { "nv!__gl_d2e71b", "" },
+ { "nv!__gl_d377dc", "" },
+ { "nv!__gl_d377dd", "" },
+ { "nv!__gl_d489f4", "" },
+ { "nv!__gl_d4bce1", "" },
+ { "nv!__gl_d518cb", "" },
+ { "nv!__gl_d518cd", "" },
+ { "nv!__gl_d518ce", "" },
+ { "nv!__gl_d518d0", "" },
+ { "nv!__gl_d518d1", "" },
+ { "nv!__gl_d518d2", "" },
+ { "nv!__gl_d518d3", "" },
+ { "nv!__gl_d518d4", "" },
+ { "nv!__gl_d518d5", "" },
+ { "nv!__gl_d59eda", "" },
+ { "nv!__gl_d83cbd", "" },
+ { "nv!__gl_d8e777", "" },
+ { "nv!__gl_debug_level", "" },
+ { "nv!__gl_debug_mask", "" },
+ { "nv!__gl_debug_options", "" },
+ { "nv!__gl_devshmpageableallocations", "" },
+ { "nv!__gl_df1f9812", "" },
+ { "nv!__gl_df783c", "" },
+ { "nv!__gl_diagenable", "" },
+ { "nv!__gl_disallowcemask", "" },
+ { "nv!__gl_disallowz16", "" },
+ { "nv!__gl_dlmemoryspaceenables", "" },
+ { "nv!__gl_e0bfec", "" },
+ { "nv!__gl_e433456d", "" },
+ { "nv!__gl_e435563f", "" },
+ { "nv!__gl_e4cd9c", "" },
+ { "nv!__gl_e5c972", "" },
+ { "nv!__gl_e639ef", "" },
+ { "nv!__gl_e802af", "" },
+ { "nv!__gl_eae964", "" },
+ { "nv!__gl_earlytexturehwallocation", "" },
+ { "nv!__gl_eb92a3", "" },
+ { "nv!__gl_ebca56", "" },
+ { "nv!__gl_expert_detail_level", "" },
+ { "nv!__gl_expert_output_mask", "" },
+ { "nv!__gl_expert_report_mask", "" },
+ { "nv!__gl_extensionstringnvarch", "" },
+ { "nv!__gl_extensionstringversion", "" },
+ { "nv!__gl_f00f1938", "" },
+ { "nv!__gl_f10736", "" },
+ { "nv!__gl_f1846870", "" },
+ { "nv!__gl_f33bc370", "" },
+ { "nv!__gl_f392a874", "" },
+ { "nv!__gl_f49ae8", "" },
+ { "nv!__gl_fa345cce", "" },
+ { "nv!__gl_fa35cc4", "" },
+ { "nv!__gl_faa14a", "" },
+ { "nv!__gl_faf8a723", "" },
+ { "nv!__gl_fastgs", "" },
+ { "nv!__gl_fbf4ac45", "" },
+ { "nv!__gl_fbo_blit_ignore_srgb", "" },
+ { "nv!__gl_fc64c7", "" },
+ { "nv!__gl_ff54ec97", "" },
+ { "nv!__gl_ff54ec98", "" },
+ { "nv!__gl_forceexitprocessdetach", "" },
+ { "nv!__gl_forcerequestedesversion", "" },
+ { "nv!__gl_glsynctovblank", "" },
+ { "nv!__gl_gvitimeoutcontrol", "" },
+ { "nv!__gl_hcctrl", "" },
+ { "nv!__gl_hwstate_per_ctx", "" },
+ { "nv!__gl_machinecachelimit", "" },
+ { "nv!__gl_maxframesallowed", "" },
+ { "nv!__gl_memmgrcachedalloclimit", "" },
+ { "nv!__gl_memmgrcachedalloclimitratio", "" },
+ { "nv!__gl_memmgrsysheapalloclimit", "" },
+ { "nv!__gl_memmgrsysheapalloclimitratio", "" },
+ { "nv!__gl_memmgrvidheapalloclimit", "" },
+ { "nv!__gl_mosaic_clip_to_subdev", "" },
+ { "nv!__gl_mosaic_clip_to_subdev_h_overlap", "" },
+ { "nv!__gl_mosaic_clip_to_subdev_v_overlap", "" },
+ { "nv!__gl_overlaymergeblittimerms", "" },
+ { "nv!__gl_perfmon_mode", "" },
+ { "nv!__gl_pixbar_mode", "" },
+ { "nv!__gl_qualityenhancements", "" },
+ { "nv!__gl_r27s18q28", "" },
+ { "nv!__gl_r2d7c1d8", "" },
+ { "nv!__gl_renderer", "" },
+ { "nv!__gl_renderqualityflags", "" },
+ { "nv!__gl_s3tcquality", "" },
+ { "nv!__gl_shaderatomics", "" },
+ { "nv!__gl_shadercacheinitsize", "" },
+ { "nv!__gl_shader_disk_cache_path", "" },
+ { "nv!__gl_shader_disk_cache_read_only", "" },
+ { "nv!__gl_shaderobjects", "" },
+ { "nv!__gl_shaderportabilitywarnings", "" },
+ { "nv!__gl_shaderwarningsaserrors", "" },
+ { "nv!__gl_skiptexturehostcopies", "" },
+ { "nv!__glslc_debug_level", "" },
+ { "nv!__glslc_debug_mask", "" },
+ { "nv!__glslc_debug_options", "" },
+ { "nv!__glslc_debug_filename", "" },
+ { "nv!__gl_sli_dli_control", "" },
+ { "nv!__gl_sparsetexture", "" },
+ { "nv!__gl_spinlooptimeout", "" },
+ { "nv!__gl_sync_to_vblank", "" },
+ { "nv!glsynctovblank", "" },
+ { "nv!__gl_sysheapreuseratio", "" },
+ { "nv!__gl_sysmemtexturepromotion", "" },
+ { "nv!__gl_targetflushcount", "" },
+ { "nv!__gl_tearingfreeswappresent", "" },
+ { "nv!__gl_texclampbehavior", "" },
+ { "nv!__gl_texlodbias", "" },
+ { "nv!__gl_texmemoryspaceenables", "" },
+ { "nv!__gl_textureprecache", "" },
+ { "nv!__gl_threadcontrol", "" },
+ { "nv!__gl_threadcontrol2", "" },
+ { "nv!__gl_usegvievents", "" },
+ { "nv!__gl_vbomemoryspaceenables", "" },
+ { "nv!__gl_vertexlimit", "" },
+ { "nv!__gl_vidheapreuseratio", "" },
+ { "nv!__gl_vpipe", "" },
+ { "nv!__gl_vpipeformatbloatlimit", "" },
+ { "nv!__gl_wglmessageboxonabort", "" },
+ { "nv!__gl_writeinfolog", "" },
+ { "nv!__gl_writeprogramobjectassembly", "" },
+ { "nv!__gl_writeprogramobjectsource", "" },
+ { "nv!__gl_xnvadapterpresent", "" },
+ { "nv!__gl_yield", "" },
+ { "nv!__gl_yieldfunction", "" },
+ { "nv!__gl_yieldfunctionfast", "" },
+ { "nv!__gl_yieldfunctionslow", "" },
+ { "nv!__gl_yieldfunctionwaitfordcqueue", "" },
+ { "nv!__gl_yieldfunctionwaitforframe", "" },
+ { "nv!__gl_yieldfunctionwaitforgpu", "" },
+ { "nv!__gl_zbctableaddhysteresis", "" },
+ { "nv!gpu_debug_mode", "" },
+ { "nv!gpu_stay_on", "" },
+ { "nv!gpu_timeout_ms_max", "" },
+ { "nv!gvitimeoutcontrol", "" },
+ { "nv!hcctrl", "" },
+ { "nv!hwstate_per_ctx", "" },
+ { "nv!libandroid_enable_log", "" },
+ { "nv!machinecachelimit", "" },
+ { "nv!maxframesallowed", "" },
+ { "nv!media.aac_51_output_enabled", "" },
+ { "nv!memmgrcachedalloclimit", "" },
+ { "nv!memmgrcachedalloclimitratio", "" },
+ { "nv!memmgrsysheapalloclimit", "" },
+ { "nv!memmgrsysheapalloclimitratio", "" },
+ { "nv!memmgrvidheapalloclimit", "" },
+ { "nv!mosaic_clip_to_subdev", "" },
+ { "nv!mosaic_clip_to_subdev_h_overlap", "" },
+ { "nv!mosaic_clip_to_subdev_v_overlap", "" },
+ { "nv!nvblit.dump", "" },
+ { "nv!nvblit.profile", "" },
+ { "nv!nvblit.twod", "" },
+ { "nv!nvblit.vic", "" },
+ { "nv!nvddk_vic_prevent_use", "" },
+ { "nv!nv_decompression", "" },
+ { "nv!nvdisp_bl_ctrl", "0" },
+ { "nv!nvdisp_debug_mask", "" },
+ { "nv!nvdisp_enable_ts", "0" },
+ { "nv!nvhdcp_timeout_ms", "12000" },
+ { "nv!nvhdcp_max_retries", "5" },
+ { "nv!nv_emc_dvfs_test", "" },
+ { "nv!nv_emc_init_rate_hz", "" },
+ { "nv!nv_gmmu_va_page_split", "" },
+ { "nv!nv_gmmu_va_range", "" },
+ { "nv!nvhost_debug_mask", "" },
+ { "nv!nvidia.hwc.dump_config", "" },
+ { "nv!nvidia.hwc.dump_layerlist", "" },
+ { "nv!nvidia.hwc.dump_windows", "" },
+ { "nv!nvidia.hwc.enable_disp_trans", "" },
+ { "nv!nvidia.hwc.ftrace_enable", "" },
+ { "nv!nvidia.hwc.hdcp_enable", "" },
+ { "nv!nvidia.hwc.hidden_window_mask0", "" },
+ { "nv!nvidia.hwc.hidden_window_mask1", "" },
+ { "nv!nvidia.hwc.immediate_modeset", "" },
+ { "nv!nvidia.hwc.imp_enable", "" },
+ { "nv!nvidia.hwc.no_egl", "" },
+ { "nv!nvidia.hwc.no_scratchblit", "" },
+ { "nv!nvidia.hwc.no_vic", "" },
+ { "nv!nvidia.hwc.null_display", "" },
+ { "nv!nvidia.hwc.scan_props", "" },
+ { "nv!nvidia.hwc.swap_interval", "" },
+ { "nv!nvidia.hwc.war_1515812", "0" },
+ { "nv!nvmap_debug_mask", "" },
+ { "nv!nv_memory_profiler", "" },
+ { "nv!nvnflinger_enable_log", "" },
+ { "nv!nvnflinger_flip_policy", "" },
+ { "nv!nvnflinger_hotplug_autoswitch", "0" },
+ { "nv!nvnflinger_prefer_primary_layer", "0" },
+ { "nv!nvnflinger_service_priority", "" },
+ { "nv!nvnflinger_service_threads", "" },
+ { "nv!nvnflinger_swap_interval", "" },
+ { "nv!nvnflinger_track_perf", "" },
+ { "nv!nvnflinger_virtualdisplay_policy", "60hz" },
+ { "nv!nvn_no_vsync_capability", false },
+ { "nv!nvn_through_opengl", "" },
+ { "nv!nv_pllcx_always_on", "" },
+ { "nv!nv_pllcx_safe_div", "" },
+ { "nv!nvrm_gpu_channel_interleave", "" },
+ { "nv!nvrm_gpu_channel_priority", "" },
+ { "nv!nvrm_gpu_channel_timeslice", "" },
+ { "nv!nvrm_gpu_default_device_index", "" },
+ { "nv!nvrm_gpu_dummy", "" },
+ { "nv!nvrm_gpu_help", "" },
+ { "nv!nvrm_gpu_nvgpu_disable", "" },
+ { "nv!nvrm_gpu_nvgpu_do_nfa_partial_map", "" },
+ { "nv!nvrm_gpu_nvgpu_ecc_overrides", "" },
+ { "nv!nvrm_gpu_nvgpu_no_as_get_va_regions", "" },
+ { "nv!nvrm_gpu_nvgpu_no_channel_abort", "" },
+ { "nv!nvrm_gpu_nvgpu_no_cyclestats", "" },
+ { "nv!nvrm_gpu_nvgpu_no_fixed", "" },
+ { "nv!nvrm_gpu_nvgpu_no_gpu_characteristics", "" },
+ { "nv!nvrm_gpu_nvgpu_no_ioctl_mutex", "" },
+ { "nv!nvrm_gpu_nvgpu_no_map_buffer_ex", "" },
+ { "nv!nvrm_gpu_nvgpu_no_robustness", "" },
+ { "nv!nvrm_gpu_nvgpu_no_sparse", "" },
+ { "nv!nvrm_gpu_nvgpu_no_syncpoints", "" },
+ { "nv!nvrm_gpu_nvgpu_no_tsg", "" },
+ { "nv!nvrm_gpu_nvgpu_no_zbc", "" },
+ { "nv!nvrm_gpu_nvgpu_no_zcull", "" },
+ { "nv!nvrm_gpu_nvgpu_wrap_channels_in_tsgs", "" },
+ { "nv!nvrm_gpu_prevent_use", "" },
+ { "nv!nvrm_gpu_trace", "" },
+ { "nv!nvsched_debug_mask", "" },
+ { "nv!nvsched_force_enable", "" },
+ { "nv!nvsched_force_log", "" },
+ { "nv!nv_usb_plls_hw_ctrl", "" },
+ { "nv!nv_winsys", "" },
+ { "nv!nvwsi_dump", "" },
+ { "nv!nvwsi_fill", "" },
+ { "nv!ogl_", "" },
+ { "nv!ogl_0356afd0", "" },
+ { "nv!ogl_0356afd1", "" },
+ { "nv!ogl_0356afd2", "" },
+ { "nv!ogl_0356afd3", "" },
+ { "nv!ogl_0x923dc0", "" },
+ { "nv!ogl_0x923dc1", "" },
+ { "nv!ogl_0x923dc2", "" },
+ { "nv!ogl_0x923dc3", "" },
+ { "nv!ogl_0x923dc4", "" },
+ { "nv!ogl_0x923dd3", "" },
+ { "nv!ogl_0x9abdc5", "" },
+ { "nv!ogl_0x9abdc6", "" },
+ { "nv!ogl_0xbd10fb", "" },
+ { "nv!ogl_0xce2348", "" },
+ { "nv!ogl_10261989", "" },
+ { "nv!ogl_1042d483", "" },
+ { "nv!ogl_10572898", "" },
+ { "nv!ogl_115631", "" },
+ { "nv!ogl_12950094", "" },
+ { "nv!ogl_1314f311", "" },
+ { "nv!ogl_1314f312", "" },
+ { "nv!ogl_13279512", "" },
+ { "nv!ogl_13813496", "" },
+ { "nv!ogl_14507179", "" },
+ { "nv!ogl_15694569", "" },
+ { "nv!ogl_16936964", "" },
+ { "nv!ogl_17aa230c", "" },
+ { "nv!ogl_182054", "" },
+ { "nv!ogl_18273275", "" },
+ { "nv!ogl_18273276", "" },
+ { "nv!ogl_1854d03b", "" },
+ { "nv!ogl_18add00d", "" },
+ { "nv!ogl_19156670", "" },
+ { "nv!ogl_19286545", "" },
+ { "nv!ogl_1a298e9f", "" },
+ { "nv!ogl_1acf43fe", "" },
+ { "nv!ogl_1bda43fe", "" },
+ { "nv!ogl_1c3b92", "" },
+ { "nv!ogl_21509920", "" },
+ { "nv!ogl_215323457", "" },
+ { "nv!ogl_2165ad", "" },
+ { "nv!ogl_2165ae", "" },
+ { "nv!ogl_21be9c", "" },
+ { "nv!ogl_233264316", "" },
+ { "nv!ogl_234557580", "" },
+ { "nv!ogl_23cd0e", "" },
+ { "nv!ogl_24189123", "" },
+ { "nv!ogl_2443266", "" },
+ { "nv!ogl_25025519", "" },
+ { "nv!ogl_255e39", "" },
+ { "nv!ogl_2583364", "" },
+ { "nv!ogl_2888c1", "" },
+ { "nv!ogl_28ca3e", "" },
+ { "nv!ogl_29871243", "" },
+ { "nv!ogl_2a1f64", "" },
+ { "nv!ogl_2dc432", "" },
+ { "nv!ogl_2de437", "" },
+ { "nv!ogl_2f3bb89c", "" },
+ { "nv!ogl_2fd652", "" },
+ { "nv!ogl_3001ac", "" },
+ { "nv!ogl_31298772", "" },
+ { "nv!ogl_313233", "" },
+ { "nv!ogl_31f7d603", "" },
+ { "nv!ogl_320ce4", "" },
+ { "nv!ogl_32153248", "" },
+ { "nv!ogl_32153249", "" },
+ { "nv!ogl_335bca", "" },
+ { "nv!ogl_342abb", "" },
+ { "nv!ogl_34dfe6", "" },
+ { "nv!ogl_34dfe7", "" },
+ { "nv!ogl_34dfe8", "" },
+ { "nv!ogl_34dfe9", "" },
+ { "nv!ogl_35201578", "" },
+ { "nv!ogl_359278", "" },
+ { "nv!ogl_37f53a", "" },
+ { "nv!ogl_38144972", "" },
+ { "nv!ogl_38542646", "" },
+ { "nv!ogl_3b74c9", "" },
+ { "nv!ogl_3c136f", "" },
+ { "nv!ogl_3cf72823", "" },
+ { "nv!ogl_3d7af029", "" },
+ { "nv!ogl_3ff34782", "" },
+ { "nv!ogl_4129618", "" },
+ { "nv!ogl_4189fac3", "" },
+ { "nv!ogl_420bd4", "" },
+ { "nv!ogl_42a699", "" },
+ { "nv!ogl_441369", "" },
+ { "nv!ogl_4458713e", "" },
+ { "nv!ogl_4554b6", "" },
+ { "nv!ogl_457425", "" },
+ { "nv!ogl_4603b207", "" },
+ { "nv!ogl_46574957", "" },
+ { "nv!ogl_46574958", "" },
+ { "nv!ogl_46813529", "" },
+ { "nv!ogl_46f1e13d", "" },
+ { "nv!ogl_47534c43", "" },
+ { "nv!ogl_48550336", "" },
+ { "nv!ogl_48576893", "" },
+ { "nv!ogl_48576894", "" },
+ { "nv!ogl_4889ac02", "" },
+ { "nv!ogl_49005740", "" },
+ { "nv!ogl_49867584", "" },
+ { "nv!ogl_49960973", "" },
+ { "nv!ogl_4a5341", "" },
+ { "nv!ogl_4f4e48", "" },
+ { "nv!ogl_4f8a0a", "" },
+ { "nv!ogl_50299698", "" },
+ { "nv!ogl_50299699", "" },
+ { "nv!ogl_50361291", "" },
+ { "nv!ogl_5242ae", "" },
+ { "nv!ogl_53d30c", "" },
+ { "nv!ogl_56347a", "" },
+ { "nv!ogl_563a95f1", "" },
+ { "nv!ogl_573823", "" },
+ { "nv!ogl_58027529", "" },
+ { "nv!ogl_5d2d63", "" },
+ { "nv!ogl_5f7e3b", "" },
+ { "nv!ogl_60461793", "" },
+ { "nv!ogl_60d355", "" },
+ { "nv!ogl_616627aa", "" },
+ { "nv!ogl_62317182", "" },
+ { "nv!ogl_6253fa2e", "" },
+ { "nv!ogl_64100768", "" },
+ { "nv!ogl_64100769", "" },
+ { "nv!ogl_64100770", "" },
+ { "nv!ogl_647395", "" },
+ { "nv!ogl_66543234", "" },
+ { "nv!ogl_67674763", "" },
+ { "nv!ogl_67739784", "" },
+ { "nv!ogl_68fb9c", "" },
+ { "nv!ogl_69801276", "" },
+ { "nv!ogl_6af9fa2f", "" },
+ { "nv!ogl_6af9fa3f", "" },
+ { "nv!ogl_6af9fa4f", "" },
+ { "nv!ogl_6bd8c7", "" },
+ { "nv!ogl_6c7691", "" },
+ { "nv!ogl_6d4296ce", "" },
+ { "nv!ogl_6dd7e7", "" },
+ { "nv!ogl_6dd7e8", "" },
+ { "nv!ogl_6fe11ec1", "" },
+ { "nv!ogl_716511763", "" },
+ { "nv!ogl_72504593", "" },
+ { "nv!ogl_73304097", "" },
+ { "nv!ogl_73314098", "" },
+ { "nv!ogl_74095213", "" },
+ { "nv!ogl_74095213a", "" },
+ { "nv!ogl_74095213b", "" },
+ { "nv!ogl_74095214", "" },
+ { "nv!ogl_748f9649", "" },
+ { "nv!ogl_75494732", "" },
+ { "nv!ogl_78452832", "" },
+ { "nv!ogl_784561", "" },
+ { "nv!ogl_78e16b9c", "" },
+ { "nv!ogl_79251225", "" },
+ { "nv!ogl_7c128b", "" },
+ { "nv!ogl_7ccd93", "" },
+ { "nv!ogl_7df8d1", "" },
+ { "nv!ogl_800c2310", "" },
+ { "nv!ogl_80546710", "" },
+ { "nv!ogl_80772310", "" },
+ { "nv!ogl_808ee280", "" },
+ { "nv!ogl_81131154", "" },
+ { "nv!ogl_81274457", "" },
+ { "nv!ogl_8292291f", "" },
+ { "nv!ogl_83498426", "" },
+ { "nv!ogl_84993794", "" },
+ { "nv!ogl_84995585", "" },
+ { "nv!ogl_84a0a0", "" },
+ { "nv!ogl_852142", "" },
+ { "nv!ogl_85612309", "" },
+ { "nv!ogl_85612310", "" },
+ { "nv!ogl_85612311", "" },
+ { "nv!ogl_85612312", "" },
+ { "nv!ogl_8623ff27", "" },
+ { "nv!ogl_87364952", "" },
+ { "nv!ogl_87f6275666", "" },
+ { "nv!ogl_886748", "" },
+ { "nv!ogl_89894423", "" },
+ { "nv!ogl_8ad8a75", "" },
+ { "nv!ogl_8ad8ad00", "" },
+ { "nv!ogl_8bb815", "" },
+ { "nv!ogl_8bb817", "" },
+ { "nv!ogl_8bb818", "" },
+ { "nv!ogl_8bb819", "" },
+ { "nv!ogl_8e640cd1", "" },
+ { "nv!ogl_8f34971a", "" },
+ { "nv!ogl_8f773984", "" },
+ { "nv!ogl_8f7a7d", "" },
+ { "nv!ogl_902486209", "" },
+ { "nv!ogl_90482571", "" },
+ { "nv!ogl_91214835", "" },
+ { "nv!ogl_912848290", "" },
+ { "nv!ogl_915e56", "" },
+ { "nv!ogl_92179063", "" },
+ { "nv!ogl_92179064", "" },
+ { "nv!ogl_92179065", "" },
+ { "nv!ogl_92179066", "" },
+ { "nv!ogl_92350358", "" },
+ { "nv!ogl_92809063", "" },
+ { "nv!ogl_92809064", "" },
+ { "nv!ogl_92809065", "" },
+ { "nv!ogl_92809066", "" },
+ { "nv!ogl_92920143", "" },
+ { "nv!ogl_93a89b12", "" },
+ { "nv!ogl_93a89c0b", "" },
+ { "nv!ogl_94812574", "" },
+ { "nv!ogl_95282304", "" },
+ { "nv!ogl_95394027", "" },
+ { "nv!ogl_959b1f", "" },
+ { "nv!ogl_9638af", "" },
+ { "nv!ogl_96fd59", "" },
+ { "nv!ogl_97f6275666", "" },
+ { "nv!ogl_97f6275667", "" },
+ { "nv!ogl_97f6275668", "" },
+ { "nv!ogl_97f6275669", "" },
+ { "nv!ogl_97f627566a", "" },
+ { "nv!ogl_97f627566b", "" },
+ { "nv!ogl_97f627566d", "" },
+ { "nv!ogl_97f627566e", "" },
+ { "nv!ogl_97f627566f", "" },
+ { "nv!ogl_97f6275670", "" },
+ { "nv!ogl_97f6275671", "" },
+ { "nv!ogl_97f727566e", "" },
+ { "nv!ogl_98480775", "" },
+ { "nv!ogl_98480776", "" },
+ { "nv!ogl_98480777", "" },
+ { "nv!ogl_992431", "" },
+ { "nv!ogl_9aa29065", "" },
+ { "nv!ogl_9af32c", "" },
+ { "nv!ogl_9af32d", "" },
+ { "nv!ogl_9af32e", "" },
+ { "nv!ogl_9c108b71", "" },
+ { "nv!ogl_9f279065", "" },
+ { "nv!ogl_a01bc728", "" },
+ { "nv!ogl_a13b46c80", "" },
+ { "nv!ogl_a22eb0", "" },
+ { "nv!ogl_a2fb451e", "" },
+ { "nv!ogl_a3456abe", "" },
+ { "nv!ogl_a7044887", "" },
+ { "nv!ogl_a7149200", "" },
+ { "nv!ogl_a766215670", "" },
+ { "nv!ogl_aalinegamma", "" },
+ { "nv!ogl_aalinetweaks", "" },
+ { "nv!ogl_ab34ee01", "" },
+ { "nv!ogl_ab34ee02", "" },
+ { "nv!ogl_ab34ee03", "" },
+ { "nv!ogl_ac0274", "" },
+ { "nv!ogl_af73c63e", "" },
+ { "nv!ogl_af73c63f", "" },
+ { "nv!ogl_af9927", "" },
+ { "nv!ogl_afoverride", "" },
+ { "nv!ogl_allocdeviceevents", "" },
+ { "nv!ogl_applicationkey", "" },
+ { "nv!ogl_appreturnonlybasicglsltype", "" },
+ { "nv!ogl_app_softimage", "" },
+ { "nv!ogl_app_supportbits2", "" },
+ { "nv!ogl_assumetextureismipmappedatcreation", "" },
+ { "nv!ogl_b1fb0f01", "" },
+ { "nv!ogl_b3edd5", "" },
+ { "nv!ogl_b40d9e03d", "" },
+ { "nv!ogl_b7f6275666", "" },
+ { "nv!ogl_b812c1", "" },
+ { "nv!ogl_ba14ba1a", "" },
+ { "nv!ogl_ba14ba1b", "" },
+ { "nv!ogl_bd7559", "" },
+ { "nv!ogl_bd755a", "" },
+ { "nv!ogl_bd755c", "" },
+ { "nv!ogl_bd755d", "" },
+ { "nv!ogl_be58bb", "" },
+ { "nv!ogl_be92cb", "" },
+ { "nv!ogl_beefcba3", "" },
+ { "nv!ogl_beefcba4", "" },
+ { "nv!ogl_c023777f", "" },
+ { "nv!ogl_c09dc8", "" },
+ { "nv!ogl_c0d340", "" },
+ { "nv!ogl_c2ff374c", "" },
+ { "nv!ogl_c5e9d7a3", "" },
+ { "nv!ogl_c5e9d7a4", "" },
+ { "nv!ogl_c5e9d7b4", "" },
+ { "nv!ogl_c618f9", "" },
+ { "nv!ogl_ca345840", "" },
+ { "nv!ogl_cachedisable", "" },
+ { "nv!ogl_channelpriorityoverride", "" },
+ { "nv!ogl_cleardatastorevidmem", "" },
+ { "nv!ogl_cmdbufmemoryspaceenables", "" },
+ { "nv!ogl_cmdbufminwords", "" },
+ { "nv!ogl_cmdbufsizewords", "" },
+ { "nv!ogl_conformantblitframebufferscissor", "" },
+ { "nv!ogl_conformantincompletetextures", "" },
+ { "nv!ogl_copybuffermethod", "" },
+ { "nv!ogl_cubemapaniso", "" },
+ { "nv!ogl_cubemapfiltering", "" },
+ { "nv!ogl_d0e9a4d7", "" },
+ { "nv!ogl_d13733f12", "" },
+ { "nv!ogl_d1b399", "" },
+ { "nv!ogl_d2983c32", "" },
+ { "nv!ogl_d2983c33", "" },
+ { "nv!ogl_d2e71b", "" },
+ { "nv!ogl_d377dc", "" },
+ { "nv!ogl_d377dd", "" },
+ { "nv!ogl_d489f4", "" },
+ { "nv!ogl_d4bce1", "" },
+ { "nv!ogl_d518cb", "" },
+ { "nv!ogl_d518cd", "" },
+ { "nv!ogl_d518ce", "" },
+ { "nv!ogl_d518d0", "" },
+ { "nv!ogl_d518d1", "" },
+ { "nv!ogl_d518d2", "" },
+ { "nv!ogl_d518d3", "" },
+ { "nv!ogl_d518d4", "" },
+ { "nv!ogl_d518d5", "" },
+ { "nv!ogl_d59eda", "" },
+ { "nv!ogl_d83cbd", "" },
+ { "nv!ogl_d8e777", "" },
+ { "nv!ogl_debug_level", "" },
+ { "nv!ogl_debug_mask", "" },
+ { "nv!ogl_debug_options", "" },
+ { "nv!ogl_devshmpageableallocations", "" },
+ { "nv!ogl_df1f9812", "" },
+ { "nv!ogl_df783c", "" },
+ { "nv!ogl_diagenable", "" },
+ { "nv!ogl_disallowcemask", "" },
+ { "nv!ogl_disallowz16", "" },
+ { "nv!ogl_dlmemoryspaceenables", "" },
+ { "nv!ogl_e0bfec", "" },
+ { "nv!ogl_e433456d", "" },
+ { "nv!ogl_e435563f", "" },
+ { "nv!ogl_e4cd9c", "" },
+ { "nv!ogl_e5c972", "" },
+ { "nv!ogl_e639ef", "" },
+ { "nv!ogl_e802af", "" },
+ { "nv!ogl_eae964", "" },
+ { "nv!ogl_earlytexturehwallocation", "" },
+ { "nv!ogl_eb92a3", "" },
+ { "nv!ogl_ebca56", "" },
+ { "nv!ogl_expert_detail_level", "" },
+ { "nv!ogl_expert_output_mask", "" },
+ { "nv!ogl_expert_report_mask", "" },
+ { "nv!ogl_extensionstringnvarch", "" },
+ { "nv!ogl_extensionstringversion", "" },
+ { "nv!ogl_f00f1938", "" },
+ { "nv!ogl_f10736", "" },
+ { "nv!ogl_f1846870", "" },
+ { "nv!ogl_f33bc370", "" },
+ { "nv!ogl_f392a874", "" },
+ { "nv!ogl_f49ae8", "" },
+ { "nv!ogl_fa345cce", "" },
+ { "nv!ogl_fa35cc4", "" },
+ { "nv!ogl_faa14a", "" },
+ { "nv!ogl_faf8a723", "" },
+ { "nv!ogl_fastgs", "" },
+ { "nv!ogl_fbf4ac45", "" },
+ { "nv!ogl_fbo_blit_ignore_srgb", "" },
+ { "nv!ogl_fc64c7", "" },
+ { "nv!ogl_ff54ec97", "" },
+ { "nv!ogl_ff54ec98", "" },
+ { "nv!ogl_forceexitprocessdetach", "" },
+ { "nv!ogl_forcerequestedesversion", "" },
+ { "nv!ogl_glsynctovblank", "" },
+ { "nv!ogl_gvitimeoutcontrol", "" },
+ { "nv!ogl_hcctrl", "" },
+ { "nv!ogl_hwstate_per_ctx", "" },
+ { "nv!ogl_machinecachelimit", "" },
+ { "nv!ogl_maxframesallowed", "" },
+ { "nv!ogl_memmgrcachedalloclimit", "" },
+ { "nv!ogl_memmgrcachedalloclimitratio", "" },
+ { "nv!ogl_memmgrsysheapalloclimit", "" },
+ { "nv!ogl_memmgrsysheapalloclimitratio", "" },
+ { "nv!ogl_memmgrvidheapalloclimit", "" },
+ { "nv!ogl_mosaic_clip_to_subdev", "" },
+ { "nv!ogl_mosaic_clip_to_subdev_h_overlap", "" },
+ { "nv!ogl_mosaic_clip_to_subdev_v_overlap", "" },
+ { "nv!ogl_overlaymergeblittimerms", "" },
+ { "nv!ogl_perfmon_mode", "" },
+ { "nv!ogl_pixbar_mode", "" },
+ { "nv!ogl_qualityenhancements", "" },
+ { "nv!ogl_r27s18q28", "" },
+ { "nv!ogl_r2d7c1d8", "" },
+ { "nv!ogl_renderer", "" },
+ { "nv!ogl_renderqualityflags", "" },
+ { "nv!ogl_s3tcquality", "" },
+ { "nv!ogl_shaderatomics", "" },
+ { "nv!ogl_shadercacheinitsize", "" },
+ { "nv!ogl_shader_disk_cache_path", "" },
+ { "nv!ogl_shader_disk_cache_read_only", "" },
+ { "nv!ogl_shaderobjects", "" },
+ { "nv!ogl_shaderportabilitywarnings", "" },
+ { "nv!ogl_shaderwarningsaserrors", "" },
+ { "nv!ogl_skiptexturehostcopies", "" },
+ { "nv!ogl_sli_dli_control", "" },
+ { "nv!ogl_sparsetexture", "" },
+ { "nv!ogl_spinlooptimeout", "" },
+ { "nv!ogl_sync_to_vblank", "" },
+ { "nv!ogl_sysheapreuseratio", "" },
+ { "nv!ogl_sysmemtexturepromotion", "" },
+ { "nv!ogl_targetflushcount", "" },
+ { "nv!ogl_tearingfreeswappresent", "" },
+ { "nv!ogl_texclampbehavior", "" },
+ { "nv!ogl_texlodbias", "" },
+ { "nv!ogl_texmemoryspaceenables", "" },
+ { "nv!ogl_textureprecache", "" },
+ { "nv!ogl_threadcontrol", "" },
+ { "nv!ogl_threadcontrol2", "" },
+ { "nv!ogl_usegvievents", "" },
+ { "nv!ogl_vbomemoryspaceenables", "" },
+ { "nv!ogl_vertexlimit", "" },
+ { "nv!ogl_vidheapreuseratio", "" },
+ { "nv!ogl_vpipe", "" },
+ { "nv!ogl_vpipeformatbloatlimit", "" },
+ { "nv!ogl_wglmessageboxonabort", "" },
+ { "nv!ogl_writeinfolog", "" },
+ { "nv!ogl_writeprogramobjectassembly", "" },
+ { "nv!ogl_writeprogramobjectsource", "" },
+ { "nv!ogl_xnvadapterpresent", "" },
+ { "nv!ogl_yield", "" },
+ { "nv!ogl_yieldfunction", "" },
+ { "nv!ogl_yieldfunctionfast", "" },
+ { "nv!ogl_yieldfunctionslow", "" },
+ { "nv!ogl_yieldfunctionwaitfordcqueue", "" },
+ { "nv!ogl_yieldfunctionwaitforframe", "" },
+ { "nv!ogl_yieldfunctionwaitforgpu", "" },
+ { "nv!ogl_zbctableaddhysteresis", "" },
+ { "nv!overlaymergeblittimerms", "" },
+ { "nv!perfmon_mode", "" },
+ { "nv!persist.sys.display.resolution", "" },
+ { "nv!persist.tegra.composite.fallb", "" },
+ { "nv!persist.tegra.composite.policy", "" },
+ { "nv!persist.tegra.composite.range", "" },
+ { "nv!persist.tegra.compositor", "" },
+ { "nv!persist.tegra.compositor.virt", "" },
+ { "nv!persist.tegra.compression", "" },
+ { "nv!persist.tegra.cursor.enable", "" },
+ { "nv!persist.tegra.didim.enable", "" },
+ { "nv!persist.tegra.didim.normal", "" },
+ { "nv!persist.tegra.didim.video", "" },
+ { "nv!persist.tegra.disp.heads", "" },
+ { "nv!persist.tegra.gamma_correction", "" },
+ { "nv!persist.tegra.gpu_mapping_cache", "" },
+ { "nv!persist.tegra.grlayout", "" },
+ { "nv!persist.tegra.hdmi.2020.10", "" },
+ { "nv!persist.tegra.hdmi.2020.fake", "" },
+ { "nv!persist.tegra.hdmi.2020.force", "" },
+ { "nv!persist.tegra.hdmi.autorotate", "" },
+ { "nv!persist.tegra.hdmi.hdr.fake", "" },
+ { "nv!persist.tegra.hdmi.ignore_ratio", "" },
+ { "nv!persist.tegra.hdmi.limit.clock", "" },
+ { "nv!persist.tegra.hdmi.only_16_9", "" },
+ { "nv!persist.tegra.hdmi.range", "" },
+ { "nv!persist.tegra.hdmi.resolution", "" },
+ { "nv!persist.tegra.hdmi.underscan", "" },
+ { "nv!persist.tegra.hdmi.yuv.422", "" },
+ { "nv!persist.tegra.hdmi.yuv.444", "" },
+ { "nv!persist.tegra.hdmi.yuv.enable", "" },
+ { "nv!persist.tegra.hdmi.yuv.force", "" },
+ { "nv!persist.tegra.hwc.nvdc", "" },
+ { "nv!persist.tegra.idle.minimum_fps", "" },
+ { "nv!persist.tegra.panel.rotation", "" },
+ { "nv!persist.tegra.scan_props", "" },
+ { "nv!persist.tegra.stb.mode", "" },
+ { "nv!persist.tegra.zbc_override", "" },
+ { "nv!pixbar_mode", "" },
+ { "nv!qualityenhancements", "" },
+ { "nv!r27s18q28", "" },
+ { "nv!r2d7c1d8", "" },
+ { "nv!renderer", "" },
+ { "nv!renderqualityflags", "" },
+ { "nv!rmos_debug_mask", "" },
+ { "nv!rmos_set_production_mode", "" },
+ { "nv!s3tcquality", "" },
+ { "nv!shaderatomics", "" },
+ { "nv!shadercacheinitsize", "" },
+ { "nv!shader_disk_cache_path", "" },
+ { "nv!shader_disk_cache_read_only", "" },
+ { "nv!shaderobjects", "" },
+ { "nv!shaderportabilitywarnings", "" },
+ { "nv!shaderwarningsaserrors", "" },
+ { "nv!skiptexturehostcopies", "" },
+ { "nv!sli_dli_control", "" },
+ { "nv!sparsetexture", "" },
+ { "nv!spinlooptimeout", "" },
+ { "nv!sync_to_vblank", "" },
+ { "nv!sysheapreuseratio", "" },
+ { "nv!sysmemtexturepromotion", "" },
+ { "nv!targetflushcount", "" },
+ { "nv!tearingfreeswappresent", "" },
+ { "nv!tegra.refresh", "" },
+ { "nv!texclampbehavior", "" },
+ { "nv!texlodbias", "" },
+ { "nv!texmemoryspaceenables", "" },
+ { "nv!textureprecache", "" },
+ { "nv!threadcontrol", "" },
+ { "nv!threadcontrol2", "" },
+ { "nv!tvmr.avp.logs", "" },
+ { "nv!tvmr.buffer.logs", "" },
+ { "nv!tvmr.dec.prof", "" },
+ { "nv!tvmr.deint.logs", "" },
+ { "nv!tvmr.dfs.logs", "" },
+ { "nv!tvmr.ffprof.logs", "" },
+ { "nv!tvmr.game.stream", "" },
+ { "nv!tvmr.general.logs", "" },
+ { "nv!tvmr.input.dump", "" },
+ { "nv!tvmr.seeking.logs", "" },
+ { "nv!tvmr.ts_pulldown", "" },
+ { "nv!usegvievents", "" },
+ { "nv!vbomemoryspaceenables", "" },
+ { "nv!vcc_debug_ip", "" },
+ { "nv!vcc_verbose_level", "" },
+ { "nv!vertexlimit", "" },
+ { "nv!viccomposer.filter", "" },
+ { "nv!videostats-enable", "" },
+ { "nv!vidheapreuseratio", "" },
+ { "nv!vpipe", "" },
+ { "nv!vpipeformatbloatlimit", "" },
+ { "nv!wglmessageboxonabort", "" },
+ { "nv!writeinfolog", "" },
+ { "nv!writeprogramobjectassembly", "" },
+ { "nv!writeprogramobjectsource", "" },
+ { "nv!xnvadapterpresent", "" },
+ { "nv!yield", "" },
+ { "nv!yieldfunction", "" },
+ { "nv!yieldfunctionfast", "" },
+ { "nv!yieldfunctionslow", "" },
+ { "nv!yieldfunctionwaitfordcqueue", "" },
+ { "nv!yieldfunctionwaitforframe", "" },
+ { "nv!yieldfunctionwaitforgpu", "" },
+ { "nv!zbctableaddhysteresis", "" },
+ { "pcm!enable", true },
+ { "pctl!intermittent_task_interval_seconds", 21600 },
+ { "prepo!devmenu_prepo_page_view", false },
+ { "prepo!background_processing", true },
+ { "prepo!transmission_interval_min", 10 },
+ { "prepo!transmission_retry_interval", 3600 },
+ { "psm!evaluation_log_enabled", false },
+ { "snap_shot_dump!auto_dump", false },
+ { "snap_shot_dump!output_dir", "%USERPROFILE%/Documents/Nintendo/NXDMP" },
+ { "snap_shot_dump!full_dump", false },
+ { "systemconfig!field_testing", false },
+ { "systemconfig!exhivision", false },
+ { "systempowerstate!always_reboot", false },
+ { "systempowerstate!power_state_message_emulation_trigger_time", 0 },
+ { "systempowerstate!power_state_message_to_emulate", 0 },
+ { "target_manager!device_name", "" },
+ { "vulnerability!needs_update_vulnerability_policy", 0 },
+ { "apm!performance_mode_policy", "auto" },
+ { "apm!sdev_throttling_enabled", true },
+ { "apm!sdev_throttling_additional_delay_us", 16000 },
+ { "apm!battery_draining_enabled", false },
+ { "apm!sdev_cpu_overclock_enabled", false },
+ { "bcat!production_mode", true },
+ { "bpc!enable_quasi_off", true },
+ { "bsp0!usb", "UDS" },
+ { "bsp0!tm_transport", "USB" },
+ { "bluetooth_debug!skip_boot", false },
+ { "contents_delivery!enable_debug_api", false },
+ { "eupld!upload_enabled", true },
+ { "fatal!transition_to_fatal", true },
+ { "fatal!show_extra_info", false },
+ { "gpu_core_dump!auto_dump", false },
+ { "hid_debug!enables_debugpad", false },
+ { "hid_debug!manages_devices", true },
+ { "hid_debug!emulate_future_device", false },
+ { "hid_debug!emulate_firmware_update_failure", false },
+ { "hid_debug!emulate_mcu_hardware_error", false },
+ { "hid_debug!firmware_update_failure_emulation_mode", 0 },
+ { "jit_debug!enable_jit_debug", false },
+ { "npns!background_processing", true },
+ { "npns!logmanager_redirection", true },
+ { "npns!sleep_processing_timeout", 30 },
+ { "npns!sleep_periodic_interval", 10800 },
+ { "npns!sleep_max_try_count", 5 },
+ { "npns!test_mode", false },
+ { "ns.applet!overlay_applet_id", "0x010000000000100c" },
+ { "ns.applet!system_applet_id", "0x0100000000001000" },
+ { "ns.applet!shop_applet_id", "0x010000000000100b" },
+ { "ns.autoboot!enabled", true },
+ { "ns.pseudodeviceid!reset_pseudo_device_id", false },
+ { "nsd!environment_identifier", "lp1" },
+ { "nsd!test_mode", false },
+ { "ntc!is_autonomic_correction_enabled", true },
+ { "ntc!autonomic_correction_interval_seconds", 432000 },
+ { "ntc!autonomic_correction_failed_retry_interval_seconds", 1800 },
+ { "ntc!autonomic_correction_immediate_try_count_max", 4 },
+ { "ntc!autonomic_correction_immediate_try_interval_milliseconds", 5000 },
+ { "nv!nv_graphics_firmware_memory_margin", false },
+ { "omm!operation_mode_policy", "auto" },
+ { "omm!sleep_fade_in_ms", 50 },
+ { "omm!sleep_fade_out_ms", 100 },
+ { "omm!charging_sign_ms", 3000 },
+ { "omm!low_battery_sign_ms", 3000 },
+ { "omm!sign_fade_in_ms", 0 },
+ { "omm!sign_fade_out_ms", 400 },
+ { "omm!sign_wait_layer_visible_ms", 100 },
+ { "omm!startup_fade_in_ms", 200 },
+ { "omm!startup_fade_out_ms", 400 },
+ { "omm!backlight_off_ms_on_handheld_switch", 150 },
+ { "omm!sleep_on_ac_ok_boot", true },
+ { "pdm!save_playlog", true },
+ { "productinfo!product_name", "Nintendo Switch" },
+ { "productinfo!cec_osd_name", "NintendoSwitch" },
+ { "ro!ease_nro_restriction", false },
+ { "settings_debug!is_debug_mode_enabled", false },
+ { "systemreport!enabled", true },
+ { "systemsleep!enter_sleep", true },
+ { "systemsleep!enter_sc7", true },
+ { "systemsleep!keep_vdd_core", true },
+ { "systemsleep!disable_tma_sleep", false },
+ { "systemsleep!disable_auto_sleep", false },
+ { "systemsleep!override_auto_sleep_time", 0 },
+ { "systemsleep!sleep_pending_time_ms", 15000 },
+ { "systemsleep!hush_time_after_brief_power_button_press_ms", 1000 },
+ { "systemsleep!transition_timeout_sec", 60 },
+ { "systemsleep!dummy_event_auto_wake", false },
+ { "systemupdate!debug_id", "0x0000000000000000" },
+ { "systemupdate!debug_version", 0 },
+ { "systemupdate!bgnup_retry_seconds", 60 },
+ { "systemupdate!enable_background_download_stress_testing", false },
+ { "systemupdate!debug_id_for_content_delivery", "0x0000000000000000" },
+ { "systemupdate!debug_version_for_content_delivery", 0 },
+ { "systemupdate!assumed_system_applet_version", 0 },
+ { "tc!iir_filter_gain_soc", 100 },
+ { "tc!iir_filter_gain_pcb", 100 },
+ { "tc!tskin_soc_coefficients_handheld", "[5464, 174190]" },
+ { "tc!tskin_soc_coefficients_console", "[6182, 112480]" },
+ { "tc!tskin_pcb_coefficients_handheld", "[5464, 174190]" },
+ { "tc!tskin_pcb_coefficients_console", "[6182, 112480]" },
+ { "tc!tskin_select", "both" },
+ { "tc!tskin_rate_table_handheld", "[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 102], [48000, 53000, 102, 153], [53000, 1000000, 153, 153], [48000, 1000000, 153, 153]]" },
+ { "tc!tskin_rate_table_console", "[[-1000000, 43000, 51, 51], [43000, 53000, 51, 153], [53000, 58000, 153, 255], [58000, 1000000, 255, 255]]" },
+ { "tc!rate_select", "both" },
+ { "tc!log_enabled", false },
+ { "tc!sleep_enabled", true },
+ { "time!standard_steady_clock_test_offset_minutes", 0 },
+ { "time!standard_steady_clock_rtc_update_interval_minutes", 5 },
+ { "time!standard_network_clock_sufficient_accuracy_minutes", 43200 },
+ { "usb!usb30_force_enabled", false },
+ { "wlan_debug!skip_wlan_boot", false },
+ };
+ }
+}
diff --git a/Ryujinx.Core/OsHle/Services/Sfdnsres/IResolver.cs b/Ryujinx.HLE/OsHle/Services/Sfdnsres/IResolver.cs
index e8d48cee..2fa81eb9 100644
--- a/Ryujinx.Core/OsHle/Services/Sfdnsres/IResolver.cs
+++ b/Ryujinx.HLE/OsHle/Services/Sfdnsres/IResolver.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Sfdnsres
+namespace Ryujinx.HLE.OsHle.Services.Sfdnsres
{
class IResolver : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Sm/IUserInterface.cs b/Ryujinx.HLE/OsHle/Services/Sm/IUserInterface.cs
index f7c0f107..a0a174f5 100644
--- a/Ryujinx.Core/OsHle/Services/Sm/IUserInterface.cs
+++ b/Ryujinx.HLE/OsHle/Services/Sm/IUserInterface.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Sm
+namespace Ryujinx.HLE.OsHle.Services.Sm
{
class IUserInterface : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Ssl/ISslService.cs b/Ryujinx.HLE/OsHle/Services/Ssl/ISslService.cs
index 3dab4515..0bf4c144 100644
--- a/Ryujinx.Core/OsHle/Services/Ssl/ISslService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Ssl/ISslService.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Ssl
+namespace Ryujinx.HLE.OsHle.Services.Ssl
{
class ISslService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Time/IStaticService.cs b/Ryujinx.HLE/OsHle/Services/Time/IStaticService.cs
index 94d9ae74..1f012144 100644
--- a/Ryujinx.Core/OsHle/Services/Time/IStaticService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Time/IStaticService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Time
+namespace Ryujinx.HLE.OsHle.Services.Time
{
class IStaticService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs b/Ryujinx.HLE/OsHle/Services/Time/ISteadyClock.cs
index 187d7a06..6be097b7 100644
--- a/Ryujinx.Core/OsHle/Services/Time/ISteadyClock.cs
+++ b/Ryujinx.HLE/OsHle/Services/Time/ISteadyClock.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Time
+namespace Ryujinx.HLE.OsHle.Services.Time
{
class ISteadyClock : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs b/Ryujinx.HLE/OsHle/Services/Time/ISystemClock.cs
index 9cfdcc87..787f86c2 100644
--- a/Ryujinx.Core/OsHle/Services/Time/ISystemClock.cs
+++ b/Ryujinx.HLE/OsHle/Services/Time/ISystemClock.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Time
+namespace Ryujinx.HLE.OsHle.Services.Time
{
class ISystemClock : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Time/ITimeZoneService.cs b/Ryujinx.HLE/OsHle/Services/Time/ITimeZoneService.cs
index c9c2c94a..39454d43 100644
--- a/Ryujinx.Core/OsHle/Services/Time/ITimeZoneService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Time/ITimeZoneService.cs
@@ -1,9 +1,9 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Time
+namespace Ryujinx.HLE.OsHle.Services.Time
{
class ITimeZoneService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Time/SystemClockType.cs b/Ryujinx.HLE/OsHle/Services/Time/SystemClockType.cs
index 7b5074ba..518e1eb0 100644
--- a/Ryujinx.Core/OsHle/Services/Time/SystemClockType.cs
+++ b/Ryujinx.HLE/OsHle/Services/Time/SystemClockType.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Time
+namespace Ryujinx.HLE.OsHle.Services.Time
{
enum SystemClockType
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/Display.cs b/Ryujinx.HLE/OsHle/Services/Vi/Display.cs
index 0dbb2eda..3da51c47 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/Display.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/Display.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Services.Vi
+namespace Ryujinx.HLE.OsHle.Services.Vi
{
class Display
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/GbpBuffer.cs b/Ryujinx.HLE/OsHle/Services/Vi/GbpBuffer.cs
index cae31054..b9e9054b 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/GbpBuffer.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/GbpBuffer.cs
@@ -1,6 +1,6 @@
using System.IO;
-namespace Ryujinx.Core.OsHle.Services.Android
+namespace Ryujinx.HLE.OsHle.Services.Android
{
struct GbpBuffer
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/IApplicationDisplayService.cs b/Ryujinx.HLE/OsHle/Services/Vi/IApplicationDisplayService.cs
index 84f7b086..57848319 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/IApplicationDisplayService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/IApplicationDisplayService.cs
@@ -1,10 +1,10 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
using System.IO;
-using static Ryujinx.Core.OsHle.Services.Android.Parcel;
+using static Ryujinx.HLE.OsHle.Services.Android.Parcel;
-namespace Ryujinx.Core.OsHle.Services.Vi
+namespace Ryujinx.HLE.OsHle.Services.Vi
{
class IApplicationDisplayService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/IApplicationRootService.cs b/Ryujinx.HLE/OsHle/Services/Vi/IApplicationRootService.cs
index d92b2d9d..93b05156 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/IApplicationRootService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/IApplicationRootService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Vi
+namespace Ryujinx.HLE.OsHle.Services.Vi
{
class IApplicationRootService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/IHOSBinderDriver.cs b/Ryujinx.HLE/OsHle/Services/Vi/IHOSBinderDriver.cs
index 23746613..85283b75 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/IHOSBinderDriver.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/IHOSBinderDriver.cs
@@ -1,11 +1,11 @@
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Ipc;
-using Ryujinx.Core.OsHle.Services.Android;
using Ryujinx.Graphics.Gal;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Services.Android;
using System;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Vi
+namespace Ryujinx.HLE.OsHle.Services.Vi
{
class IHOSBinderDriver : IpcService, IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/IManagerDisplayService.cs b/Ryujinx.HLE/OsHle/Services/Vi/IManagerDisplayService.cs
index b0bb96e0..d7a51b0e 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/IManagerDisplayService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/IManagerDisplayService.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-using Ryujinx.Core.Logging;
-namespace Ryujinx.Core.OsHle.Services.Vi
+namespace Ryujinx.HLE.OsHle.Services.Vi
{
class IManagerDisplayService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/IManagerRootService.cs b/Ryujinx.HLE/OsHle/Services/Vi/IManagerRootService.cs
index 177e5e66..7c131dac 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/IManagerRootService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/IManagerRootService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Vi
+namespace Ryujinx.HLE.OsHle.Services.Vi
{
class IManagerRootService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/ISystemDisplayService.cs b/Ryujinx.HLE/OsHle/Services/Vi/ISystemDisplayService.cs
index 693a02c4..360268b9 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/ISystemDisplayService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/ISystemDisplayService.cs
@@ -1,8 +1,8 @@
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Vi
+namespace Ryujinx.HLE.OsHle.Services.Vi
{
class ISystemDisplayService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/ISystemRootService.cs b/Ryujinx.HLE/OsHle/Services/Vi/ISystemRootService.cs
index 47123a55..21581baa 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/ISystemRootService.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/ISystemRootService.cs
@@ -1,7 +1,7 @@
-using Ryujinx.Core.OsHle.Ipc;
+using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
-namespace Ryujinx.Core.OsHle.Services.Vi
+namespace Ryujinx.HLE.OsHle.Services.Vi
{
class ISystemRootService : IpcService
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/NvFlinger.cs b/Ryujinx.HLE/OsHle/Services/Vi/NvFlinger.cs
index b02350e0..b45dac6b 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/NvFlinger.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/NvFlinger.cs
@@ -1,17 +1,16 @@
-using Ryujinx.Core.Gpu;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle.Handles;
-using Ryujinx.Core.OsHle.Services.Nv.NvMap;
using Ryujinx.Graphics.Gal;
+using Ryujinx.HLE.Gpu;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle.Handles;
+using Ryujinx.HLE.OsHle.Services.Nv.NvMap;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
+using static Ryujinx.HLE.OsHle.Services.Android.Parcel;
-using static Ryujinx.Core.OsHle.Services.Android.Parcel;
-
-namespace Ryujinx.Core.OsHle.Services.Android
+namespace Ryujinx.HLE.OsHle.Services.Android
{
class NvFlinger : IDisposable
{
diff --git a/Ryujinx.Core/OsHle/Services/Vi/Parcel.cs b/Ryujinx.HLE/OsHle/Services/Vi/Parcel.cs
index 1300a741..009ed8c1 100644
--- a/Ryujinx.Core/OsHle/Services/Vi/Parcel.cs
+++ b/Ryujinx.HLE/OsHle/Services/Vi/Parcel.cs
@@ -1,7 +1,7 @@
using System;
using System.IO;
-namespace Ryujinx.Core.OsHle.Services.Android
+namespace Ryujinx.HLE.OsHle.Services.Android
{
static class Parcel
{
diff --git a/Ryujinx.Core/OsHle/SystemLanguage.cs b/Ryujinx.HLE/OsHle/SystemLanguage.cs
index 470362c0..4f190876 100644
--- a/Ryujinx.Core/OsHle/SystemLanguage.cs
+++ b/Ryujinx.HLE/OsHle/SystemLanguage.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
public enum SystemLanguage
{
diff --git a/Ryujinx.Core/OsHle/SystemStateMgr.cs b/Ryujinx.HLE/OsHle/SystemStateMgr.cs
index 0756c7d1..e78082c4 100644
--- a/Ryujinx.Core/OsHle/SystemStateMgr.cs
+++ b/Ryujinx.HLE/OsHle/SystemStateMgr.cs
@@ -1,6 +1,6 @@
using System;
-namespace Ryujinx.Core.OsHle
+namespace Ryujinx.HLE.OsHle
{
public class SystemStateMgr
{
diff --git a/Ryujinx.Core/OsHle/Utilities/EndianSwap.cs b/Ryujinx.HLE/OsHle/Utilities/EndianSwap.cs
index 6758f1f2..93fd38c8 100644
--- a/Ryujinx.Core/OsHle/Utilities/EndianSwap.cs
+++ b/Ryujinx.HLE/OsHle/Utilities/EndianSwap.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Utilities
+namespace Ryujinx.HLE.OsHle.Utilities
{
static class EndianSwap
{
diff --git a/Ryujinx.Core/OsHle/Utilities/IntUtils.cs b/Ryujinx.HLE/OsHle/Utilities/IntUtils.cs
index 4a522465..ba0726c3 100644
--- a/Ryujinx.Core/OsHle/Utilities/IntUtils.cs
+++ b/Ryujinx.HLE/OsHle/Utilities/IntUtils.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.OsHle.Utilities
+namespace Ryujinx.HLE.OsHle.Utilities
{
static class IntUtils
{
diff --git a/Ryujinx.Core/PerformanceStatistics.cs b/Ryujinx.HLE/PerformanceStatistics.cs
index e5d930f9..bbcdc645 100644
--- a/Ryujinx.Core/PerformanceStatistics.cs
+++ b/Ryujinx.HLE/PerformanceStatistics.cs
@@ -1,7 +1,7 @@
using System.Diagnostics;
using System.Timers;
-namespace Ryujinx.Core
+namespace Ryujinx.HLE
{
public class PerformanceStatistics
{
diff --git a/Ryujinx.Core/Ryujinx.Core.csproj b/Ryujinx.HLE/Ryujinx.HLE.csproj
index 27e43626..27e43626 100644
--- a/Ryujinx.Core/Ryujinx.Core.csproj
+++ b/Ryujinx.HLE/Ryujinx.HLE.csproj
diff --git a/Ryujinx.Core/Settings/ColorSet.cs b/Ryujinx.HLE/Settings/ColorSet.cs
index 43483363..77485d22 100644
--- a/Ryujinx.Core/Settings/ColorSet.cs
+++ b/Ryujinx.HLE/Settings/ColorSet.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Settings
+namespace Ryujinx.HLE.Settings
{
public enum ColorSet
{
diff --git a/Ryujinx.Core/Settings/SystemSettings.cs b/Ryujinx.HLE/Settings/SystemSettings.cs
index 0f56ef3a..555e83bb 100644
--- a/Ryujinx.Core/Settings/SystemSettings.cs
+++ b/Ryujinx.HLE/Settings/SystemSettings.cs
@@ -1,4 +1,4 @@
-namespace Ryujinx.Core.Settings
+namespace Ryujinx.HLE.Settings
{
public class SystemSettings
{
diff --git a/Ryujinx.Core/Switch.cs b/Ryujinx.HLE/Switch.cs
index a755ea0c..f75b2490 100644
--- a/Ryujinx.Core/Switch.cs
+++ b/Ryujinx.HLE/Switch.cs
@@ -1,13 +1,13 @@
using Ryujinx.Audio;
-using Ryujinx.Core.Input;
-using Ryujinx.Core.Logging;
-using Ryujinx.Core.OsHle;
-using Ryujinx.Core.Settings;
using Ryujinx.Graphics.Gal;
-using Ryujinx.Core.Gpu;
+using Ryujinx.HLE.Gpu;
+using Ryujinx.HLE.Input;
+using Ryujinx.HLE.Logging;
+using Ryujinx.HLE.OsHle;
+using Ryujinx.HLE.Settings;
using System;
-namespace Ryujinx.Core
+namespace Ryujinx.HLE
{
public class Switch : IDisposable
{
diff --git a/Ryujinx.Core/VirtualFileSystem.cs b/Ryujinx.HLE/VirtualFileSystem.cs
index 1c717b2c..8b71caa9 100644
--- a/Ryujinx.Core/VirtualFileSystem.cs
+++ b/Ryujinx.HLE/VirtualFileSystem.cs
@@ -1,7 +1,7 @@
using System;
using System.IO;
-namespace Ryujinx.Core
+namespace Ryujinx.HLE
{
class VirtualFileSystem : IDisposable
{
diff --git a/Ryujinx.LLE/Luea.csproj b/Ryujinx.LLE/Luea.csproj
new file mode 100644
index 00000000..23df6047
--- /dev/null
+++ b/Ryujinx.LLE/Luea.csproj
@@ -0,0 +1,8 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+ </PropertyGroup>
+
+</Project>
diff --git a/Ryujinx.LLE/Program.cs b/Ryujinx.LLE/Program.cs
new file mode 100644
index 00000000..96458d1e
--- /dev/null
+++ b/Ryujinx.LLE/Program.cs
@@ -0,0 +1,12 @@
+using System;
+
+namespace Luea
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Console.WriteLine("Initializing...");
+ }
+ }
+}
diff --git a/Ryushader/Memory.cs b/Ryujinx.ShaderTools/Memory.cs
index ae336e72..f801ab39 100644
--- a/Ryushader/Memory.cs
+++ b/Ryujinx.ShaderTools/Memory.cs
@@ -1,7 +1,7 @@
using Ryujinx.Graphics.Gal;
using System.IO;
-namespace Ryushader
+namespace Ryujinx.ShaderTools
{
class Memory : IGalMemory
{
diff --git a/Ryushader/Program.cs b/Ryujinx.ShaderTools/Program.cs
index 9444be6d..3597f256 100644
--- a/Ryushader/Program.cs
+++ b/Ryujinx.ShaderTools/Program.cs
@@ -3,7 +3,7 @@ using Ryujinx.Graphics.Gal.Shader;
using System;
using System.IO;
-namespace Ryushader
+namespace Ryujinx.ShaderTools
{
class Program
{
@@ -35,7 +35,7 @@ namespace Ryushader
}
else
{
- Console.WriteLine("Usage: Ryushader [v|tc|te|g|f] shader.bin");
+ Console.WriteLine("Usage: Ryujinx.ShaderTools [v|tc|te|g|f] shader.bin");
}
}
}
diff --git a/Ryushader/Ryushader.csproj b/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
index 9eeee2ba..9eeee2ba 100644
--- a/Ryushader/Ryushader.csproj
+++ b/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
diff --git a/Ryujinx.Tests/Cpu/CpuTest.cs b/Ryujinx.Tests/Cpu/CpuTest.cs
index 3ff1e4a0..493be779 100644
--- a/Ryujinx.Tests/Cpu/CpuTest.cs
+++ b/Ryujinx.Tests/Cpu/CpuTest.cs
@@ -1,13 +1,11 @@
using ChocolArm64;
using ChocolArm64.Memory;
using ChocolArm64.State;
-
using NUnit.Framework;
-
using System;
-using System.Threading;
using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.X86;
+using System.Threading;
namespace Ryujinx.Tests.Cpu
{
diff --git a/Ryujinx.sln b/Ryujinx.sln
index 213f7386..cd04dabc 100644
--- a/Ryujinx.sln
+++ b/Ryujinx.sln
@@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx", "Ryujinx\Ryujinx.
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx.Tests", "Ryujinx.Tests\Ryujinx.Tests.csproj", "{EBB55AEA-C7D7-4DEB-BF96-FA1789E225E9}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx.Core", "Ryujinx.Core\Ryujinx.Core.csproj", "{CB92CFF9-1D62-4D4F-9E88-8130EF61E351}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx.HLE", "Ryujinx.HLE\Ryujinx.HLE.csproj", "{CB92CFF9-1D62-4D4F-9E88-8130EF61E351}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChocolArm64", "ChocolArm64\ChocolArm64.csproj", "{2345A1A7-8DEF-419B-9AFB-4DFD41D20D05}"
EndProject
@@ -15,7 +15,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx.Graphics", "Ryujinx
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx.Audio", "Ryujinx.Audio\Ryujinx.Audio.csproj", "{5C1D818E-682A-46A5-9D54-30006E26C270}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ryushader", "Ryushader\Ryushader.csproj", "{3AB294D0-2230-468F-9EB3-BDFCAEAE99A5}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ryujinx.ShaderTools", "Ryujinx.ShaderTools\Ryujinx.ShaderTools.csproj", "{3AB294D0-2230-468F-9EB3-BDFCAEAE99A5}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luea", "Ryujinx.LLE\Luea.csproj", "{8E7D36DD-9626-47E2-8EF5-8F2F66751C9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -51,6 +53,10 @@ Global
{3AB294D0-2230-468F-9EB3-BDFCAEAE99A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AB294D0-2230-468F-9EB3-BDFCAEAE99A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AB294D0-2230-468F-9EB3-BDFCAEAE99A5}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8E7D36DD-9626-47E2-8EF5-8F2F66751C9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8E7D36DD-9626-47E2-8EF5-8F2F66751C9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8E7D36DD-9626-47E2-8EF5-8F2F66751C9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8E7D36DD-9626-47E2-8EF5-8F2F66751C9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Ryujinx/Config.cs b/Ryujinx/Config.cs
index 86b74c96..b437a006 100644
--- a/Ryujinx/Config.cs
+++ b/Ryujinx/Config.cs
@@ -1,5 +1,5 @@
-using Ryujinx.Core.Input;
-using Ryujinx.Core.Logging;
+using Ryujinx.HLE.Input;
+using Ryujinx.HLE.Logging;
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/Ryujinx/Ryujinx.csproj b/Ryujinx/Ryujinx.csproj
index dc6203d5..47076737 100644
--- a/Ryujinx/Ryujinx.csproj
+++ b/Ryujinx/Ryujinx.csproj
@@ -12,7 +12,7 @@
<ItemGroup>
<ProjectReference Include="..\ChocolArm64\ChocolArm64.csproj" />
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
- <ProjectReference Include="..\Ryujinx.Core\Ryujinx.Core.csproj" />
+ <ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
<ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
</ItemGroup>
<ItemGroup>
diff --git a/Ryujinx/Ui/ConsoleLog.cs b/Ryujinx/Ui/ConsoleLog.cs
index b9707357..1a289994 100644
--- a/Ryujinx/Ui/ConsoleLog.cs
+++ b/Ryujinx/Ui/ConsoleLog.cs
@@ -1,4 +1,4 @@
-using Ryujinx.Core.Logging;
+using Ryujinx.HLE.Logging;
using System;
using System.Collections.Generic;
using System.Threading;
diff --git a/Ryujinx/Ui/GLScreen.cs b/Ryujinx/Ui/GLScreen.cs
index 6b6ae6a0..84ba2dd9 100644
--- a/Ryujinx/Ui/GLScreen.cs
+++ b/Ryujinx/Ui/GLScreen.cs
@@ -1,9 +1,9 @@
using OpenTK;
using OpenTK.Graphics;
using OpenTK.Input;
-using Ryujinx.Core;
-using Ryujinx.Core.Input;
using Ryujinx.Graphics.Gal;
+using Ryujinx.HLE;
+using Ryujinx.HLE.Input;
using System;
namespace Ryujinx
diff --git a/Ryujinx/Ui/Program.cs b/Ryujinx/Ui/Program.cs
index 77322d08..3bb16faf 100644
--- a/Ryujinx/Ui/Program.cs
+++ b/Ryujinx/Ui/Program.cs
@@ -1,8 +1,8 @@
using Ryujinx.Audio;
using Ryujinx.Audio.OpenAL;
-using Ryujinx.Core;
using Ryujinx.Graphics.Gal;
using Ryujinx.Graphics.Gal.OpenGL;
+using Ryujinx.HLE;
using System;
using System.IO;