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
/
hw.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HW: Properly initialize and shutdown all modules.
bunnei
2015-05-02
1
-0
/
+2
*
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-03-09
1
-4
/
+8
*
Implement SetLcdForceBlack, move register enum to hw.h
archshift
2015-03-06
1
-26
/
+0
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
GPU: Do periodic VBlank updates using CoreTiming
Yuri Kunde Schlesner
2015-01-14
1
-1
/
+0
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-4
/
+4
*
Remove unused NDMA module
Yuri Kunde Schlesner
2014-12-09
1
-13
/
+0
*
Fixed formatting and switch statement warnings
vaguilar
2014-11-27
1
-1
/
+1
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-3
/
+3
*
Fix some warnings
Sean
2014-10-30
1
-2
/
+2
*
core: Prune redundant includes
archshift
2014-09-09
1
-1
/
+0
*
Rename LCD to GPU.
Tony Wasserka
2014-06-12
1
-8
/
+8
*
- changed HW IO map to use virtual addresses
bunnei
2014-04-26
1
-39
/
+37
*
renamed hw_lcd module to just lcd
bunnei
2014-04-18
1
-1
/
+1
*
added NDMA hardware interface
bunnei
2014-04-18
1
-2
/
+59
*
fixed hw write declarations to not be const
bunnei
2014-04-13
1
-4
/
+4
*
cleaned up some logging messages
bunnei
2014-04-11
1
-4
/
+4
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-3
/
+5
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+49