Faust # DolphinEmu | 16/11/2010 23:05

Dolphin SVN r6428
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6428 Build fix. Remove some obsolete code. Fix some compiler warnings. r6427 make Audio Interface more clear. Should have no behavioral changes. The comment block in AudioInterface.cpp lays out how real hardware is... r6423 Tweaked the VBeam logic enough to fix Endless Ocean 2. This might also fix a few other games that have been black screening on boot recently.    

Faust # DolphinEmu | 15/11/2010 22:26

Dolphin SVN r6423
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6432 Tweaked the VBeam logic enough to fix Endless Ocean 2. This might also fix a few other games that have been black screening on boot recently. r6422 Tweaked the VBeam logic enough to fix Endless Ocean 2. This might also fix a few other games that have been black screening on boot recently. r6420 Made LinearDiskCache a template class. Keys are now some POD type (fixed size). Eliminates casting and key size checking.  

Faust # DolphinEmu | 10/11/2010 10:39

Dolphin SVN r6372
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6372 Missed one file. r6367 StringUtil cleanup. Nothing seems broken. r6366 A couple of changes to the cmake build system. First: Added a DESTDIR option for package building. Second: Change the OpenCL setup. On both linux and windows use CLRun. I completely removed the option here. If CLRun works on MacOSX this should be done there as well, and this change implemented in the scons build also. Then we could remove the HAVE_OPENCL and the new USE_CLRUN definitions. Then we will finally have the dynamic detection of opencl set up cross platform. On a side note, it doesn't seem that the program loaded from TextureDecoder.cl compiles or runs. r6365 Write bluetooth packets asynchronously to prevent blocking on » więcej

Faust # DolphinEmu | 09/11/2010 17:18

Dolphin SVN r6364
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6364 Fix the annoying gap in the OpenGL configuration dialog in the "General" tab between "Use Real XFB" and "Wide screen hack". Also link the dolphin-emu executable against GL in the cmake build. Why? This seems to fix the segmentation fault on stop issue. Although curiously enough, linking the dolhpin executable against the system shared library SOIL fixes the problem too. It doesn't work with the static version of SOIL build in the externals. The reason the problem disappeared with the scons build is that the executable is implicitly linked against GL since the linker flags are set up to be thrown in everywhere. r6363 Setup opencl to work like most of the other externals. Autodetect native shared » więcej

Faust # DolphinEmu | 07/11/2010 12:07

Dolphin SVN r6354
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6354 DX9/DX11: Remove some dead or obsolete code. r6353 Updated with a less aggressive optimisation to EFB copy to RAM. The destination texture now does not get invalidated if its hash is found in the texture cache. Fixes Metroid Prime 3. r6353 The finding was that 99% of the time, textures are static in memory. However, Dolphin would pessimistically continue to decode and copy the same texture every time. The optimisation is to check if the texture matches what is in the cache, and if it does, Dolphin should early exit. The result is the speed in New Super Mario Bros Wii increased 35% with spinning coins. Still not as fast as EFB copy to texture though. r6348 Fixed GeckoCodes.org retrieval for WiiWare. Fixes » więcej

Faust # DolphinEmu | 05/11/2010 20:55

Dolphin SVN r6347
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6347 Added NVIDIA 3D Vision support. Patch by Uhyve.

Faust # DolphinEmu | 04/11/2010 08:23

Dolphin SVN r6338
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6338 More cmake work. Added autodetection of shared libraries. Added a check for Xrandr. Fix OpenAL linkage. Copy User and Sys directories to lower case in the binary directory. r6337 hackfix for per-game settings overriding the main settings. This quick and dirty hack goes out to billiard in return for his own generous hacks. fixes issue 3004. it's a hack, so it should be replaced with a more sane method... also: hacks.

Faust # DolphinEmu | 02/11/2010 18:59

Dolphin SVN r6332
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6332 JIT fix for the lfs instruction in x64 builds. Fixes Ultimate Spider-man. r6331 Added NullSound to CMake without typo

Faust # DolphinEmu | 01/11/2010 10:06

Dolphin SVN r6325
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6325 Make writeToBackLog private to DSPIntExtOps.cpp (JIT variants of 'l and 'ln are disabled and broken as is) Make zeroing of the backlog conditional on doing an interpreter fallback and do it at a few more places Fix selection of cleanup for extended opcodes. Fix the DSP unit tests to correctly emit the function prolog/epilog (else EBX wouldn't be saved) Add a few more DSP unit tests r6324 Attempt to fix real wiimote delay issues experienced by some. (Issue 3428) r6323 Only enable shader dumping in Debug/DebugFast builds since the required information isn't available in Release builds due to performance reasons. r6322 DX9, Debugger: Implement pixel/vertex shader and texture dumping. r6321 » więcej

Faust # DolphinEmu | 26/10/2010 22:37

Dolphin SVN r6316
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6316 Only link with libdl on Linux.  

Faust @ 25/10/2010 01:03

Dolphin SVN r6314
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6314 More robust way of building on 10.6 for a 10.5+ target. r6312 A couple minor things I have left over r6311 OpenGL plugin: Should fix building with earlier versions of GLEW. You'll still need the latest GLEW if you want to try dual-source blending. r6310 Fix an off-by-one error introduced in r6309. r6309 DX11: Fix ClearScreen properly this time. Should fix quite a few games (or break them :P).Fixes issue 3399. Also remove unnecessary stateman/gfxstate applies: - gfxstate->ApplyState/Reset only need to be called by VertexManager - stateman->Apply only needs to be called before any Draw/DrawIndexed call  

Faust @ 22/10/2010 08:54

Dolphin SVN r6298
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6298 Applied the change from r6297 to the DX11 plug-in.  

Faust @ 21/10/2010 01:21

Dolphin SVN r6295
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6295 Quick fix for Issue 2820 - build works on my system with or without this patch, but it doesn't hurt. Thanks Karloathian for the solution! r6294 DX11 plugin: Do destination-alpha in a single pass. No more drawing the same geometry twice! SMG is faster now because it uses destination-alpha extensively. This uses dual-source color blending, a DirectX 10-level feature. The equivalent OpenGL function comes from the GL_ARB_blend_func_extended extension, which was made core in OpenGL 3.3.  

Faust @ 20/10/2010 00:52

Dolphin SVNr6287
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6287 display fprs in the registerview as hex, and allow editing of the values r6286 Don't store Render window size when the window is minimized (Fixes Issue 2940) r6285 Quick FIFO fix to get NBA JAM working.  

Faust @ 16/10/2010 00:48

Dolphin SVNr6284
Delfin, emulator konsol Nintendo Wii i GameCube dla Windows, wzbogacił się o kolejną wersję deweloperską. r6284 Added Wii disc speed emulation Added disc access time emulation Enabled the disc transfer speed by default Changed the system timing back to the pre-r6090 default (thanks to tsilibourditsas for testing) Changed the game property to "Speed up disc transfer rate". Leave this disabled for the most compatible setting. r6283 JitIL: Fixed the folding rules. This was the underlying bug of the bad collision checking bug reported in Issue 3097. r6281 Core/DSPCore: Jit: only end emitting the current block when hitting an unconditional branch(or idle skip), emit check g_dsp.pc and return when hitting a conditional branch.
!!!!
Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

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