mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 03:07:51 +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
|
@ -81,7 +81,7 @@ public:
|
|||
return bound_buffer;
|
||||
}
|
||||
|
||||
VideoCore::GuestDriverProfile* AccessGuestDriverProfile() {
|
||||
VideoCore::GuestDriverProfile* AccessGuestDriverProfile() const {
|
||||
if (engine) {
|
||||
return &(engine->AccessGuestDriverProfile());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue