mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 04:47:54 -05:00
Service: stub some functions in am, audio, time, vi services
This commit is contained in:
@ -30,6 +30,7 @@ private:
|
||||
void OpenDisplay(Kernel::HLERequestContext& ctx);
|
||||
void CloseDisplay(Kernel::HLERequestContext& ctx);
|
||||
void SetLayerScalingMode(Kernel::HLERequestContext& ctx);
|
||||
void ListDisplays(Kernel::HLERequestContext& ctx);
|
||||
void OpenLayer(Kernel::HLERequestContext& ctx);
|
||||
void CreateStrayLayer(Kernel::HLERequestContext& ctx);
|
||||
void DestroyStrayLayer(Kernel::HLERequestContext& ctx);
|
||||
|
Reference in New Issue
Block a user