mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-15 06:42:08 -07:00
core: hle: kernel: k_process: Improve management of page table & cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user