{{ 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 }}
{{ range .Data.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 }}
{{ end }}