mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 02:15:07 -04:00
libstrat: update for latest libnx, delete ipc in prep for rewrite
This commit is contained in:
parent
add18d868f
commit
bd341d5c00
32 changed files with 244 additions and 3113 deletions
|
@ -36,7 +36,10 @@ namespace sts::pm::dmnt {
|
|||
}
|
||||
|
||||
Result HookToCreateApplicationProcess(Handle *out_handle) {
|
||||
return pmdmntEnableDebugForApplication(out_handle);
|
||||
Event evt;
|
||||
R_TRY(pmdmntEnableDebugForApplication(&evt));
|
||||
*out_handle = evt.revent;
|
||||
return ResultSuccess;
|
||||
}
|
||||
|
||||
Result AtmosphereGetProcessInfo(Handle *out_handle, ncm::TitleLocation *out_loc, u64 process_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue