Stub a few services, add support for generating call stacks on the CPU
This commit is contained in:
@@ -2,6 +2,8 @@ namespace Ryujinx.Core.Loaders.Executables
|
||||
{
|
||||
public interface IExecutable
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
byte[] Text { get; }
|
||||
byte[] RO { get; }
|
||||
byte[] Data { get; }
|
||||
|
||||
Reference in New Issue
Block a user