└── .github └── ISSUE_TEMPLATE └── compatibility-issue.md /.github/ISSUE_TEMPLATE/compatibility-issue.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Compatibility issue 3 | about: Report an issue with a game running under Satiator 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **What game is it?** 11 | 12 | Title: game title here 13 | 14 | Region: US/JP/etc 15 | 16 | Serial: T-0000xx 17 | 18 | **Where did you get the image?** 19 | 20 | Redump, ...? 21 | 22 | **Provide SHA1 hashes of the image file(s)** 23 | 24 | eg. on Linux/Mac you can do this for files named `foo.bin`, `foo.cue` etc by running `sha1sum foo.*` 25 | 26 | ``` 27 | 3d2a2a8f755aaafe3d883d6945ff70547f9637cf foo.cue 28 | 4cf42d6d76ee76556f6626b6c57a1bd8332ad00e foo.bin 29 | ``` 30 | 31 | **What is the behaviour you observe?** 32 | 33 | - Where in the game? 34 | - What triggers the behaviour? 35 | 36 | **What is the behaviour you expect?** 37 | 38 | - Provide comparison to a real disc if possible 39 | --------------------------------------------------------------------------------