updated Makefiles, fixed frames transparency

This commit is contained in:
ekeeke31 2009-04-15 15:38:19 +00:00
parent 23ccdb6e6b
commit 9916a4416f
4 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,9 @@ include $(DEVKITPPC)/gamecube_rules
TARGET := genplus_cube
BUILD := build_cube
SOURCES := source source/m68k source/z80 source/sound source/sound/SRC source/ntsc source/cart_hw source/cart_hw/svp \
source/ngc source/ngc/gui source/ngc/fileio source/ngc/png source/ngc/sounds
source/gx source/gx/gui source/gx/fileio source/gx/png source/gx/sounds
INCLUDES := source source/m68k source/z80 source/sound source/sound/SRC source/ntsc source/cart_hw source/cart_hw/svp \
source/ngc source/ngc/gui source/ngc/fileio source/ngc/png source/ngc/sounds
source/gx source/gx/gui source/gx/fileio source/gx/png source/gx/sounds
#---------------------------------------------------------------------------------
# options for code generation

View File

@ -18,9 +18,9 @@ include $(DEVKITPPC)/wii_rules
TARGET := genplus_wii
BUILD := build_wii
SOURCES := source source/m68k source/z80 source/sound source/sound/SRC source/ntsc source/cart_hw source/cart_hw/svp \
source/ngc source/ngc/gui source/ngc/fileio source/ngc/png source/ngc/sounds
source/gx source/gx/gui source/gx/fileio source/gx/png source/gx/sounds
INCLUDES := source source/m68k source/z80 source/sound source/sound/SRC source/ntsc source/cart_hw source/cart_hw/svp \
source/ngc source/ngc/gui source/ngc/fileio source/ngc/png source/ngc/sounds
source/gx source/gx/gui source/gx/fileio source/gx/png source/gx/sounds
#---------------------------------------------------------------------------------
# options for code generation

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB