diff options
| author | 2020-04-20 02:16:56 -0400 | |
|---|---|---|
| committer | 2020-04-23 08:52:55 -0400 | |
| commit | 3fedcc2f6e001f0ed1fd791de4f9692570359eef (patch) | |
| tree | 49109516beab33d825cc653d4e885107304da332 /src/video_core/dma_pusher.h | |
| parent | Merge pull request #3730 from lioncash/time (diff) | |
| download | yuzu-3fedcc2f6e001f0ed1fd791de4f9692570359eef.tar.gz yuzu-3fedcc2f6e001f0ed1fd791de4f9692570359eef.tar.xz yuzu-3fedcc2f6e001f0ed1fd791de4f9692570359eef.zip | |
DMAPusher: Propagate multimethod writes into the engines.
Diffstat (limited to 'src/video_core/dma_pusher.h')
| -rw-r--r-- | src/video_core/dma_pusher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/dma_pusher.h b/src/video_core/dma_pusher.h index d6188614a..6cef71306 100644 --- a/src/video_core/dma_pusher.h +++ b/src/video_core/dma_pusher.h | |||
| @@ -75,6 +75,7 @@ private: | |||
| 75 | void SetState(const CommandHeader& command_header); | 75 | void SetState(const CommandHeader& command_header); |
| 76 | 76 | ||
| 77 | void CallMethod(u32 argument) const; | 77 | void CallMethod(u32 argument) const; |
| 78 | void CallMultiMethod(const u32* base_start, u32 num_methods) const; | ||
| 78 | 79 | ||
| 79 | std::vector<CommandHeader> command_headers; ///< Buffer for list of commands fetched at once | 80 | std::vector<CommandHeader> command_headers; ///< Buffer for list of commands fetched at once |
| 80 | 81 | ||