mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 15:27:53 +00:00
am: use applet program loading for tested versions
This commit is contained in:
parent
e30a6211f5
commit
89330e2b25
5 changed files with 33 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue