diff options
| author | Franco M <francomaro@gmail.com> | 2023-10-21 02:25:27 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 02:25:27 -0300 |
| commit | b76a1d987ff83b831a19a0c19f9fcd96c504c077 (patch) | |
| tree | 4b08482cc3d34e341d7d8620182854c248f899b5 /src/core/hle/kernel/initial_process.h | |
| parent | ae2130470effa72c3ea1ffc045e9b6b2a77b23d3 (diff) | |
| parent | 2e760a98333520f3de1fa7c7a1f9298fd7241ceb (diff) | |
Merge branch 'yuzu-emu:master' into new-shortcut
Diffstat (limited to 'src/core/hle/kernel/initial_process.h')
| -rw-r--r-- | src/core/hle/kernel/initial_process.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/kernel/initial_process.h b/src/core/hle/kernel/initial_process.h index 82195f4f7..2c95269fc 100644 --- a/src/core/hle/kernel/initial_process.h +++ b/src/core/hle/kernel/initial_process.h @@ -19,4 +19,8 @@ static inline KPhysicalAddress GetInitialProcessBinaryPhysicalAddress() { MainMemoryAddress); } +static inline size_t GetInitialProcessBinarySize() { + return InitialProcessBinarySizeMax; +} + } // namespace Kernel |
