mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 20:17:53 -05:00
core: support offline web applet
This commit is contained in:
@ -49,6 +49,9 @@ struct Applet {
|
||||
s32 previous_program_index{-1};
|
||||
ScreenshotPermission previous_screenshot_permission{ScreenshotPermission::Enable};
|
||||
|
||||
// TODO: some fields above can be AppletIdentityInfo
|
||||
AppletIdentityInfo screen_shot_identity;
|
||||
|
||||
// hid state
|
||||
HidRegistration hid_registration;
|
||||
|
||||
|
Reference in New Issue
Block a user