diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-01-08 10:28:29 -0400 |
|---|---|---|
| committer | FernandoS27 <fsahmkow27@gmail.com> | 2020-01-24 16:43:30 -0400 |
| commit | b97608ca646962a6f5a217b9477bdd86eed5e48f (patch) | |
| tree | 28f43af9ca1f3dc4b97542a6bdaab95af687e036 /src/video_core/shader | |
| parent | dc5cfa8d287757dede737553b6f1f8521971c6e2 (diff) | |
Shader_IR: Allow constant access of guest driver.
Diffstat (limited to 'src/video_core/shader')
| -rw-r--r-- | src/video_core/shader/const_buffer_locker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/const_buffer_locker.h b/src/video_core/shader/const_buffer_locker.h index c7b72fa5e..f5655ac64 100644 --- a/src/video_core/shader/const_buffer_locker.h +++ b/src/video_core/shader/const_buffer_locker.h @@ -81,7 +81,7 @@ public: return bound_buffer; } - VideoCore::GuestDriverProfile* AccessGuestDriverProfile() { + VideoCore::GuestDriverProfile* AccessGuestDriverProfile() const { if (engine) { return &(engine->AccessGuestDriverProfile()); } |
