mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-13 06:15:14 +01:00
Move the leds up a bit
This commit is contained in:
parent
f7c7cab90a
commit
0c9bce9773
@ -118,7 +118,8 @@ $(BIN_DIR)/%.dol: %.elf
|
||||
COMMON_FLAGS := -g -O3 -G8 -mrvl -Wall -D__inline__=__inline__ $(MACHDEP)
|
||||
INCLUDES := -Isrc/md-generic/ -Isrc/include -Isrc -I$(DEVKITPRO)/libogc/include -I$(DEVKITPRO)/libogc/include/SDL
|
||||
DEFINES := -DOS_WITHOUT_MEMORY_MANAGEMENT -DSAVESTATE -DUSE_SDL -DSUPPORT_THREADS -DCPUEMU_0 -DCPUEMU_5 -DCPUEMU_6 \
|
||||
-DFPUEMU -DAGA -DAUTOCONFIG -DFILESYS
|
||||
-DFPUEMU -DAGA -DAUTOCONFIG -DFILESYS \
|
||||
-DTD_START_HEIGHT=32
|
||||
CFLAGS := $(COMMON_FLAGS) $(INCLUDES) $(DEFINES)
|
||||
|
||||
#unused defines; -DFDI2RAW
|
||||
|
@ -1640,7 +1640,11 @@ static int td_pos = (TD_RIGHT|TD_BOTTOM);
|
||||
#define TD_NUM_WIDTH 7
|
||||
#define TD_NUM_HEIGHT 7
|
||||
|
||||
#define TD_TOTAL_HEIGHT (TD_PADY * 2 + TD_NUM_HEIGHT)
|
||||
#ifndef TD_START_HEIGHT
|
||||
# define TD_START_HEIGHT 0
|
||||
#endif
|
||||
|
||||
#define TD_TOTAL_HEIGHT (TD_PADY + TD_NUM_HEIGHT + TD_START_HEIGHT)
|
||||
|
||||
#define NUMBERS_NUM 14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user