aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw
Commit message (Collapse)AuthorAge
...
* Use a more compatible choice of initial framebuffer addresses.Gravatar Tony Wasserka2014-07-22
|
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
| * Core: Cleaned up SingleStep(), updated default LCD refresh to assume each ↵Gravatar bunnei2014-06-13
| | | | | | | | instruction is ~3 cycles
* | GPU: Cleanup register definitions.Gravatar Tony Wasserka2014-06-12
| |
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-12
| |
* | Pica: Add command list registers.Gravatar Tony Wasserka2014-06-12
| |
| * lcd: moved kFrameTicks to lcd.h for use in other modulesGravatar bunnei2014-05-28
|/
* lcd: added thread wait after (faked) vblank interrupt (would have) occurredGravatar bunnei2014-05-22
|
* added code to LCD modules keep track of framebuffer location in FCRAM or VRAMGravatar bunnei2014-04-27
|
* - changed HW IO map to use virtual addressesGravatar bunnei2014-04-26
| | | | - added hooks to catch LCD IO read/writes
* added (fake) physical addresses for where to put framebuffer in VRAMGravatar bunnei2014-04-26
|
* renamed hw_lcd module to just lcdGravatar bunnei2014-04-17
|
* added NDMA hardware interfaceGravatar bunnei2014-04-17
|
* fixed hw write declarations to not be constGravatar bunnei2014-04-12
|
* updated logging messageGravatar bunnei2014-04-10
|
* cleaned up some logging messagesGravatar bunnei2014-04-10
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08