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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
GSP: Update framebuffer information when necessary.
Tony Wasserka
2014-08-25
1
-0
/
+18
*
GSP: Implement SetBufferSwap.
Tony Wasserka
2014-08-25
1
-0
/
+12
*
Core: Alter the kernel string functions to use std::string instead of const char*.
Lioncash
2014-08-18
1
-1
/
+1
*
GSP: Cleaned up command buffer decoding.
bunnei
2014-08-07
1
-19
/
+27
*
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-06
1
-13
/
+54
*
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
2014-08-06
1
-0
/
+16
*
GSP: Add a few comments.
Tony Wasserka
2014-07-23
1
-0
/
+8
*
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Tony Wasserka
2014-07-23
1
-11
/
+41
*
GPU: Emulate memory fills.
Tony Wasserka
2014-07-23
1
-1
/
+1
*
GSP: Define more GX commands.
Tony Wasserka
2014-06-12
1
-0
/
+17
*
- updated service(s) to be KernelObject's
bunnei
2014-05-19
1
-1
/
+1
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-28
1
-3
/
+0
*
updated service comments
bunnei
2014-04-17
1
-1
/
+2
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
1
-0
/
+34