Citra is an experimental open-source Nintendo 3DS emulator/debugger written in C++. It is written with portability in mind, with builds actively maintained for Windows, Linux and OS X. Citra only emulates a subset of 3DS hardware, and therefore is generally only useful for running/debugging homebrew applications. At this time, Citra is even able to boot several commercial games! Most of these do not run to a playable state, but we are working every day to advance the project forward. https://citra-emu.org
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -qt5
|
|
|
|
MASTERDIR= ${.CURDIR}/../citra
|
|
|
|
OPTIONS_SLAVE= QT5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|