summaryrefslogtreecommitdiff
path: root/src/core/hw/hw.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02hw: Remove unused filesGravatar Lioncash1-96/+0
2018-07-02Rename logging macro back to LOG_*Gravatar James Rowe1-4/+4
2018-05-02general: Make formatting of logged hex values more straightforwardGravatar Lioncash1-2/+2
2018-04-26core/hw: Move logging macros over to fmt-capable onesGravatar Lioncash1-4/+6
2018-01-20Format: Run the new clang format on everythingGravatar James Rowe1-1/+1
2018-01-12Remove gpu debugger and get yuzu qt to compileGravatar James Rowe1-7/+0
2017-02-21HW: add AES engine & implement AES-CCMGravatar wwylele1-0/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-2/+1
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-7/+6
2015-07-13HW: Fix a stupid issue which led to unknown register reads/writes.Gravatar Tony Wasserka1-0/+30
2015-06-16hw: Fix mismatched Write callGravatar Lioncash1-1/+1
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-0/+1
2015-05-01HW: Properly initialize and shutdown all modules.Gravatar bunnei1-0/+2
2015-03-09Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift1-4/+8
2015-03-05Implement SetLcdForceBlack, move register enum to hw.hGravatar archshift1-26/+0
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift1-1/+1
2015-01-14GPU: Do periodic VBlank updates using CoreTimingGravatar Yuri Kunde Schlesner1-1/+0
2014-12-20License changeGravatar purpasmart961-1/+1
2014-12-13Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner1-4/+4
2014-12-09Remove unused NDMA moduleGravatar Yuri Kunde Schlesner1-13/+0
2014-11-27Fixed formatting and switch statement warningsGravatar vaguilar1-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot1-3/+3
2014-10-29Fix some warningsGravatar Sean1-2/+2
2014-09-08core: Prune redundant includesGravatar archshift1-1/+0
2014-06-12Rename LCD to GPU.Gravatar Tony Wasserka1-8/+8
2014-04-26- changed HW IO map to use virtual addressesGravatar bunnei1-39/+37
2014-04-17renamed hw_lcd module to just lcdGravatar bunnei1-1/+1
2014-04-17added NDMA hardware interfaceGravatar bunnei1-2/+59
2014-04-12fixed hw write declarations to not be constGravatar bunnei1-4/+4
2014-04-10cleaned up some logging messagesGravatar bunnei1-4/+4
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-3/+5
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-08fixed all license file headers in coreGravatar bunnei1-23/+3
2014-04-05added an "Update" method to update all hardwareGravatar bunnei1-0/+7
2014-04-05added initial support for hw.cpp moduleGravatar bunnei1-25/+17
2014-04-04added hw module to interface h/w register reads/writesGravatar bunnei1-0/+70