EmuCR Feeds
Email Us

EmuCR: DolphinDolphin Git 5.0-1528 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 #4540 from lioncash/dspemit
DSP: Move DSPEmitter into the Jit subdirectory
* DSPMemoryMap: Move function implementations into the cpp file
This allows removing DSPCore and DSPTables includes from the header file.
Doing allows resolving quite a bit of indirect includes that were present
throughout the DSP source files.
Another plus with this is that changes to the DSPEmitter don't require an
almost total rebuild of all DSP source files. The underlying reason for
most of the files being rebuilt it because DSPMemoryMap is used quite
extensively, however its header includes DSPTables.h. DSPTables.h includes
DSPEmitter.h as it uses the DSPEmitter type in a typedef. So any change to
the emitter would propagate through the DSPMemoryMap header. This will no
longer happen.
* DSP: Move DSPEmitter into the Jit directory
This is actually used as the DSP JIT, so this should be with the other JIT
source files.
This commit also makes it so changes to the JIT emitter don't require
recompiling all of the DSP core (i.e. changing the JIT won't require the
interpreter to be rebuilt).
* Merge pull request #4224 from lioncash/tcache
TextureCacheBase: Eliminate static state
* TextureCacheBase: Eliminate static state
* Merge pull request #4541 from Krakn/minor_fix
Silences an error during compilation due to an unused (but set) variable
* Silences an error during compilation due to an unused (but set) variable
* Merge pull request #4539 from lioncash/dspinterp
DSP: Move interpreter source files to their own directory
* DSP: Move interpreter source files to their own directory
Keeps code organized similar to the DSP JIT.

Download: Dolphin Git 5.0-1528 x64
Download: Dolphin Git 5.0-1528 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!