index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
gsp.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-29
Renamed souce files of services to match port names
Gareth Poole
1
-182
/
+0
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
1
-1
/
+1
2014-08-25
GSP: Update framebuffer information when necessary.
Tony Wasserka
1
-0
/
+18
2014-08-25
GSP: Implement SetBufferSwap.
Tony Wasserka
1
-0
/
+12
2014-08-18
Core: Alter the kernel string functions to use std::string instead of const char*.
Lioncash
1
-1
/
+1
2014-08-07
GSP: Cleaned up command buffer decoding.
bunnei
1
-19
/
+27
2014-08-06
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
1
-13
/
+54
2014-08-06
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
1
-0
/
+16
2014-07-23
GSP: Add a few comments.
Tony Wasserka
1
-0
/
+8
2014-07-23
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Tony Wasserka
1
-11
/
+41
2014-07-23
GPU: Emulate memory fills.
Tony Wasserka
1
-1
/
+1
2014-06-12
GSP: Define more GX commands.
Tony Wasserka
1
-0
/
+17
2014-05-19
- updated service(s) to be KernelObject's
bunnei
1
-1
/
+1
2014-04-28
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
1
-3
/
+0
2014-04-17
updated service comments
bunnei
1
-1
/
+2
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
1
-13
/
+8
2014-04-16
restructured hle:services completely to use function lookup tables
bunnei
1
-0
/
+39