Dolphin Git changelog:
* Merge pull request #2990 from lioncash/noncopy
Common: Alter semantics of the NonCopyable mixin
* Common: Alter semantics of the NonCopyable mixin
Uses delete to make the unimplemented functions detectable at compile time
and not link time if they are used.
The move constructor and assignment operator are removed as moves are not
copies, but transfers of ownership, which isn't suited for this class.
* Merge pull request #2998 from Sonicadvance1/GLES_BBox
[GLES] Enable bounding box support.
* [GLES] Enable bounding box support.
* Merge pull request #2984 from JosJuice/dvdinterface-round-down
DVDInterface: Use ROUND_DOWN
* DVDInterface: Use ROUND_DOWN
* Merge pull request #2999 from Sonicadvance1/AArch64_test_fix
[AArch64] Fix Test&Branch to relative location instructions.
* [AArch64] Fix Test&Branch to relative location instructions.
Wasn't masking by the size of the offset encoding so negative values were killing the instruction
Missed commiting this in my integer gatherpipe PR.
Fixes crashing on AArch64.
* Merge pull request #2994 from aserna3/master
Properly implemented confirm on stop CLI switch
* Properly implemented confirm on stop CLI switch
Download: Dolphin Git 4.0-7636 x64
Download: Dolphin Git 4.0-7636 for Android
Source: Here
0 Comments
Post a Comment