This updates the current RDB with some small label fixes. A majority of the games marked as having issues or not supported actually work, but were never changed.
I am also redefining what "compatible" means. This will just mean "can it work in Project64" as opposed to "can it work with default settings, default plugins, etc?"
Some games actually did have issues, but if you eliminate the plugins causing issues or other factors, they have core issues (such as virtual memory issues, CPU bugs, etc).
I also added another dump of NBC-LFC Kings of Porn Vol 1, specifically the alpha 2 dump. This dump works, just needed to be added to the RDB.
I removed several bad Good Name titles and replaced them with the proper titles as well.
I also fixed the Y2K Demo by WT_Riker by forcing 32-bit engine off and Delay DP off. This makes it run like it should.
Besides the games I specifically mentioned, the only other things that were changed were the status.
TL;DR updated RDB with more accurate titles, fixed some incorrect status names, and fixed a couple of games while I was at it.
* 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