mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 16:18:17 -05:00
kernel: update KProcess
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user