mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
Shader_IR: Allow constant access of guest driver.
This commit is contained in:
parent
c5fdcd7a2c
commit
5fb7881077
7 changed files with 18 additions and 1 deletions
|
@ -220,6 +220,8 @@ public:
|
|||
|
||||
VideoCore::GuestDriverProfile& AccessGuestDriverProfile() override;
|
||||
|
||||
const VideoCore::GuestDriverProfile& AccessGuestDriverProfile() const override;
|
||||
|
||||
private:
|
||||
Core::System& system;
|
||||
VideoCore::RasterizerInterface& rasterizer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue