summaryrefslogtreecommitdiff
blob: 8345dfe1e7d3e96f85a533a0e07b1e8fabeb93e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>mgorny@gentoo.org</email>
		<name>Michał Górny</name>
	</maintainer>
	<maintainer>
		<email>joker@gentoo.org</email>
		<name>Christian Birchinger</name>
	</maintainer>
	<use>
		<flag name="debugger">Build the debugger</flag>
		<flag name="gles2">Use GLES2 instead of OpenGL</flag>
		<flag name="new-dynarec">Enable new experimental dynamic recompiler implementation (only for x86 and arm)</flag>
		<flag name="osd">Overlay emulator messages using on-screen-display</flag>
	</use>
	<longdescription>Mupen64Plus is a plugin-based N64 emulator for Linux which is capable of accurately playing many games.
Included are four MIPS R4300 CPU emulators, with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems.</longdescription>
	<upstream>
		<remote-id type="google-code">mupen64plus</remote-id>
		<remote-id type="github">mupen64plus/mupen64plus-core</remote-id>
	</upstream>
</pkgmetadata>