EmuCR Feeds
Email Us

EmuCR: DolphinDolphin Git 5.0-2224 is compiled. This is the trunk of Dolphin Project. Dolphin is the first Gamecube emulator able to run commercial games! Dolphin is a Gamecube, Wii and Triforce (the arcade machine based on the Gamecube) emulator which supports many extra features and abilities not present on the original consoles. It has a partial Wii support and plays most Gamecube games.

Dolphin Git changelog:
* Merge pull request #4786 from lioncash/fwd
IOS STM: Get rid of forward declarations in the cpp file
* IOS STM: Get rid of forward declarations in the cpp file
Forward declaring functions from a completely different header inside a cpp
file can lead to linker errors. Forward declaring also doesn't really
provide any benefit within cpp files unless it's to bring an internally
linked function within the same file into scope.
* Merge pull request #4783 from degasus/temp
JitArm64: Fix immediate versions of cmpl.
* JitArm64: Fix immediate versions of cmpl.
* Merge pull request #4787 from booto/dcbz_arm64
Add LowDCBZHack and DCBZOFF to JitArm64
* Forgot to add to JitArm64.
Also adds DCBZOFF to JitArm64.
* Merge pull request #4788 from lioncash/avidump
AVIDump: Rename CloseFile to CloseVideoFile
* AVIDump: Rename CloseFile to CloseVideoFile
Retains symmetry with CreateVideoFile.
* Merge pull request #4709 from lioncash/exi-device
EXI_Device: Minor cleanup
* EXI_Device: Get rid of an unnecesary cast
* EXI_Device: Remove unnecessary const on EXIDevice_Create declaration parameters
These are only relevant on its definition.
* EXI_Device: Move implementation details into the cpp file
Any change to the default behavior of any device methods now won't require
the recompilation of all EXI devices.
* EXI_Device: Amend variable naming
* EXI_Device: Move destructor to beginning of public section
Constructors and destructors should be the first thing shown in a public
interface.
* EXI_Device: Move private details below the public interface
* Merge pull request #4782 from stenzek/vulkan-init
Vulkan: Refactor initialization to only use a single instance
* Vulkan: Refactor initialization to only use a single instance
Hopefully will fix the crash in vkDestroyInstance on the NV Shield TV,
and likely reduce boot times slightly for drivers that take a while
to create instances.

Download: Dolphin Git 5.0-2224 x64
Download: Dolphin Git 5.0-2224 Android
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!