add new file to makefile. add newline to end of common.h
This commit is contained in:
parent
64feb0117c
commit
9c99aa58c8
|
@ -36,6 +36,7 @@ libdesmume_a_SOURCES = \
|
||||||
softrender_v3sysfont.h softrender_desmumefont.h \
|
softrender_v3sysfont.h softrender_desmumefont.h \
|
||||||
matrix.cpp matrix.h \
|
matrix.cpp matrix.h \
|
||||||
gfx3d.cpp gfx3d.h \
|
gfx3d.cpp gfx3d.h \
|
||||||
|
texcache.cpp texcache.h \
|
||||||
thumb_instructions.cpp thumb_instructions.h types.h \
|
thumb_instructions.cpp thumb_instructions.h types.h \
|
||||||
shaders.h \
|
shaders.h \
|
||||||
movie.cpp movie.h \
|
movie.cpp movie.h \
|
||||||
|
|
|
@ -60,4 +60,5 @@ extern u8 gba_header_data_0x04[156];
|
||||||
|
|
||||||
extern u8 reverseBitsInByte(u8 x);
|
extern u8 reverseBitsInByte(u8 x);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue