mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 15:17:58 -05:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user