Remove Types namespaces

This commit is contained in:
Ac_K 2019-09-19 02:07:07 +02:00
parent 1f82a32d41
commit 66550390cc
181 changed files with 147 additions and 221 deletions

View file

@ -11,7 +11,6 @@ using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Settings;
using Ryujinx.HLE.HOS.Services.Sm;
using Ryujinx.HLE.HOS.Services.Time.Clock;
using Ryujinx.HLE.HOS.Services.Time.Clock.Types;
using Ryujinx.HLE.HOS.SystemState;
using Ryujinx.HLE.Loaders.Executables;
using Ryujinx.HLE.Loaders.Npdm;

View file

@ -1,5 +1,4 @@
using Ryujinx.HLE.HOS.Services.Account.Acc.Types;
using Ryujinx.HLE.Utilities;
using Ryujinx.HLE.Utilities;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;

View file

@ -1,5 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Account.Acc.Types;
using Ryujinx.HLE.HOS.Services.Arp;
using Ryujinx.HLE.Utilities;
using System.Collections.Generic;

View file

@ -1,6 +1,5 @@
using ARMeilleure.Memory;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Account.Acc.Types;
using Ryujinx.HLE.Utilities;
using System.IO;
using System.Reflection;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Account.Acc.Types
namespace Ryujinx.HLE.HOS.Services.Account.Acc
{
public enum AccountState
{

View file

@ -1,7 +1,7 @@
using Ryujinx.HLE.Utilities;
using System;
namespace Ryujinx.HLE.HOS.Services.Account.Acc.Types
namespace Ryujinx.HLE.HOS.Services.Account.Acc
{
class UserProfile
{

View file

@ -2,8 +2,7 @@ using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy.Types;
using Ryujinx.HLE.HOS.Services.Apm.Types;
using Ryujinx.HLE.HOS.Services.Apm;
using System;
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy.Types
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
{
enum FocusState
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy.Types
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
{
enum MessageInfo
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy.Types
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
{
enum OperationMode
{

View file

@ -2,11 +2,8 @@ using Ryujinx.Common.Logging;
using Ryujinx.Graphics.Gal;
using Ryujinx.Graphics.Memory;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Android.Types;
using Ryujinx.HLE.HOS.Services.Android.Types.Color;
using Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvGpuAS;
using Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvMap;
using Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvMap.Types;
using System;
using System.Collections.Generic;
using System.IO;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
struct BufferEntry
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
enum BufferState
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types.Color
namespace Ryujinx.HLE.HOS.Services.Android
{
enum ColorBytePerPixel
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types.Color
namespace Ryujinx.HLE.HOS.Services.Android
{
enum ColorComponent : uint
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types.Color
namespace Ryujinx.HLE.HOS.Services.Android
{
enum ColorDataType
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types.Color
namespace Ryujinx.HLE.HOS.Services.Android
{
enum ColorFormat : ulong
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types.Color
namespace Ryujinx.HLE.HOS.Services.Android
{
class ColorShift
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types.Color
namespace Ryujinx.HLE.HOS.Services.Android
{
enum ColorSpace : ulong
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Android.Types.Color
namespace Ryujinx.HLE.HOS.Services.Android
{
enum ColorSwizzle
{

View file

@ -1,11 +1,11 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[StructLayout(LayoutKind.Sequential, Size = 0x8)]
struct Fence
{
public int id;
public int value;
public int Id;
public int Value;
}
}

View file

@ -3,7 +3,7 @@ using System;
using System.IO;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
struct GbpBuffer
{

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[StructLayout(LayoutKind.Sequential, Size = 0x28)]
struct GraphicBufferHeader

View file

@ -1,6 +1,6 @@
using System;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[Flags]
enum HalTransform

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[StructLayout(LayoutKind.Explicit, Size = 0x24)]
struct MultiFence

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[StructLayout(LayoutKind.Explicit, Size = 0x144)]
struct NvGraphicBuffer

View file

@ -1,7 +1,6 @@
using Ryujinx.HLE.HOS.Services.Android.Types.Color;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[StructLayout(LayoutKind.Explicit, Size = 0x58)]
struct NvGraphicBufferSurface

View file

@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[StructLayout(LayoutKind.Explicit)]
struct NvGraphicBufferSurfaceArray

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[StructLayout(LayoutKind.Explicit)]
struct QueueBufferObject

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Android.Types
namespace Ryujinx.HLE.HOS.Services.Android
{
[StructLayout(LayoutKind.Sequential, Size = 0x10)]
struct Rect

View file

@ -1,5 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Apm.Types;
namespace Ryujinx.HLE.HOS.Services.Apm
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Apm.Types
namespace Ryujinx.HLE.HOS.Services.Apm
{
enum CpuBoostMode
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Apm.Types
namespace Ryujinx.HLE.HOS.Services.Apm
{
enum PerformanceConfiguration : uint // Clocks are all in MHz.
{ // CPU | GPU | RAM | NOTE

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Apm.Types
namespace Ryujinx.HLE.HOS.Services.Apm
{
enum PerformanceMode
{

View file

@ -3,7 +3,6 @@ using Ryujinx.Audio;
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Audio.AudioOutManager.Types;
using System;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioOutManager

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioOutManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioOutManager
{
[StructLayout(LayoutKind.Sequential)]
struct AudioOutData

View file

@ -5,7 +5,6 @@ using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types;
using Ryujinx.HLE.Utilities;
using System;
using System.Runtime.InteropServices;

View file

@ -1,5 +1,3 @@
using Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
class MemoryPoolContext

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
static class AudioConsts
{

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential)]
struct AudioRendererParameter

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential, Size = 0x10, Pack = 4)]
struct BehaviorIn

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential, Size = 0xc, Pack = 1)]
struct BiquadFilter

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential, Size = 0x20, Pack = 4)]
struct MemoryPoolIn

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential, Size = 0x10, Pack = 4)]
struct MemoryPoolOut

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
enum MemoryPoolState
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
enum PlayState : byte
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
struct UpdateDataHeader
{

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential, Size = 0x70, Pack = 1)]
struct VoiceChannelResourceIn

View file

@ -1,7 +1,6 @@
using Ryujinx.HLE.HOS.Services.Audio.Types;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential, Size = 0x170, Pack = 1)]
struct VoiceIn

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential, Size = 0x10, Pack = 4)]
struct VoiceOut

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
[StructLayout(LayoutKind.Sequential, Size = 0x38, Pack = 1)]
struct WaveBuffer

View file

@ -1,7 +1,5 @@
using ARMeilleure.Memory;
using Ryujinx.Audio.Adpcm;
using Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types;
using Ryujinx.HLE.HOS.Services.Audio.Types;
using System;
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager

View file

@ -3,7 +3,6 @@ using Ryujinx.Audio;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Audio.AudioOutManager;
using Ryujinx.HLE.HOS.Services.Audio.Types;
using System.Text;
namespace Ryujinx.HLE.HOS.Services.Audio

View file

@ -1,7 +1,6 @@
using Ryujinx.Audio;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager;
using Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager.Types;
using Ryujinx.HLE.Utilities;
namespace Ryujinx.HLE.HOS.Services.Audio

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Audio.Types
namespace Ryujinx.HLE.HOS.Services.Audio
{
enum SampleFormat : byte
{

View file

@ -1,6 +1,5 @@
using Ryujinx.Common;
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator;
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.Types;
using Ryujinx.HLE.Utilities;
namespace Ryujinx.HLE.HOS.Services.Friend

View file

@ -1,7 +1,7 @@
using Ryujinx.HLE.Utilities;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService.Types
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService
{
[StructLayout(LayoutKind.Sequential, Pack = 0x8, Size = 0x200, CharSet = CharSet.Ansi)]
struct Friend

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService.Types
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService
{
[StructLayout(LayoutKind.Sequential)]
struct FriendFilter

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService.Types
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService
{
enum PresenceStatus : uint
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService.Types
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService
{
enum PresenceStatusFilter : uint
{

View file

@ -1,7 +1,7 @@
using Ryujinx.HLE.Utilities;
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService.Types
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService
{
[StructLayout(LayoutKind.Sequential, Pack = 0x8, CharSet = CharSet.Ansi)]
struct UserPresence

View file

@ -1,5 +1,3 @@
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.Types;
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator
{
class IDaemonSuspendSessionService : IpcService

View file

@ -1,8 +1,7 @@
using Ryujinx.Common;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Account.Acc.Types;
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService.Types;
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.Types;
using Ryujinx.HLE.HOS.Services.Account.Acc;
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.FriendService;
using Ryujinx.HLE.Utilities;
using System.IO;
using System.Runtime.InteropServices;

View file

@ -3,8 +3,6 @@ using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService;
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService.Types;
using Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.Types;
using Ryujinx.HLE.Utilities;
using System;
using System.Collections.Generic;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService.Types
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService
{
enum NotificationEventType : uint
{

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService.Types
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService
{
[StructLayout(LayoutKind.Sequential, Pack = 0x8, Size = 0x10)]
struct NotificationInfo

View file

@ -1,6 +1,6 @@
using System;
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.Types
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator
{
[Flags]
enum FriendServicePermissionLevel

View file

@ -4,7 +4,6 @@ using LibHac.Fs.NcaUtils;
using Ryujinx.Common.Logging;
using Ryujinx.HLE.FileSystem;
using Ryujinx.HLE.HOS.Services.Fs.FileSystemProxy;
using Ryujinx.HLE.HOS.Services.Fs.Types;
using System.IO;
using static Ryujinx.HLE.FileSystem.VirtualFileSystem;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Fs.Types
namespace Ryujinx.HLE.HOS.Services.Fs
{
enum FileSystemType
{

View file

@ -1,5 +1,4 @@
using Ryujinx.HLE.HOS.Services.Hid.Types.Npad;
using Ryujinx.HLE.Input;
using Ryujinx.HLE.Input;
using System;
namespace Ryujinx.HLE.HOS.Services.Hid.HidServer

View file

@ -3,9 +3,6 @@ using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Hid.HidServer;
using Ryujinx.HLE.HOS.Services.Hid.Types.Npad;
using Ryujinx.HLE.HOS.Services.Hid.Types.SixAxis;
using Ryujinx.HLE.HOS.Services.Hid.Types.Vibration;
using Ryujinx.HLE.Input;
using System;

View file

@ -2,7 +2,6 @@
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Services.Hid.HidServer;
using Ryujinx.HLE.HOS.Services.Hid.Types.Npad;
using Ryujinx.HLE.Input;
using System;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Npad
namespace Ryujinx.HLE.HOS.Services.Hid
{
public enum HidNpadHandheldActivationMode
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Npad
namespace Ryujinx.HLE.HOS.Services.Hid
{
public enum HidNpadIdType
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Npad
namespace Ryujinx.HLE.HOS.Services.Hid
{
public enum HidNpadJoyAssignmentMode
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Npad
namespace Ryujinx.HLE.HOS.Services.Hid
{
public enum HidNpadJoyDeviceType
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Npad
namespace Ryujinx.HLE.HOS.Services.Hid
{
public enum HidNpadJoyHoldType
{

View file

@ -1,6 +1,6 @@
using System;
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Npad
namespace Ryujinx.HLE.HOS.Services.Hid
{
[Flags]
public enum HidNpadStyle

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.SixAxis
namespace Ryujinx.HLE.HOS.Services.Hid
{
public struct HidAccelerometerParameters
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.SixAxis
namespace Ryujinx.HLE.HOS.Services.Hid
{
public enum HidGyroscopeZeroDriftMode
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.SixAxis
namespace Ryujinx.HLE.HOS.Services.Hid
{
public struct HidSensorFusionParameters
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Vibration
namespace Ryujinx.HLE.HOS.Services.Hid
{
public enum HidVibrationDevicePosition
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Vibration
namespace Ryujinx.HLE.HOS.Services.Hid
{
public enum HidVibrationDeviceType
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Vibration
namespace Ryujinx.HLE.HOS.Services.Hid
{
public struct HidVibrationDeviceValue
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Hid.Types.Vibration
namespace Ryujinx.HLE.HOS.Services.Hid
{
public struct HidVibrationValue
{

View file

@ -3,7 +3,6 @@ using Ryujinx.Common;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Memory;
using Ryujinx.HLE.HOS.Kernel.Process;
using Ryujinx.HLE.HOS.Services.Ldr.Types;
using Ryujinx.HLE.Loaders.Executables;
using Ryujinx.HLE.Utilities;
using System.Collections.Generic;

View file

@ -1,6 +1,6 @@
using Ryujinx.HLE.Loaders.Executables;
namespace Ryujinx.HLE.HOS.Services.Ldr.Types
namespace Ryujinx.HLE.HOS.Services.Ldr
{
class NroInfo
{

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices;
namespace Ryujinx.HLE.HOS.Services.Ldr.Types
namespace Ryujinx.HLE.HOS.Services.Ldr
{
[StructLayout(LayoutKind.Explicit, Size = 0x350)]
unsafe struct NrrHeader

View file

@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace Ryujinx.HLE.HOS.Services.Ldr.Types
namespace Ryujinx.HLE.HOS.Services.Ldr
{
class NrrInfo
{

View file

@ -1,5 +1,4 @@
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Lm.LogService.Types;
using System.IO;
using System.Text;

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Lm.LogService.Types
namespace Ryujinx.HLE.HOS.Services.Lm.LogService
{
enum LmLogField
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Lm.LogService.Types
namespace Ryujinx.HLE.HOS.Services.Lm.LogService
{
enum LmLogLevel
{

View file

@ -2,9 +2,9 @@
using Ryujinx.HLE.HOS.Ipc;
using Ryujinx.HLE.HOS.Kernel.Common;
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Hid;
using Ryujinx.HLE.HOS.Services.Hid.HidServer;
using Ryujinx.HLE.HOS.Services.Hid.Types.Npad;
using Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager.Types;
using Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager;
using System;
using System.Collections.Generic;

View file

@ -1,8 +1,8 @@
using Ryujinx.HLE.HOS.Kernel.Threading;
using Ryujinx.HLE.HOS.Services.Hid.Types.Npad;
using Ryujinx.HLE.HOS.Services.Hid;
using Ryujinx.HLE.Input;
namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager.Types
namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager
{
class Device
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager.Types
namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager
{
enum DeviceState
{

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager.Types
namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp.UserManager
{
enum State
{

View file

@ -1,5 +1,4 @@
using Ryujinx.HLE.HOS.Services.Nifm.StaticService.GeneralService.Types;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
namespace Ryujinx.HLE.HOS.Services.Nifm.StaticService.GeneralService

View file

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.HOS.Services.Nifm.StaticService.GeneralService.Types
namespace Ryujinx.HLE.HOS.Services.Nifm.StaticService.GeneralService
{
class GeneralServiceDetail
{

View file

@ -1,6 +1,5 @@
using Ryujinx.Common.Logging;
using Ryujinx.HLE.HOS.Services.Nifm.StaticService.GeneralService;
using Ryujinx.HLE.HOS.Services.Nifm.StaticService.GeneralService.Types;
using System;
using System.Linq;
using System.Net;

View file

@ -9,7 +9,6 @@ using Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvGpuGpu;
using Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostChannel;
using Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvHostCtrl;
using Ryujinx.HLE.HOS.Services.Nv.NvDrvServices.NvMap;
using Ryujinx.HLE.HOS.Services.Nv.Types;
using System;
using System.Collections.Generic;

Some files were not shown because too many files have changed in this diff Show more