mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-15 21:22:07 -07:00
Shader_IR: Allow constant access of guest driver.
This commit is contained in:
committed by
FernandoS27
parent
dc5cfa8d28
commit
b97608ca64
@@ -220,6 +220,8 @@ public:
|
||||
|
||||
VideoCore::GuestDriverProfile& AccessGuestDriverProfile() override;
|
||||
|
||||
const VideoCore::GuestDriverProfile& AccessGuestDriverProfile() const override;
|
||||
|
||||
private:
|
||||
Core::System& system;
|
||||
VideoCore::RasterizerInterface& rasterizer;
|
||||
|
Reference in New Issue
Block a user