Merge pull request #2045 from vgturtle127/3.0-develop
Adding my PR and issue templates and updating documentation
This commit is contained in:
commit
202b30dd31
|
@ -1,19 +0,0 @@
|
||||||
## Expected behavior
|
|
||||||
|
|
||||||
|
|
||||||
## Actual behavior
|
|
||||||
|
|
||||||
|
|
||||||
## Steps to reproduce the problem
|
|
||||||
|
|
||||||
1.
|
|
||||||
1.
|
|
||||||
1.
|
|
||||||
1.
|
|
||||||
1.
|
|
||||||
|
|
||||||
## Specifications
|
|
||||||
|
|
||||||
- Windows version:
|
|
||||||
- Project64 version:
|
|
||||||
- Plugins used:
|
|
|
@ -0,0 +1,44 @@
|
||||||
|
### Expected behavior
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### Actual behavior
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### Steps to reproduce the problem
|
||||||
|
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
|
||||||
|
### Error messages you received
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### Screenshots (if applicable)
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### Specifications
|
||||||
|
|
||||||
|
- Hardware specifications of the computer or device you used to run Project64
|
||||||
|
- CPU
|
||||||
|
- GPU
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
- Windows version (include version and OS build number using WinVer):
|
||||||
|
- Project64 version (include commit version number and whether you are using the 32-bit or 64-bit version):
|
||||||
|
|
||||||
|
### Plugins used while the issue occurred:
|
||||||
|
|
||||||
|
- Graphics plugin (and HLE or LLE):
|
||||||
|
- Sound plugin:
|
||||||
|
- Input plugin:
|
||||||
|
- RSP plugin:
|
|
@ -0,0 +1,8 @@
|
||||||
|
### Feature desired:
|
||||||
|
-
|
||||||
|
|
||||||
|
### Why this feature should be added:
|
||||||
|
-
|
||||||
|
|
||||||
|
### Examples of it being successfully implemented in other software:
|
||||||
|
-
|
|
@ -1,7 +1,13 @@
|
||||||
|
[Add description of the PR here]
|
||||||
|
|
||||||
Fixes #
|
Fixes #
|
||||||
|
|
||||||
## Proposed Changes
|
### Proposed changes
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
-
|
### Does this make breaking changes?
|
||||||
-
|
|
||||||
-
|
|
||||||
|
### Does this version of Project64 compile and run without issue?
|
||||||
|
|
|
@ -3,7 +3,7 @@ Project64 - Building from source
|
||||||
|
|
||||||
This document describes how to set up a local build environment for Project64 on Windows.
|
This document describes how to set up a local build environment for Project64 on Windows.
|
||||||
It is meant for helping contributors set up building Project64 on their machines so that they can write code to fix bugs and add new features.
|
It is meant for helping contributors set up building Project64 on their machines so that they can write code to fix bugs and add new features.
|
||||||
If you just want to run Project64 or its development builds, use the [Readme](https://github.com/project64/project64user-content-project64---nintendo-64-emulator) instead.
|
If you just want to run Project64 or its development builds, use the [Readme](https://github.com/project64/project64/blob/develop/README.md) instead.
|
||||||
|
|
||||||
## Required software
|
## Required software
|
||||||
|
|
||||||
|
|
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,16 +1,17 @@
|
||||||
Android Release 9:
|
Version 3.0
|
||||||
- Add ability to change screen res
|
- GLideN64 has been added and you can select it as the default plugin in the welcome screen
|
||||||
- Fix multiple pause/resume
|
- Add new audio and input plugin
|
||||||
- minor bug fixes
|
- Added "enhancement patches"
|
||||||
|
- Cheat system has been rebuilt from the ground up
|
||||||
Windows 2.4
|
|
||||||
- Build with v2015
|
|
||||||
- fixed fpu issue - Indiana Jones (#76)
|
|
||||||
- Fix bug in key assignment (#1309)
|
|
||||||
- Add Shygoo's debugger code
|
|
||||||
- New audio plugin
|
|
||||||
- large address aware
|
|
||||||
- Ability to change defaults
|
- Ability to change defaults
|
||||||
- Add GlideN64
|
- Saves in their own unique directory
|
||||||
- Add New controller plugin
|
- Add Shygoo's debugger code
|
||||||
- Saves in unique directory
|
- Fixed FPU issue - Indiana Jones (#76)
|
||||||
|
- Fix bug in key assignment (#1309)
|
||||||
|
- Large address aware
|
||||||
|
- Now built with Visual Studio 2015
|
||||||
|
|
||||||
|
Android Release 9:
|
||||||
|
- Add ability to change screen resolution
|
||||||
|
- Fix multiple pause/resume
|
||||||
|
- Minor bug fixes
|
||||||
|
|
Loading…
Reference in New Issue