* Enforce a standard issue template
This will enforce a standard issue template, and will force the user to make sure they are creating the issue with all of the info the developers and contributors need to help the user.
Also updates the README to be less confusing and also a bit more broad in some cases.
* Update the issue template for bugs
* Add a checkbox for default plugins
* Add input plugins to the list
* Add a reminder in the CONTRIBUTING file
* Add a small improvement to the README
* Update BUG.yml with some formatting and text improvements
* Switch to YAML for the feature request template as well
* Remove old Markdown templates
* Fix placeholder on line 30
* Fix assignees
* Fix assignees part 2
* Fix assignees part 3
* Fix spacing
* Finally fix formatting (YAML is picky)
* Fix it part 11 thousand or something
* Finally fixed maybe sort of kinda
* Update BUG.yml
* Fixed some weirdness
* Fix required maybe
* Finally fixed perhaps?
* Enforce a standard issue template
This will enforce a standard issue template, and will force the user to make sure they are creating the issue with all of the info the developers and contributors need to help the user.
Also updates the README to be less confusing and also a bit more broad in some cases.
* Update the issue template for bugs
* Add a checkbox for default plugins
* Add input plugins to the list
* Change CRC for 64DD Disks + Properly provide Disk Info for ROM Browser/Info
* Change CRCs for 64DD Titles + Rename RDB as needed
(And add English Mario no Photopi to RDB and english cheats for english Polygon Studio)
* [RDB] Add Extra Dezaemon 3D Expansion
* [Project64-input] Unpolished Mouse Support
(Use Present value as Device Type)
* [Project64-input] Use Forced N64 Mouse config (using System Mouse)
* [Project64-input] Disable Mouse Scanning
* [Project64-input] Polish UI by adding Mouse image + Prevent Controller setup when using N64 Mouse
* [Project64-input] Revert Controller Save/Load changes
* [Project64-input] Seperate N64 Mouse into its own configuration
* [Project64-input] Add Mouse Locking + Shortcut System
* [Project64-input] Make Cursor invisible when locked
* [Project64-input] Make sure to unlock mouse when opening config
* [Project64-input] Working Lock/Unlock Shortcut + Only emulate mouse when locked
* [Project64-input] Use ClipCursor instead of DirectInput Exclusive Level
* [Project64-input] Add Mouse Sensitivity option + Change to SetCursorPos
* [Project64-input] Add WM_KillFocus and EmulationPaused functions
* [Project64-core] Move EmulationPaused call to really make sure it is called in all cases