mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 07:18:39 -05:00
general: preliminary support for hbl
This commit is contained in:
@ -78,6 +78,9 @@ class IReadOnlyApplicationControlDataInterface final
|
||||
public:
|
||||
explicit IReadOnlyApplicationControlDataInterface(Core::System& system_);
|
||||
~IReadOnlyApplicationControlDataInterface() override;
|
||||
|
||||
private:
|
||||
void GetApplicationControlData(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class NS final : public ServiceFramework<NS> {
|
||||
|
Reference in New Issue
Block a user