mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 23:07:54 +00:00
Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fix
acc: Fix InitializeApplicationInfo
This commit is contained in:
commit
75b8a3e356
2 changed files with 15 additions and 22 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
void ListQualifiedUsers(Kernel::HLERequestContext& ctx);
|
||||
|
||||
private:
|
||||
ResultCode InitializeApplicationInfoBase(u64 process_id);
|
||||
ResultCode InitializeApplicationInfoBase();
|
||||
|
||||
enum class ApplicationType : u32_le {
|
||||
GameCard = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue