mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 20:17:50 -05:00
kernel: implement light IPC
This commit is contained in:
@ -385,6 +385,13 @@ public:
|
||||
m_cancellable = false;
|
||||
}
|
||||
|
||||
u32* GetLightSessionData() const {
|
||||
return m_light_ipc_data;
|
||||
}
|
||||
void SetLightSessionData(u32* data) {
|
||||
m_light_ipc_data = data;
|
||||
}
|
||||
|
||||
bool IsTerminationRequested() const {
|
||||
return m_termination_requested || GetRawState() == ThreadState::Terminated;
|
||||
}
|
||||
|
Reference in New Issue
Block a user