Revision | Windows | Mac OS X | Date | Description | |
---|---|---|---|---|---|
32 Bit | 64 Bit | ||||
5899 | Download | Download | Not available | 14 years, 4 months |
Slightly cleanup of mmap(2) flags: Move MAP_32BIT to MemoryUtil.h. MAP_VARIABLE is simply the absence of ... read more |
5898 | Download | Download | Not available | 14 years, 4 months |
Added a "Cheat Search" tab to the "Tools->Action Replay Manager" dialog.(issue 8) You can ... read more |
5897 | Download | Download | Not available | 14 years, 4 months |
little bug fix for my last commit |
5896 | Download | Download | Not available | 14 years, 4 months |
big changes here: - Eliminate the useless check for cpu modifications option from efb to ram as it must be enabled ... read more |
5895 | Download | Download | Not available | 14 years, 4 months |
Plugin_VideoOGL has been using an old duplicate of VertexLoaderManager.cpp. |
5894 | Download | Download | Not available | 14 years, 4 months |
wxNEEDS_CHARPP has been set automatically since at least wxWidgets 2.8. |
5893 | Download | Download | Not available | 14 years, 4 months |
Maintaining Leopard binary compatibility turns out be a a bit cumbersome. For a typical OS X app, one only needs to ... read more |
5892 | Download | Download | Not available | 14 years, 4 months |
Fix issue 2836: static local variables are evil. If you want to celebrate this commit, what about playing _TWO_ rounds ... read more |
5891 | Download | Download | Not available | 14 years, 4 months |
Move sampler state setting outside the drawQuad utility functions. Use linear filtering for various buffer copies, ... read more |
5890 | Download | Download | Not available | 14 years, 4 months |
Dependency cleanup in DX9. Dynamically load a d3dx9 dll at runtime (I tested Dolphin with the first d3dx9 dll and it ... read more |
5889 | Download | Download | Not available | 14 years, 4 months |
Fix an issue that made it so that the emulator could not be resized in the nowx build on linux. Also some code cleanup ... read more |
5887 | Download | Download | Not available | 14 years, 4 months |
Fix an undefined symbol in the WiimoteNew plugin on linux. The inputuicommon lib must be earlier in the list than ... read more |
5885 | Download | Download | Not available | 14 years, 4 months |
Allow C code to use the Dolphin log manager so that Wiiuse text output can go to the log window like with other ... read more |
5884 | Download | Download | Not available | 14 years, 4 months |
This is basicall linux code cleanup. We don not need to pass the X display handle from the video plugin anymore. The ... read more |
5883 | Download | Download | Not available | 14 years, 4 months |
some more minor optimizations introduced by aavindraa, i only corrected evaluation order using some (). |