index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hw
/
hw.cpp
Age
Commit message (
Expand
)
Author
2017-02-21
HW: add AES engine & implement AES-CCM
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-07-13
HW: Fix a stupid issue which led to unknown register reads/writes.
Tony Wasserka
2015-06-16
hw: Fix mismatched Write call
Lioncash
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
HW: Properly initialize and shutdown all modules.
bunnei
2015-03-09
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-03-05
Implement SetLcdForceBlack, move register enum to hw.h
archshift
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-01-14
GPU: Do periodic VBlank updates using CoreTiming
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-09
Remove unused NDMA module
Yuri Kunde Schlesner
2014-11-27
Fixed formatting and switch statement warnings
vaguilar
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-10-29
Fix some warnings
Sean
2014-09-08
core: Prune redundant includes
archshift
2014-06-12
Rename LCD to GPU.
Tony Wasserka
2014-04-26
- changed HW IO map to use virtual addresses
bunnei
2014-04-17
renamed hw_lcd module to just lcd
bunnei
2014-04-17
added NDMA hardware interface
bunnei
2014-04-12
fixed hw write declarations to not be const
bunnei
2014-04-10
cleaned up some logging messages
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei