mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 14:05:17 -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
|
@ -23,18 +23,13 @@
|
|||
|
||||
#include "stratosphere/version_check.hpp"
|
||||
|
||||
#include "stratosphere/iwaitable.hpp"
|
||||
|
||||
#include "stratosphere/waitable_manager.hpp"
|
||||
|
||||
#include "stratosphere/ipc.hpp"
|
||||
#include "stratosphere/mitm.hpp"
|
||||
|
||||
#include "stratosphere/results.hpp"
|
||||
|
||||
#include "stratosphere/on_crash.hpp"
|
||||
|
||||
#include "stratosphere/util.hpp"
|
||||
#include "stratosphere/svc.hpp"
|
||||
#include "stratosphere/ams.hpp"
|
||||
#include "stratosphere/os.hpp"
|
||||
#include "stratosphere/cfg.hpp"
|
||||
#include "stratosphere/fatal.hpp"
|
||||
|
@ -42,5 +37,4 @@
|
|||
#include "stratosphere/ncm.hpp"
|
||||
#include "stratosphere/pm.hpp"
|
||||
#include "stratosphere/rnd.hpp"
|
||||
#include "stratosphere/sm.hpp"
|
||||
#include "stratosphere/util.hpp"
|
||||
#include "stratosphere/sm.hpp"
|
Loading…
Add table
Add a link
Reference in a new issue