EmuCR Feeds
Email Us

EmuCR: DolphinDolphin Git 5.0-2767 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 #5030 from sepalani/fix_pr_5002
Fix a vector assertion introduced by PR #5002
* Fix a vector assertion introduced by PR#5002
* Merge pull request #5025 from vladfi1/hidapi-udev-fix
Don't use hidapi-hidraw without udev.
* Don't use hidapi-hidraw without udev.
* Merge pull request #4867 from lioncash/simplify
Boot_WiiWAD: Simplify state_checksum()
* Boot_WiiWAD: Simplify state_checksum
Simplifies the interface and gets rid of pointer casts.
* Merge pull request #5017 from lioncash/contrib
Contributing.md: Minor re-organization of headings
* Contributing.md: Minor re-organization of headings
This gives headings consistent link references that won't arbitrarily
change if the text representing it does, which makes for better
organization. This is also less error-prone when it comes to specifying
links in the presence of two headings with the same text content, but
under different sections.
This also treats each section and sub-section such that they all have
their own dividers.
* Merge pull request #5031 from lioncash/cast
CachedInterpreter: Get rid of an unnecessary cast
* CachedInterpreter: Get rid of an unnecessary cast
This is only ever used to read a value and not modify data, so this can
just be constructed by value.
* Merge pull request #5032 from lioncash/const
Memmap/PowerPC: Remove unnecessary const on function declaration parameters
* PowerPC: Remove unnecessary const on function declaration parameters
* Memmap: Remove unnecessary const on function declaration parameters
const, when used on value type parameters in the declaration,
is superfluous. This doesn't really convey any information to take note
of when using the function. This only matters in the definition when you
want to prevent accidental modification.
e.g.
// Header
void CalculateSomething(int lhs, int rhs);
// Definition
void CalculateSomething(const int lhs, const int rhs)
{
// lhs and rhs can't accidentally be modified
}
* Merge pull request #5034 from lioncash/sizer
GeneralConfigPane: Fix analytics sizer's right side being misaligned by 5 units
* GeneralConfigPane: Fix analytics sizer's right side being misaligned by 5 units
* Merge pull request #5016 from leoetlino/es-di-gettmd
IOS/ES: Implement ES_DIGetTMDView (and GetTMDViewSize)
* IOS/ES: Implement ES_DIGetTMDView (and GetTMDViewSize)
This is required for online updates to work in the system menu.

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