Y2R: Rework conversion process, enabling support for all formats

This commit is contained in:
Yuri Kunde Schlesner 2015-06-07 22:24:03 -03:00
parent 29d2b70ea4
commit 3e6663da43
5 changed files with 701 additions and 169 deletions

View file

@ -96,6 +96,7 @@ set(SRCS
hw/gpu.cpp
hw/hw.cpp
hw/lcd.cpp
hw/y2r.cpp
loader/3dsx.cpp
loader/elf.cpp
loader/loader.cpp
@ -209,6 +210,7 @@ set(HEADERS
hw/gpu.h
hw/hw.h
hw/lcd.h
hw/y2r.h
loader/3dsx.h
loader/elf.h
loader/loader.h