mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-24 18:21:50 +01:00
updated Makefiles, fixed frames transparency
This commit is contained in:
parent
23ccdb6e6b
commit
9916a4416f
@ -18,9 +18,9 @@ include $(DEVKITPPC)/gamecube_rules
|
|||||||
TARGET := genplus_cube
|
TARGET := genplus_cube
|
||||||
BUILD := build_cube
|
BUILD := build_cube
|
||||||
SOURCES := source source/m68k source/z80 source/sound source/sound/SRC source/ntsc source/cart_hw source/cart_hw/svp \
|
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 \
|
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
|
# options for code generation
|
||||||
|
@ -18,9 +18,9 @@ include $(DEVKITPPC)/wii_rules
|
|||||||
TARGET := genplus_wii
|
TARGET := genplus_wii
|
||||||
BUILD := build_wii
|
BUILD := build_wii
|
||||||
SOURCES := source source/m68k source/z80 source/sound source/sound/SRC source/ntsc source/cart_hw source/cart_hw/svp \
|
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 \
|
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
|
# 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 |
Loading…
Reference in New Issue
Block a user