mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
22 lines
590 B
Plaintext
22 lines
590 B
Plaintext
################################################################################
|
|
# setup system defaults
|
|
################################################################################
|
|
|
|
# The TARGET_CPU variable controls which processor should be targeted for
|
|
# generated code.
|
|
TARGET_CPU="cortex-a8"
|
|
TARGET_FLOAT="hard"
|
|
TARGET_FPU="neon-vfpv3"
|
|
|
|
# OpenGL-ES implementation to use
|
|
OPENGLES="mesa"
|
|
|
|
# Graphic drivers to use
|
|
GRAPHIC_DRIVERS="lima"
|
|
|
|
# KODI Player implementation to use
|
|
KODIPLAYER_DRIVER="$OPENGLES"
|
|
|
|
# Mali GPU family
|
|
MALI_FAMILY="450"
|