diff options
author | Subv <subv2112@gmail.com> | 2015-05-12 01:23:45 +0200 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2015-05-12 01:23:45 +0200 |
commit | 25c010dc7dda010175da42e1184e87cd1a45cbe4 (patch) | |
tree | 0bb75d868f4e46987627a9cfdc798e05013488ab /src/core/hle/kernel/process.h | |
parent | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread (diff) | |
download | yuzu-25c010dc7dda010175da42e1184e87cd1a45cbe4.tar yuzu-25c010dc7dda010175da42e1184e87cd1a45cbe4.tar.gz yuzu-25c010dc7dda010175da42e1184e87cd1a45cbe4.tar.bz2 yuzu-25c010dc7dda010175da42e1184e87cd1a45cbe4.tar.lz yuzu-25c010dc7dda010175da42e1184e87cd1a45cbe4.tar.xz yuzu-25c010dc7dda010175da42e1184e87cd1a45cbe4.tar.zst yuzu-25c010dc7dda010175da42e1184e87cd1a45cbe4.zip |
Diffstat (limited to 'src/core/hle/kernel/process.h')
-rw-r--r-- | src/core/hle/kernel/process.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index 11c2ad12d..22cd1049b 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h @@ -57,12 +57,6 @@ public: static u32 next_process_id; - /* - * Gets the process' id - * @returns The process' id - */ - u32 GetProcessId() const { return process_id; } - /// Name of the process std::string name; /// Title ID corresponding to the process |