diff options
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 4d7e2651c..dd51c95b7 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -156,7 +156,8 @@ public: | |||
| 156 | void CallMethod(const MethodCall& method_call); | 156 | void CallMethod(const MethodCall& method_call); |
| 157 | 157 | ||
| 158 | /// Calls a GPU multivalue method. | 158 | /// Calls a GPU multivalue method. |
| 159 | void CallMultiMethod(u32 method, u32 subchannel, const u32* base_start, u32 amount, u32 methods_pending); | 159 | void CallMultiMethod(u32 method, u32 subchannel, const u32* base_start, u32 amount, |
| 160 | u32 methods_pending); | ||
| 160 | 161 | ||
| 161 | /// Flush all current written commands into the host GPU for execution. | 162 | /// Flush all current written commands into the host GPU for execution. |
| 162 | void FlushCommands(); | 163 | void FlushCommands(); |
| @@ -313,7 +314,8 @@ private: | |||
| 313 | void CallEngineMethod(const MethodCall& method_call); | 314 | void CallEngineMethod(const MethodCall& method_call); |
| 314 | 315 | ||
| 315 | /// Calls a GPU engine multivalue method. | 316 | /// Calls a GPU engine multivalue method. |
| 316 | void CallEngineMultiMethod(u32 method, u32 subchannel, const u32* base_start, u32 amount, u32 methods_pending); | 317 | void CallEngineMultiMethod(u32 method, u32 subchannel, const u32* base_start, u32 amount, |
| 318 | u32 methods_pending); | ||
| 317 | 319 | ||
| 318 | /// Determines where the method should be executed. | 320 | /// Determines where the method should be executed. |
| 319 | bool ExecuteMethodOnEngine(u32 method); | 321 | bool ExecuteMethodOnEngine(u32 method); |