mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 05:38:02 -05:00
core: kernel: k_process: Use application system resource.
This commit is contained in:
@ -246,6 +246,12 @@ public:
|
||||
/// Gets the virtual memory manager for the kernel.
|
||||
const KMemoryManager& MemoryManager() const;
|
||||
|
||||
/// Gets the application resource manager.
|
||||
KSystemResource& GetAppSystemResource();
|
||||
|
||||
/// Gets the application resource manager.
|
||||
const KSystemResource& GetAppSystemResource() const;
|
||||
|
||||
/// Gets the system resource manager.
|
||||
KSystemResource& GetSystemSystemResource();
|
||||
|
||||
|
Reference in New Issue
Block a user