summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-28dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei1-3/+7
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-0/+95
- More accurate impl., fixes Undertale (among other games).