HLE/FS: Implemented FS::GetProgramLaunchInfo.

This function is used by the DLP system module during the DLPSRVR initialization.
This commit is contained in:
Subv 2017-12-07 13:52:08 -05:00
parent 81fbe06915
commit 7d038b9bd8
4 changed files with 78 additions and 3 deletions

View file

@ -516,6 +516,7 @@ void ThreadingShutdown() {
}
thread_list.clear();
ready_queue.clear();
ClearProcessList();
}
const std::vector<SharedPtr<Thread>>& GetThreadList() {