EmuCR Feeds
Email Us

EmuCR: DolphinDolphin Git 5.0-1729 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 #4636 from lioncash/file
IOFile: Correct explicit operator bool semantics
* IOFile: Correct explicit operator bool semantics
The operator void* variant was m_good ? m_file : nullptr;
so this was leaving out the file handle check.
* Merge pull request #4634 from leoetlino/probably-pointless-ios-fixes
IOS HLE: Minor changes to match IOS behaviour
* IOS HLE: Set return value to EINVAL for unknown commands
This matches IOS behaviour and allows getting rid of command handlers
which merely set the return value to EINVAL.
* IOS HLE: Allow up to 3 ES handles
Confirmed by a hardware test and a quick diassembly of /dev/es.
I'm not aware of anything that opens several ES handles, but
technically, this fixes a small inaccuracy in IOS HLE.
* IOS HLE: STM: Check if there is already an event hook
For IOCTL_STM_EVENTHOOK, IOS checks if there is already an event hook
to prevent overriding an existing event hook message with a new one,
without first releasing it.
* Merge pull request #4635 from lioncash/const
CodeBlock: Const correctness for IsInSpace
* CodeBlock: Const correctness for IsInSpace
* Merge pull request #4627 from leoetlino/naming-cleanup
IOS HLE: Naming cleanup
* IOS HLE: Clean up naming and remove unused defines
Removes #defines which have been unused for years and cleans up
naming.
This also changes IPC_REP_ASYNC to simply IPC_REPLY because it turns
out it's actually not specific to async replies, but used for all
command replies.
* IOS HLE: Clean up return codes
- Use an enum instead of defines.
- Only use the FS_ prefix for return codes which are actually related
to FS stuff, not for everything.
- Remove duplicated error codes and clean up the names.
* Merge pull request #4633 from RisingFog/silent_audio_dumping
Add Silent Audio Dumping INI Option
* Add Silent Audio Dumping INI Option
* Merge pull request #4631 from Tilka/android
Android: fix software renderer settings string
* Android: fix software renderer settings string
* Merge pull request #4622 from degasus/videosw
VideoSW: Fix GL ES shader.
* VideoSW: Fix GL ES shader.

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