summaryrefslogtreecommitdiffstats
path: root/src/core/hw/hw.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-7/+0
|
* HW: add AES engine & implement AES-CCMwwylele2017-02-211-0/+2
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-7/+6
|
* HW: Fix a stupid issue which led to unknown register reads/writes.Tony Wasserka2015-07-131-0/+30
|
* hw: Fix mismatched Write callLioncash2015-06-161-1/+1
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
|
* HW: Properly initialize and shutdown all modules.bunnei2015-05-021-0/+2
|
* Added LCD registers, and implementation for color filling in OGL code.archshift2015-03-091-4/+8
|
* Implement SetLcdForceBlack, move register enum to hw.harchshift2015-03-061-26/+0
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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.
* GPU: Do periodic VBlank updates using CoreTimingYuri Kunde Schlesner2015-01-141-1/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-4/+4
|
* Remove unused NDMA moduleYuri Kunde Schlesner2014-12-091-13/+0
|
* Fixed formatting and switch statement warningsvaguilar2014-11-271-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-3/+3
|
* Fix some warningsSean2014-10-301-2/+2
|
* core: Prune redundant includesarchshift2014-09-091-1/+0
|
* Rename LCD to GPU.Tony Wasserka2014-06-121-8/+8
|
* - changed HW IO map to use virtual addressesbunnei2014-04-261-39/+37
| | | | - added hooks to catch LCD IO read/writes
* renamed hw_lcd module to just lcdbunnei2014-04-181-1/+1
|
* added NDMA hardware interfacebunnei2014-04-181-2/+59
|
* fixed hw write declarations to not be constbunnei2014-04-131-4/+4
|
* cleaned up some logging messagesbunnei2014-04-111-4/+4
|
* fixed project includes to use new directory structurebunnei2014-04-091-3/+5
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+49