From 9c99aa58c859c35f50ecdf5803bf5896d046aa4e Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 3 Feb 2009 02:08:06 +0000 Subject: [PATCH] add new file to makefile. add newline to end of common.h --- desmume/src/Makefile.am | 1 + desmume/src/common.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/desmume/src/Makefile.am b/desmume/src/Makefile.am index eaf6770d1..79bcd1b27 100644 --- a/desmume/src/Makefile.am +++ b/desmume/src/Makefile.am @@ -36,6 +36,7 @@ libdesmume_a_SOURCES = \ softrender_v3sysfont.h softrender_desmumefont.h \ matrix.cpp matrix.h \ gfx3d.cpp gfx3d.h \ + texcache.cpp texcache.h \ thumb_instructions.cpp thumb_instructions.h types.h \ shaders.h \ movie.cpp movie.h \ diff --git a/desmume/src/common.h b/desmume/src/common.h index d0f121ce5..73f421a6b 100644 --- a/desmume/src/common.h +++ b/desmume/src/common.h @@ -60,4 +60,5 @@ extern u8 gba_header_data_0x04[156]; extern u8 reverseBitsInByte(u8 x); -#endif \ No newline at end of file +#endif +