{{ define "main" }}

Game Compatibility List

The Citra Emulator compatibility list contains all the games we tested, sorted by how well they work on the emulator.

{{ range .Site.Data.compatibility }} {{ end }}
{{ .name }} {{ .description }}
{{ $paginator := .Paginate .Data.Pages 50 }} {{ range $paginator.Pages }} {{ $rating := index .Site.Data.compatibility ( string .Params.compatibility | default "0" ) }} {{ end }}
Title Compatibility Date Tested
{{ .Params.title }} {{ $rating.name }} {{ dateFormat "January 2, 2006" .Params.tested_date }}
{{ partial "pagination" . }} {{ end }}