mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 09:07:59 -05:00
hle: kernel: Rename Process to KProcess.
This commit is contained in:
@ -25,7 +25,7 @@ class NACP;
|
||||
|
||||
namespace Kernel {
|
||||
struct AddressMapping;
|
||||
class Process;
|
||||
class KProcess;
|
||||
} // namespace Kernel
|
||||
|
||||
namespace Loader {
|
||||
@ -165,7 +165,7 @@ public:
|
||||
*
|
||||
* @return The status result of the operation.
|
||||
*/
|
||||
virtual LoadResult Load(Kernel::Process& process, Core::System& system) = 0;
|
||||
virtual LoadResult Load(Kernel::KProcess& process, Core::System& system) = 0;
|
||||
|
||||
/**
|
||||
* Get the code (typically .code section) of the application
|
||||
|
Reference in New Issue
Block a user