Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -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 CoreTiming | Yuri Kunde Schlesner | 2015-01-14 | 1 | -1/+0 |
| | |||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -4/+4 |
| | |||||
* | Remove unused NDMA module | Yuri Kunde Schlesner | 2014-12-09 | 1 | -13/+0 |
| | |||||
* | Fixed formatting and switch statement warnings | vaguilar | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -3/+3 |
| | |||||
* | Fix some warnings | Sean | 2014-10-30 | 1 | -2/+2 |
| | |||||
* | core: Prune redundant includes | archshift | 2014-09-09 | 1 | -1/+0 |
| | |||||
* | Rename LCD to GPU. | Tony Wasserka | 2014-06-12 | 1 | -8/+8 |
| | |||||
* | - changed HW IO map to use virtual addresses | bunnei | 2014-04-26 | 1 | -39/+37 |
| | | | | - added hooks to catch LCD IO read/writes | ||||
* | renamed hw_lcd module to just lcd | bunnei | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | added NDMA hardware interface | bunnei | 2014-04-18 | 1 | -2/+59 |
| | |||||
* | fixed hw write declarations to not be const | bunnei | 2014-04-13 | 1 | -4/+4 |
| | |||||
* | cleaned up some logging messages | bunnei | 2014-04-11 | 1 | -4/+4 |
| | |||||
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 1 | -3/+5 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+49 |