-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: update template to include save state info
- Loading branch information
1 parent
ce2a192
commit 2e77d25
Showing
1 changed file
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
* Build: specify what build of Avocado you're using. | ||
* OS: which operational system you're running Avocado on. | ||
* Hardware: CPU, GPU, RAM. | ||
* Game: What game you're trying to play/test (including the game ID, listed as "Serial" here http://redump.org/discs/system/psx/) | ||
* Behavior: give details about your issue with Avocado | ||
* Screenshots/Videos: if possible (and when applicable), add a screenshot or video about the issue | ||
* Log: DON'T copy-paste the log here, just save it on a text file (.txt) and drag the file to this window to add it | ||
**Game**: What game you're trying to play/test (including the game ID, listed as "Serial" here http://redump.org/discs/system/psx/) | ||
|
||
|
||
**Version**: specify what build of Avocado you're using. (see Help->About) | ||
|
||
**Hardware**: CPU, GPU, RAM, Operating system | ||
|
||
|
||
**Behavior**: give details about what is happening with game/emulator | ||
|
||
**Attachments**: | ||
* **Screenshots/Videos**: (if possible (and when applicable), add a screenshot or video about the issue) | ||
* **Save state**: (use Backspace to rewind emulation few seconds before the issue happend and make quick save using F5, state can be found in data/state/GAME_ID_0.state) | ||
* **Logs**: (if available) |