aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/gsp.cpp
AgeCommit message (Collapse)Author
2014-04-27hackish but working way to set the framebuffer location to VRAM (used in ↵bunnei
ARM11 demos tested thus far, e.g. yeti3DS)
2014-04-26added simple GSP GPU ReadHWRegs function to support returning the ↵bunnei
framebuffer address
2014-04-24added GSP::RegisterInterruptRelayQueue functionbunnei
2014-04-16updated service commentsbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
- various cleanups/refactors to HLE services