core: hle: kernel: k_process: Improve management of page table & cleanup.
This commit is contained in:
parent
79bcb38321
commit
abcc009dff
7 changed files with 92 additions and 60 deletions
|
@ -131,6 +131,9 @@ public:
|
|||
/// Retrieves a const pointer to the current process.
|
||||
const KProcess* CurrentProcess() const;
|
||||
|
||||
/// Closes the current process.
|
||||
void CloseCurrentProcess();
|
||||
|
||||
/// Retrieves the list of processes.
|
||||
const std::vector<KProcess*>& GetProcessList() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue