mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 07:47:48 +00:00
kernel: update KProcess
This commit is contained in:
parent
d0ab5211a1
commit
62e106dbe8
39 changed files with 2004 additions and 1209 deletions
|
@ -134,9 +134,6 @@ public:
|
|||
/// Retrieves a const pointer to the application process.
|
||||
const KProcess* ApplicationProcess() const;
|
||||
|
||||
/// Closes the application process.
|
||||
void CloseApplicationProcess();
|
||||
|
||||
/// Retrieves the list of processes.
|
||||
const std::vector<KProcess*>& GetProcessList() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue