summaryrefslogtreecommitdiff
path: root/src/core/hw/hw.cpp
AgeCommit message (Collapse)Author
2018-08-02hw: Remove unused filesLioncash
None of these files are used in any meaningful way. They're just leftovers from citra. Also has the benefit of getting rid of an unused global variable.
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on).
2018-04-26core/hw: Move logging macros over to fmt-capable onesLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2017-02-21HW: add AES engine & implement AES-CCMwwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
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
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 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
or generated
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
- added hooks to catch LCD IO read/writes
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