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 (
Collapse
)
Author
Age
Files
Lines
*
lcd: moved kFrameTicks to lcd.h for use in other modules
bunnei
2014-05-29
2
-2
/
+2
|
*
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 hooks to catch LCD IO read/writes
*
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