mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 06:52:33 -07:00
Shader_IR: Allow constant access of guest driver.
This commit is contained in:
committed by
FernandoS27
parent
dc5cfa8d28
commit
b97608ca64
@@ -81,7 +81,7 @@ public:
|
||||
return bound_buffer;
|
||||
}
|
||||
|
||||
VideoCore::GuestDriverProfile* AccessGuestDriverProfile() {
|
||||
VideoCore::GuestDriverProfile* AccessGuestDriverProfile() const {
|
||||
if (engine) {
|
||||
return &(engine->AccessGuestDriverProfile());
|
||||
}
|
||||
|
Reference in New Issue
Block a user