summaryrefslogtreecommitdiff
path: root/src/core/hw/hw.cpp
AgeCommit message (Expand)Author
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-07-13HW: Fix a stupid issue which led to unknown register reads/writes.Tony Wasserka
2015-06-16hw: Fix mismatched Write callLioncash
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-01HW: Properly initialize and shutdown all modules.bunnei
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-05Implement SetLcdForceBlack, move register enum to hw.harchshift
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-01-14GPU: Do periodic VBlank updates using CoreTimingYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-09Remove unused NDMA moduleYuri Kunde Schlesner
2014-11-27Fixed formatting and switch statement warningsvaguilar
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-10-29Fix some warningsSean
2014-09-08core: Prune redundant includesarchshift
2014-06-12Rename LCD to GPU.Tony Wasserka
2014-04-26- changed HW IO map to use virtual addressesbunnei
2014-04-17renamed hw_lcd module to just lcdbunnei
2014-04-17added NDMA hardware interfacebunnei
2014-04-12fixed hw write declarations to not be constbunnei
2014-04-10cleaned up some logging messagesbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei