{{ define "main" }} {{ $BaseURL := .Site.BaseURL }} {{ $gameName := .File.BaseFileName }} {{- $type := index .Site.Data.gameTypes (.Params.game_type | default "3ds") }}
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.
Rating | {{ $rating.name }} {{ $rating.description }} |
Type | {{- if eq $type.key "3ds" }} {{- else if eq $type.key "vc" }} {{- $vcSystem := index .Site.Data.vcSystems .Params.vc_system }} {{ $vcSystem.name }} {{- else }} {{ $type.name }} {{ end }} |
Game Icon | |
Title IDs |
{{ range .Params.releases }}
{{ .title }}
{{ end }}
|
System Files Required? | {{ if eq .Params.needs_system_files true }}Yes{{ else if eq .Params.needs_system_files false }}No{{ else }}N/A{{ end }} |
Shared Font Required? | {{ if eq .Params.needs_shared_font true }}Yes{{ else if eq .Params.needs_shared_font false }}No{{ else }}N/A{{ end }} |
{{ .Params.Description }}
{{ .Content }} {{ if isset .Params "testcases" }} {{ $siteCompatibility := .Site.Data.compatibility }} {{ range .Params.testcases }} {{- $rating := index $siteCompatibility .compatibility }}Date | Tested By | Hardware | Citra Version | Rating |
---|---|---|---|---|
{{ dateFormat "January 2, 2006" .date }} | {{ .author }} | {{ .cpu }} {{ .gpu }} {{ .os }} |
{{ .version }} | {{ $rating.name }} |
Title | Created | Last Updated |
---|---|---|
{{ .title }} | {{ dateFormat "January 2, 2006" .created_at }} | {{ dateFormat "January 2, 2006" .updated_at }} |
No issues have been reported for this game.
{{- end }}Name | Description | Uploaded By | Date |
---|---|---|---|
{{ .title }} | {{ .description }} | {{ .author }} | {{ dateFormat "January 2, 2006" .date }} |
No savefiles have been uploaded for this game.
{{ end }}