diff options
Diffstat (limited to 'src/video_core/control')
| -rw-r--r-- | src/video_core/control/channel_state_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/control/channel_state_cache.h b/src/video_core/control/channel_state_cache.h index 46bc9e322..5574e1fba 100644 --- a/src/video_core/control/channel_state_cache.h +++ b/src/video_core/control/channel_state_cache.h | |||
| @@ -51,7 +51,7 @@ public: | |||
| 51 | virtual void CreateChannel(Tegra::Control::ChannelState& channel); | 51 | virtual void CreateChannel(Tegra::Control::ChannelState& channel); |
| 52 | 52 | ||
| 53 | /// Bind a channel for execution. | 53 | /// Bind a channel for execution. |
| 54 | void BindToChannel(s32 id); | 54 | virtual void BindToChannel(s32 id); |
| 55 | 55 | ||
| 56 | /// Erase channel's state. | 56 | /// Erase channel's state. |
| 57 | void EraseChannel(s32 id); | 57 | void EraseChannel(s32 id); |