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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
1
-4
/
+4
2014-12-09
Remove unused NDMA module
Yuri Kunde Schlesner
1
-13
/
+0
2014-11-27
Fixed formatting and switch statement warnings
vaguilar
1
-1
/
+1
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-3
/
+3
2014-10-30
Fix some warnings
Sean
1
-2
/
+2
2014-09-09
core: Prune redundant includes
archshift
1
-1
/
+0
2014-06-12
Rename LCD to GPU.
Tony Wasserka
1
-8
/
+8
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
1
-39
/
+37
2014-04-18
renamed hw_lcd module to just lcd
bunnei
1
-1
/
+1
2014-04-18
added NDMA hardware interface
bunnei
1
-2
/
+59
2014-04-13
fixed hw write declarations to not be const
bunnei
1
-4
/
+4
2014-04-11
cleaned up some logging messages
bunnei
1
-4
/
+4
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-3
/
+5
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-09
fixed all license file headers in core
bunnei
1
-23
/
+3
2014-04-05
added an "Update" method to update all hardware
bunnei
1
-0
/
+7
2014-04-05
added initial support for hw.cpp module
bunnei
1
-25
/
+17
2014-04-05
added hw module to interface h/w register reads/writes
bunnei
1
-0
/
+70