aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai/Makefile
AgeCommit message (Collapse)Author
2011-08-13gpu_unai: fix inline asm statementsnotaz
newer gcc reorders them and was allocating registers wrong due to incomplete constraints. Not that this code is any better than what gcc generates anyway, but whatever.
2011-02-04gpu_unai: support bgr888->rgb565 conversion for maemonotaz
2011-01-07allow some build customizationnotaz
also correct a statement in readme.
2011-01-04try to ensure fbdev buffer is validnotaz
2011-01-02gpu_unai: pcsx-rearmed portnotaz