Revision | Windows | Mac OS X | Date | Description | |
---|---|---|---|---|---|
32 Bit | 64 Bit | ||||
7375 | Download | Download | Download | 13 years, 8 months |
Added a toggle switch for the OpenMP texture decoder in the graphics settings. |
7374 | Download | Download | Download | 13 years, 8 months |
Game-specific video settings: * Moved the config validity check to reflect the emulator enforced settings at the config ... read more |
7373 | Download | Download | Download | 13 years, 8 months |
Make sure to not do any XFB emulation at all if it's not enabled. Should fix issue 4294. |
7372 | Download | Download | Download | 13 years, 8 months |
Build fix. :3 |
7371 | Build Failed | Build Failed | Download | 13 years, 8 months |
Missed a dialog before. |
7370 | Download | Download | Download | 13 years, 8 months |
Core/DSP: Fix loop/loopi for Interpreter and JIT. A repeat count of zero still executed the instruction once. Fixes ... read more |
7369 | Download | Download | Download | 13 years, 8 months |
Change VERSION back to STATE_VERSION. Update dolphin-emu.pot file for recent changes to strings in code. |
7368 | Download | Download | Download | 13 years, 8 months |
Linux build fix. Why would you swap with an empty temporary vector instead of clearing a vector? What were you ... read more |
7367 | Download | Download | Build Failed | 13 years, 8 months |
Changed the frame display to the number of polls. Changed frame counter to VI counter. Changed g_FrameCounter to u32. ... read more |
7366 | Download | Download | Build Failed | 13 years, 8 months |
Eliminated memory leaks of the save state code and put it in a namespace. It is prettier than before, but it could be ... read more |
7365 | Download | Download | Download | 13 years, 8 months |
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all. |
7364 | Download | Download | Download | 13 years, 8 months |
Make sure that the video software backend doesn't get stuck in an infinite loop on shutdown. |
7363 | Download | Download | Download | 13 years, 8 months |
Fix the framerate counter of the software graphic backend. |
7362 | Download | Download | Download | 13 years, 8 months |
Hack Misc.cpp into building on OS X. |
7361 | Download | Download | Build Failed | 13 years, 8 months |
Fix the video software backend. (closes issue 4269) Some warning fixes and cleanup. |