mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 13:12:40 +00:00
Shader_IR: Allow constant access of guest driver.
This commit is contained in:
committed by
FernandoS27
parent
dc5cfa8d28
commit
b97608ca64
@@ -84,6 +84,10 @@ public:
|
||||
return guest_driver_profile;
|
||||
}
|
||||
|
||||
const GuestDriverProfile& AccessGuestDriverProfile() const {
|
||||
return guest_driver_profile;
|
||||
}
|
||||
|
||||
private:
|
||||
GuestDriverProfile guest_driver_profile{};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user