From 3936c934482a587635bc5a1e47962551aeb53aeb Mon Sep 17 00:00:00 2001 From: gdkchan Date: Fri, 23 Feb 2018 21:59:38 -0300 Subject: Map heap on heap base region, fix for thread start on homebrew, add FCVTMU and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions --- Ryujinx.Core/Loaders/Executables/IExecutable.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Ryujinx.Core/Loaders/Executables/IExecutable.cs') diff --git a/Ryujinx.Core/Loaders/Executables/IExecutable.cs b/Ryujinx.Core/Loaders/Executables/IExecutable.cs index f6aa31ac..73787b1d 100644 --- a/Ryujinx.Core/Loaders/Executables/IExecutable.cs +++ b/Ryujinx.Core/Loaders/Executables/IExecutable.cs @@ -2,12 +2,6 @@ using System.Collections.ObjectModel; namespace Ryujinx.Core.Loaders.Executables { - public enum Extensions - { - NRO, - NSO - } - public interface IExecutable { ReadOnlyCollection Text { get; } @@ -19,7 +13,5 @@ namespace Ryujinx.Core.Loaders.Executables int ROOffset { get; } int DataOffset { get; } int BssSize { get; } - - Extensions Extension { get; } } } \ No newline at end of file -- cgit v1.2.3