mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-31 06:59:45 +08:00
A dozen changes; new HLEs, AV fixes, ELF loader fixes, new return codes, etc.
This commit is contained in:
@@ -17,5 +17,7 @@ public interface IModuleManager
|
||||
|
||||
bool TryGetExportByName(string exportName, out ExportedFunction export);
|
||||
|
||||
bool TryDispatch(string nid, CpuContext context, out OrbisGen2Result result);
|
||||
|
||||
OrbisGen2Result Dispatch(string nid, CpuContext context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user