{{ define "main" }} {{ $gameName := .File.BaseFileName }} {{ $rating := index .Site.Data.compatibility ( string .Params.compatibility | default "0" ) }}
Reminder!

Citra is currently in very early stages of development. Games usually run less than full-speed even on the best computers. Expect bugs and glitches to appear in most games. Many features found in more mature emulators are still in the works.

Read First!
The below game article is based on user submitted content.
See a mistake? Want to contribute? Edit this game article on Github

{{ .Title }}

Status {{ $rating.name }}
{{ $rating.description }}
Tested Date {{ dateFormat "January 2, 2006" .Params.tested_date }}
Tested Version {{ .Params.tested_version }}
Game Icon
Title IDs {{ range .Params.releases }} {{ .title }} ({{ .region }})
{{ end }}
System Files Required? {{ if eq .Params.needs_system_files true }}Yes{{ else }}No{{ end }}
Shared Font Required? {{ if eq .Params.needs_shared_font true }}Yes{{ else }}No{{ end }}

{{ .Params.Description }}

{{ .Content }} {{ if (where (readDir "/static/savefiles") "Name" .File.BaseFileName) }}

Savefiles

{{ range .Params.savefiles }} {{ end }}
Name Description Uploaded By Date
{{ .title }} {{ .description }} {{ .author }} {{ dateFormat "January 2, 2006" .date }}
{{ end }} {{ if (where (readDir "/static/images/screenshots0") "Name" .File.BaseFileName) }}

Screenshots

{{ $files := readDir (printf "/static/images/screenshots0/%s/" .File.BaseFileName) }} {{ range $index, $element := $files }} {{ end }}
{{ end }} {{ end }} {{ define "scripts" }} {{ end }}