diff options
| author | Liam <byteslice@airmail.cc> | 2024-02-09 11:36:40 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-02-10 12:38:19 -0500 |
| commit | 4677fd3f64dd51c7419e0268df9fe10f8f6ce0fd (patch) | |
| tree | 3a748b507a6af9cfc2dfb63ca0cd6a1662472661 /src/core/hle/service/am/process.h | |
| parent | b206ea5cfe90bca01b48e44a0cf93cb51f4877d1 (diff) | |
am: use applet program loading for tested versions
Diffstat (limited to 'src/core/hle/service/am/process.h')
| -rw-r--r-- | src/core/hle/service/am/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/process.h b/src/core/hle/service/am/process.h index 4b908ade4..4b8102fb6 100644 --- a/src/core/hle/service/am/process.h +++ b/src/core/hle/service/am/process.h @@ -21,7 +21,7 @@ public: explicit Process(Core::System& system); ~Process(); - bool Initialize(u64 program_id); + bool Initialize(u64 program_id, u8 minimum_key_generation, u8 maximum_key_generation); void Finalize(); bool Run(); |
