aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/const_buffer_locker.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-01-08 11:46:36 -0400
committerFernandoS27 <fsahmkow27@gmail.com>2020-01-24 16:43:30 -0400
commit64496f24569ecc23ebbb816725f27142867b1468 (patch)
treee7dd660d9bdf3afc7a90a35314c18b29792e119a /src/video_core/shader/const_buffer_locker.h
parentb97608ca646962a6f5a217b9477bdd86eed5e48f (diff)
Shader_IR: Address Feedback
Diffstat (limited to 'src/video_core/shader/const_buffer_locker.h')
-rw-r--r--src/video_core/shader/const_buffer_locker.h2
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 f5655ac64..fd1bb476a 100644
--- a/src/video_core/shader/const_buffer_locker.h
+++ b/src/video_core/shader/const_buffer_locker.h
@@ -83,7 +83,7 @@ public:
VideoCore::GuestDriverProfile* AccessGuestDriverProfile() const {
if (engine) {
- return &(engine->AccessGuestDriverProfile());
+ return &engine->AccessGuestDriverProfile();
}
return nullptr;
}