summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_memory.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-1/+2
- More accurate impl., fixes Undertale (among other games).
2018-10-19GPU: Invalidate destination address of kepler_memory writes.bunnei1-1/+6
2018-09-12GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).Subv1-0/+90
This engine writes data from a FIFO register into the configured address.