!

[Wii/GameCube] Dolphin 4.0.1

[0] @ !!! Wtorek, 22 Października 2013 01:15 CET [21-10-2013 22:44 CET]

[Wii/GameCube] Dolphin 4.0.1

Dolphin 4.0.1 do pobrania - czyli osoby, które miały problemy z pracą emulatora na maszynkach jednordzeniowych powinni się ucieszyć z oficjalnej poprawki, a która pojawiła się w 4.0.0.

Ten emulator GameCube/Wii  jest w chwili obecnej jedynym udawaczem tych platform (a także odsłony arcade GC - Segi TriForce).

 

Nintendo Wii:GameCube:Dolphin:Lotus Challenge:Ignition Entertainment Ltd. USA:Kuju Entertainment Ltd.:Jul 27, 2004:
Lotus Challenge (Ignition Entertainment Ltd. USA, 2004). Wooolnooo...

Dolphin 4.0.1 Oct. 21, 2013 | Changes:

After a somewhat large delay we're releasing a 4.0.1 release with single core crashes fixed and some other bugfixes.

  • Fixed single core mode crashes in 64 bit Windows builds
  • Fixed missing music in Super Monkey Ball 2
  • Added missing DirectX runtime installer files
  • Fixed some graphics issues for Metroid: Other M, Skies of Arcadia and Call of Duty: Black Ops
  • Fixed various other minor issues 
NOWSZY [Wii/GameCube] Dolphin 5.0.0

Dolphin 5.0.0  24/06/16

  • Texture EnVironment Fixes (TEV Fixes)
  • zFreeze Support. Flickering and ordering issues dominated zFreeze titles in Dolphin 4.0
  • Revamped Netplay
  • Audio Rewrites and Advancements
  • Override Emulated CPU Clock
  • Native controller input is remarkably accurate.
  • Real Wiimote Audio Demonstration
  • Switching between aspect ratios has never been easier!
  • Improved Audio and Video Dumping
  • Line-Width and Point-Size Fixes
  • Memory Card Folder Support
  • Another feature is Paletted EFB Copy to Texture support.
  • More Accurate Disc Timings

NOWSZY [Wii/GameCube] Dolphin 4.0.2

Dolphin 4.0.2  Nov. 30, 2013 | Changes:

  • One month after the 4.0.1 release we're releasing the maintenance release 4.0.2. It turned out that some critical regressions had slipped into the 4.0 release due to the major changes linked to the wii-network branch and the global user directory changes.
  • In particular, one of the fixed issues was related to incorrect usage of wxWidgets and caused various problems with general Dolphin usage on Windows systems with Unicode characters in their user name (e.g. "François" or "あいうえお").
  • Some rather technical issues caused multiple games to stop booting or to freeze randomly. We've had multiple issue reports on this bug, so it's great to see that we were able to fix this properly.
  • As for the binary release packages, we unfortunately can only provide Windows builds at the moment. As usual, OS X and Linux users can compile the source themselves by checking out the source from the 4.0.2 git tag. We hope to be able to provide binaries for other systems in the future, though.
  • If you're a Windows user and still were using Dolphin 4.0.0, you should uninstall Dolphin before installing the update due to some changes to the installer which happened in the 4.0.1 release

 

→ [Wii/GameCube] Dolphin 4.0.0
Nintendo
ZooCube (Acclaim Entertainment, Inc., Jun 04, 2002)

Dolphin 4.0.0 22/09/2013

With about 2500 changes since Dolphin 3.5, Dolphin 4.0 is a big release with the addition of several new major features:

  • Beta support for the Wii official online multiplayer (Documentation)This is a feature that has been coming for a long time. More than two years ago, Matthew Parlane and Shawn Hoffman started working on emulating the Wii Wi-Fi networking API in order to run Wii online multiplayer games inside Dolphin. While it was not an easy change in itself, it also required a lot of modifications to core components of the emulator to be implemented properly (for example asynchronous IPC HLE) and a lot of debugging. It is now working well enough that we are releasing it to the public as a beta: don't expect everything to work, but popular games like Mario Kart Wii or Super Smash Bros Brawl can be played online right now.
  • Alpha support for ARM/AndroidAbout two years ago, Ryan Houdek began the implementation of an ARM port of Dolphin, designed to run on powerful mobile phones and other ARM devices in the future. After a long time spent making Dolphin work well on both ARM and x86, Dolphin can now emulate GameCube and Wii games on recent Android phones. This support is still in early alpha stages: crashes happen, it's slow on Qualcomm hardware because of graphics drivers issues, and it is still missing a ton of features. Nowadays, Dolphin on Android is a two man project: Mathew Maidment is helping Ryan with the UI and making the Android version actually usable.
  • Global User directory on Windows (Documentation)This is not exactly a major feature, but it is a big change in how Dolphin works on Windows, and requires user interaction to move from the old configuration system to the new one. Before 4.0, Dolphin configuration was stored next to Dolphin.exe, often causing issues when upgrading to a new version of Dolphin. New versions of Dolphin use a centralized location to store the configuration for all builds, usually My DocumentsDolphin Emulator. The documentation article linked above explains the details of this move, as well as what you need to do to migrate your old configuration to the new system (if you were using Dolphin before).
  • New AX DSP HLE emulation codeDSP HLE is the main audio emulation technique used in Dolphin. Before 4.0, it was extremely inaccurate and full of bugs, mostly due to how it was implemented. Dolphin 4.0 introduces a full rewrite of the audio emulation used in 99% of games, fixing hundreds of audio related bugs in Dolphin. On the flip side, it is now required to run a game at full speed to get full speed audio out of it, which is a direct consequence of fixing these bugs.

A lot of more minor changes were also integrated in that new Dolphin release:

  • New lookA new look has been designed by MaJoR for Dolphin (new icon, new icon theme) and implemented on a new version of the Dolphin website by Pierre Bourdon.
  • Wii Balance Board and GC Steering Wheel supportSupport for these two devices was added respectively by Matthew Parlane and skidau. The Wii Balance Board is not emulated and requires the real device to be used.
  • Wii Remote support improvementsWii Remote background scanning was implemented to more closely match how a real Wii detects remotes, and support for -TR (Wii Motion Plus Inside) remotes was implemented for Mac OS X. A new documentation guide about Wii Remotes on Dolphin was also written by MaJoR to help Windows users with Wiimote issues.
  • Fastmem support for Linux and OSXFastmem is an optimization for Dolphin's CPU emulation, which was previously only implemented on Windows. Adding Fastmem support on Linux and OSX boosted the performance by 15 to 20% on these platforms.
  • New OpenAL audio backendThis audio backend, written by skidau, supports three important features that are not implemented in other backends yet: configurable audio latency, surround sound using the information contained in the Dolby Pro Logic II encoding used by most GameCube and Wii games, and support for sound stretching to make audio slow down when a game does not run at full speed.
  • OpenGL video backend rewriteThe Dolphin OpenGL video backend was rewritten by Markus Wick in order to use newer features of OpenGL and be GLES3 compatible. As a result, the OpenGL backend is now the fastest Dolphin video backend on NVIDIA cards.
  • NetPlay stability and usability improvementsBefore Dolphin 4.0, GameCube NetPlay was at best a curiosity. 4.0 added a lot of NetPlay related changes which makes it actually usable for most games, but sometimes with performance issues. Super Smash Bros Melee players are now using Dolphin for regular online NetPlay tournaments, and it just works. Read the official NetPlay guide for more information.
  • Mac OS X support enhancementsThis release also adds a few small OS X improvements: the Dolphin DMG bundles are now signed by a valid developer ID and do not require you to disable Gatekeeper to be used. The emulator is also Retina Display aware and handles the logical scaling better on these screens.
  • Icon themes support. In addition to shipping with a new default icon theme, Dolphin now allows you to make your own themes and share them with other people.

 

wstecz22/10/2013 01:15
Dodatkowe informacje
Komentarze
... bez komentarza
Ostatnio dodane pliki
Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

© Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU