Merge pull request #860 from yuriks/y2r-color

Color support for Y2R
This commit is contained in:
Yuri Kunde Schlesner 2015-06-21 17:22:34 -07:00
commit dc09a2ecb5
5 changed files with 740 additions and 180 deletions

View file

@ -108,6 +108,7 @@ set(SRCS
hw/gpu.cpp
hw/hw.cpp
hw/lcd.cpp
hw/y2r.cpp
loader/3dsx.cpp
loader/elf.cpp
loader/loader.cpp
@ -233,6 +234,7 @@ set(HEADERS
hw/gpu.h
hw/hw.h
hw/lcd.h
hw/y2r.h
loader/3dsx.h
loader/elf.h
loader/loader.h