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
2018-04-26
core/hw: Move logging macros over to fmt-capable ones
Lioncash
1
-4
/
+6
2018-01-21
Format: Run the new clang format on everything
James Rowe
1
-1
/
+1
2018-01-13
Remove gpu debugger and get yuzu qt to compile
James Rowe
1
-7
/
+0
2017-02-21
HW: add AES engine & implement AES-CCM
wwylele
1
-0
/
+2
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-2
/
+1
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-7
/
+6
2015-07-13
HW: Fix a stupid issue which led to unknown register reads/writes.
Tony Wasserka
1
-0
/
+30
2015-06-16
hw: Fix mismatched Write call
Lioncash
1
-1
/
+1
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-0
/
+1
2015-05-02
HW: Properly initialize and shutdown all modules.
bunnei
1
-0
/
+2
2015-03-09
Added LCD registers, and implementation for color filling in OGL code.
archshift
1
-4
/
+8
2015-03-06
Implement SetLcdForceBlack, move register enum to hw.h
archshift
1
-26
/
+0
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-1
/
+1
2015-01-14
GPU: Do periodic VBlank updates using CoreTiming
Yuri Kunde Schlesner
1
-1
/
+0
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