Call InvalidateCacheRegion
# Conflicts: # Ryujinx.HLE/HOS/ArmProcessContext.cs # src/Ryujinx.HLE/Debugger/Debugger.cs # src/Ryujinx.HLE/Debugger/IDebuggableProcess.cs # src/Ryujinx.HLE/HOS/Horizon.cs # src/Ryujinx.HLE/HOS/Kernel/Process/KProcess.cs
This commit is contained in:
parent
1b9753d42a
commit
54bf7507d7
7 changed files with 48 additions and 24 deletions
|
@ -4,9 +4,10 @@ namespace Ryujinx.HLE.Debugger
|
|||
{
|
||||
public interface IDebuggableProcess
|
||||
{
|
||||
public void DebugStopAllThreads();
|
||||
public ulong[] DebugGetThreadUids();
|
||||
public Ryujinx.Cpu.IExecutionContext DebugGetThreadContext(ulong threadUid);
|
||||
public IVirtualMemoryManager CpuMemory { get; }
|
||||
void DebugStopAllThreads();
|
||||
ulong[] DebugGetThreadUids();
|
||||
Ryujinx.Cpu.IExecutionContext DebugGetThreadContext(ulong threadUid);
|
||||
IVirtualMemoryManager CpuMemory { get; }
|
||||
void InvalidateCacheRegion(ulong address, ulong size);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue