# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LIBRETRO_REPO_NAME="libretro/flycast"
LIBRETRO_COMMIT_SHA="4c293f306bc16a265c2d768af5d0cea138426054"
inherit libretro-core toolchain-funcs
DESCRIPTION="Multiplatform Sega Dreamcast emulator"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="virtual/opengl"
DEPEND="${RDEPEND}"
src_compile() {
local ARCH=$(tc-arch)
if [[ "${ARCH}" == "amd64" ]]; then
ARCH="x86_64"
fi
libretro-core_src_compile
}