![EmuCR: PCSX2 EmuCR: PCSX2](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVlDFzAgjnfTzPF360mujQeCXLIMhObXp5M7MVOAn2c-3TFAARK8dDE9MURiRSo3FOUZVE2qieFm5lOcNthoI_WQJir2QuyfxM0Sv44IhqBbCTzUgtCiDT85sNE_oT40lMeprEVvqOGnSQ/s400/logo.png)
PCSX2 Git Changelog:
* pcsx2: Remove == true/false for boolean logic (#1556)
As discussed in #1553
Clang Tidy reports goes from 156 to 9.
Remain some macro in spu2x + a deadcode line
* Merge pull request #1559 from Kingcom/memview
Debugger: Fix various memory view issues
* Fix memory view scrolling, keep window start aligned to row size, and retain focus upon positioning it to the address accessed by an opcode
* Merge pull request #1557 from turtleli/freetype
3rdparty: Add Freetype and link to GSdx
* windows: Add freetype to solution and link to GSdx
* 3rdparty: Add FreeType 2.7
Customisations:
/: remove all non directories
/builds: Only windows/ftdebug.c retained, custom project added
/objs: Removed (custom project doesn't use the directory)
/docs: Only licence files retained.
/devel: Removed (unused)
* pcsx2: remove various unused variable
Warning can be reenabled on GCC
A warning isn't fixed as potentially the code is wrong
../pcsx2/gui/MemoryCardFolder.cpp: In member function ‘void FolderMemoryCard::FlushFileEntries(u32, u32, const wxString&, MemoryCardFileMetadataReference*)’:
../pcsx2/gui/MemoryCardFolder.cpp:1027:10: warning: unused variable ‘filenameCleaned’ [-Wunused-variable]
bool filenameCleaned = FileAccessHelper::CleanMemcardFilename( cleanName );
* svu: avoid a maybe uninitialized warning
False positive but compilers aren't reliable
Download: PCSX2 Git (2016/09/11)
Source: Here
0 Comments
Post a Comment