# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LIBRETRO_REPO_NAME="libretro/flycast"
LIBRETRO_COMMIT_SHA="d05a2e45ae197b23da5f066fae12ca6ecdbb95e6"
inherit libretro-core toolchain-funcs multiprocessing
DESCRIPTION="Multiplatform Sega Dreamcast emulator"
HOMEPAGE="https://github.com/libretro/flycast"
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
}