mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 23:45:46 +00:00
hle: kernel: Rename Process to KProcess.
This commit is contained in:
parent
796dddf78f
commit
ad048de3d6
83 changed files with 249 additions and 247 deletions
|
@ -89,7 +89,7 @@ private:
|
|||
std::atomic<std::underlying_type<State>::type> atomic_state{
|
||||
static_cast<std::underlying_type<State>::type>(State::Invalid)};
|
||||
KClientPort* port{};
|
||||
Process* process{};
|
||||
KProcess* process{};
|
||||
bool initialized{};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue