summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei2018-11-281-3/+7
|
* gpu: Rewrite GPU command list processing with DmaPusher class.bunnei2018-11-271-0/+95
- More accurate impl., fixes Undertale (among other games).