1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
### Description
[Description of the bug]
### Expected behavior
[What you expected to happen]
### Actual behavior
[What is actually happening]
### Screenshots
[If applicable, add screenshots to help explain your problem]
### Steps to reproduce the bug
1. [First step]
2. [Second step]
3. [and so on...]
### Version/Commit
[You can find this information under Information->Core Information / System Information]
- ScummVM core: [version/commit]
- RetroArch: [version/commit]
### Working on stand-alone ScummVM
[Specify if the same issue also occurs with the daily build of stand-alone ScummVM]
### ScummVM game/engine
[Provide exact game version, better with ScummVM game ID]
### Environment information
- Device:
- OS: [The operating system you're running]
### RetroArch logs
[Provide RetroArch logs with DEBUG level set both for frontend and cores]
### Additional context
[Add any other context about the problem here]
|