mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-16 21:29:14 +01:00
![PixelyIon](/assets/img/avatar_default.png)
Indirect layers are used by the game to render layer on its own, the game allocates a buffer with the size from `GetIndirectLayerImageRequiredMemoryInfo` and uses `GetIndirectLayerImageMap` to draw the applet contents into the buffer. As we don't LLE applet implementations nor do our HLE implementations draw equivalent applets, we cannot submit this to the guest. As a result, these functions are stubbed with the framebuffer being cleared to red. Stubbing these functions allows titles such as Dark Souls to not crash while initializing indirect layers.