aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/gsp.h
AgeCommit message (Expand)Author
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-08-25GSP: Update framebuffer information when necessary.Tony Wasserka
2014-08-25GSP: Implement SetBufferSwap.Tony Wasserka
2014-08-17Core: Alter the kernel string functions to use std::string instead of const c...Lioncash
2014-08-06GSP: Cleaned up command buffer decoding.bunnei
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
2014-08-05GSP: Implements preliminary command synchronization via GPU interrupts.bunnei
2014-07-23GSP: Add a few comments.Tony Wasserka
2014-07-23GSP: Clean up GX command processing a lot and treat command id as a u8 rather...Tony Wasserka
2014-07-23GPU: Emulate memory fills.Tony Wasserka
2014-06-12GSP: Define more GX commands.Tony Wasserka
2014-05-18- updated service(s) to be KernelObject'sbunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-16updated service commentsbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei