summaryrefslogtreecommitdiffstats
path: root/src/core/hw/hw.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2018-01-13Remove gpu debugger and get yuzu qt to compileJames Rowe1-7/+0
2017-02-21HW: add AES engine & implement AES-CCMwwylele1-0/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-7/+6
2015-07-13HW: Fix a stupid issue which led to unknown register reads/writes.Tony Wasserka1-0/+30
2015-06-16hw: Fix mismatched Write callLioncash1-1/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-0/+1
2015-05-02HW: Properly initialize and shutdown all modules.bunnei1-0/+2
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift1-4/+8
2015-03-06Implement SetLcdForceBlack, move register enum to hw.harchshift1-26/+0
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2015-01-14GPU: Do periodic VBlank updates using CoreTimingYuri Kunde Schlesner1-1/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-4/+4
2014-12-09Remove unused NDMA moduleYuri Kunde Schlesner1-13/+0
2014-11-27Fixed formatting and switch statement warningsvaguilar1-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-3/+3
2014-10-30Fix some warningsSean1-2/+2
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-06-12Rename LCD to GPU.Tony Wasserka1-8/+8
2014-04-26- changed HW IO map to use virtual addressesbunnei1-39/+37
- added hooks to catch LCD IO read/writes
2014-04-18renamed hw_lcd module to just lcdbunnei1-1/+1
2014-04-18added NDMA hardware interfacebunnei1-2/+59
2014-04-13fixed hw write declarations to not be constbunnei1-4/+4
2014-04-11cleaned up some logging messagesbunnei1-4/+4
2014-04-09fixed project includes to use new directory structurebunnei1-3/+5
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed all license file headers in corebunnei1-23/+3
2014-04-05added an "Update" method to update all hardwarebunnei1-0/+7
2014-04-05added initial support for hw.cpp modulebunnei1-25/+17
2014-04-05added hw module to interface h/w register reads/writesbunnei1-0/+70