diff options
| author | 2015-05-06 21:40:39 -0300 | |
|---|---|---|
| committer | 2015-05-08 22:11:03 -0300 | |
| commit | a5eba2f98466cd2788aab96f1ad93bcb32c5656c (patch) | |
| tree | 231d164d039d2ae4cd69ae7cf44da2f16fc4be71 /src/core/loader/ncch.h | |
| parent | Kernel: Introduce skeleton Process class to hold process data (diff) | |
| download | yuzu-a5eba2f98466cd2788aab96f1ad93bcb32c5656c.tar.gz yuzu-a5eba2f98466cd2788aab96f1ad93bcb32c5656c.tar.xz yuzu-a5eba2f98466cd2788aab96f1ad93bcb32c5656c.zip | |
Kernel: Remove g_program_id
This has been obsoleted by the field in Process.
Diffstat (limited to 'src/core/loader/ncch.h')
| -rw-r--r-- | src/core/loader/ncch.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h index dec46e86c..1be941f19 100644 --- a/src/core/loader/ncch.h +++ b/src/core/loader/ncch.h | |||
| @@ -213,12 +213,6 @@ public: | |||
| 213 | */ | 213 | */ |
| 214 | ResultStatus ReadRomFS(std::vector<u8>& buffer) const override; | 214 | ResultStatus ReadRomFS(std::vector<u8>& buffer) const override; |
| 215 | 215 | ||
| 216 | /* | ||
| 217 | * Gets the program id from the NCCH header | ||
| 218 | * @return u64 Program id | ||
| 219 | */ | ||
| 220 | u64 GetProgramId() const; | ||
| 221 | |||
| 222 | private: | 216 | private: |
| 223 | 217 | ||
| 224 | /** | 218 | /** |