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
/
hw
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
2
-2
/
+3
|
\
|
*
Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cycles
bunnei
2014-06-13
1
-1
/
+2
|
*
lcd: moved kFrameTicks to lcd.h for use in other modules
bunnei
2014-05-29
2
-2
/
+2
*
|
GPU: Cleanup register definitions.
Tony Wasserka
2014-06-12
2
-28
/
+28
*
|
Rename LCD to GPU.
Tony Wasserka
2014-06-12
4
-20
/
+20
*
|
Pica: Add command list registers.
Tony Wasserka
2014-06-12
2
-5
/
+52
|
/
*
lcd: added thread wait after (faked) vblank interrupt (would have) occurred
bunnei
2014-05-23
1
-0
/
+4
*
added code to LCD modules keep track of framebuffer location in FCRAM or VRAM
bunnei
2014-04-27
2
-15
/
+153
*
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
2
-39
/
+51
*
added (fake) physical addresses for where to put framebuffer in VRAM
bunnei
2014-04-26
1
-0
/
+10
*
renamed hw_lcd module to just lcd
bunnei
2014-04-18
3
-2
/
+2
*
added NDMA hardware interface
bunnei
2014-04-18
3
-2
/
+133
*
fixed hw write declarations to not be const
bunnei
2014-04-13
1
-4
/
+4
*
updated logging message
bunnei
2014-04-11
1
-2
/
+2
*
cleaned up some logging messages
bunnei
2014-04-11
1
-4
/
+4
*
fixed project includes to use new directory structure
bunnei
2014-04-09
4
-9
/
+14
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
4
-0
/
+164