summaryrefslogtreecommitdiffstats
path: root/src/core/hw/lcd.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-18renamed hw_lcd module to just lcdbunnei1-1/+1
2014-04-11updated logging messagebunnei1-2/+2
2014-04-09fixed project includes to use new directory structurebunnei1-4/+7
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-07removed log message from hw_lcdbunnei1-2/+0
2014-04-06calling SwapBuffers from hw_lcd.cppbunnei1-0/+2
2014-04-05changed hw_lcd to use ARM core correct tick counter instead of [what was actually] just an instruction count. this seems to fix timing issues with the 3DS_Homebrew_Pong3Dv2 demo.bunnei1-3/+3
2014-04-05added a module for interfacing to hardware LCDbunnei1-20/+23
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