acc: Fix InitializeApplicationInfo

We're not suppose to pop a u64, should just read the sent pid and check that
This commit is contained in:
David Marcec
2020-04-29 20:38:07 +10:00
parent 8e64fb3225
commit 1fbc341aba
2 changed files with 15 additions and 22 deletions

View File

@ -35,7 +35,7 @@ public:
void GetProfileEditor(Kernel::HLERequestContext& ctx);
private:
ResultCode InitializeApplicationInfoBase(u64 process_id);
ResultCode InitializeApplicationInfoBase();
enum class ApplicationType : u32_le {
GameCard = 0,