mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
(PS3) Don't bake in HAVE_LIDBGFONT either
This commit is contained in:
parent
65930421ba
commit
c02983bb9a
@ -81,8 +81,8 @@ ifeq ($(HAVE_FREETYPE), 1)
|
|||||||
DEFINES += -DHAVE_FREETYPE
|
DEFINES += -DHAVE_FREETYPE
|
||||||
FONT_LIBS := -lfontFT_stub -lfreetype_stub
|
FONT_LIBS := -lfontFT_stub -lfreetype_stub
|
||||||
else
|
else
|
||||||
DEFINES += -DHAVE_LIBDBGFONT
|
#DEFINES += -DHAVE_LIBDBGFONT
|
||||||
FONT_LIBS := -ldbgfont
|
#FONT_LIBS := -ldbgfont
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CELL_BUILD_TOOLS), SNC)
|
ifeq ($(CELL_BUILD_TOOLS), SNC)
|
||||||
|
@ -538,7 +538,7 @@ static bool back_as_menu_toggle_enable = true;
|
|||||||
static const bool crop_overscan = true;
|
static const bool crop_overscan = true;
|
||||||
|
|
||||||
/* Font size for on-screen messages. */
|
/* Font size for on-screen messages. */
|
||||||
#if defined(HAVE_RMENU)
|
#if defined(HAVE_LIBDBGFONT)
|
||||||
static const float font_size = 1.0f;
|
static const float font_size = 1.0f;
|
||||||
#else
|
#else
|
||||||
static const float font_size = 32;
|
static const float font_size = 32;
|
||||||
@ -547,7 +547,7 @@ static const float font_size = 32;
|
|||||||
/* Offset for where messages will be placed on-screen.
|
/* Offset for where messages will be placed on-screen.
|
||||||
* Values are in range [0.0, 1.0]. */
|
* Values are in range [0.0, 1.0]. */
|
||||||
static const float message_pos_offset_x = 0.05;
|
static const float message_pos_offset_x = 0.05;
|
||||||
#ifdef RARCH_CONSOLE
|
#if defined(_XBOX1)
|
||||||
static const float message_pos_offset_y = 0.90;
|
static const float message_pos_offset_y = 0.90;
|
||||||
#else
|
#else
|
||||||
static const float message_pos_offset_y = 0.05;
|
static const float message_pos_offset_y = 0.05;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user