Merge branch '3.0-Release' of https://github.com/project64/project64 into 3.0-Release

This commit is contained in:
zilmar 2021-05-26 10:26:35 +09:30
commit 77c266f1b5
2 changed files with 17 additions and 16 deletions

View File

@ -1,16 +1,18 @@
Android Release 9:
- Add ability to change screen res
- Fix multiple pause/resume
- minor bug fixes
Windows 2.4
- Build with v2015
- fixed fpu issue - Indiana Jones (#76)
- Fix bug in key assignment (#1309)
- Add Shygoo's debugger code
Version 3.0
- GLideN64 has been added and you can select it as the default plugin in the welcome screen
- New audio plugin
- large address aware
- New input plugin
- Added enhancements functionality
- Cheat system has been rebuilt from the ground up
- Ability to change defaults
- Add GlideN64
- Add New controller plugin
- Saves in unique directory
- Saves in their own unique directory
- Added Shygoo's debugger code
- Fixed FPU issue
- Fix issues in key assignment
- Large address aware
- Default compiler is now Visual Studio 2015
Android Release 9:
- Add ability to change screen resolution
- Fix multiple pause/resume
- Minor bug fixes

View File

@ -141,8 +141,7 @@ CScanResult::CScanResult(AddressType addressType, DisplayFormat displayFormat) :
m_AddressType(addressType),
m_Address(0),
m_DisplayFormat(displayFormat),
m_bSelected(false),
m_Description(nullptr)
m_bSelected(false)
{
}