Revision | Windows | Mac OS X | Date | Description | |
---|---|---|---|---|---|
32 Bit | 64 Bit | ||||
7345 | Download | Download | Download | 13 years, 8 months |
Fix DInput and SDL. |
7344 | Download | Download | Download | 13 years, 8 months |
pthread_mutexattr_t's must be initialized before the type can be set. Fixes issue 4243. |
7343 | Download | Download | Download | 13 years, 8 months |
Move translation po files to an external svn repository. The location is ... read more |
7342 | Download | Download | Download | 13 years, 8 months |
It seems like CoreTiming's "external event" mutex is being used recursively. This fixes dsp lle jit on thread ... read more |
7341 | Download | Download | Download | 13 years, 8 months |
Yikes, I have no idea how this happened. |
7340 | Build Failed | Build Failed | Download | 13 years, 8 months |
DX11: Support thick lines and large points with geometry shaders. Lines still aren't drawn with correct thickness, see ... read more |
7339 | Download | Download | Download | 13 years, 8 months |
Clean up "ControllerInterface" a bit. |
7338 | Download | Download | Download | 13 years, 8 months |
AudioCommon: Improve pad silence when ppc does not keep up with realtime Uses the last sample from the ppc buffer to ... read more |
7337 | Download | Download | Download | 13 years, 8 months |
Attempt to fix issue 4234. |
7336 | Download | Download | Download | 13 years, 8 months |
Core/DSP/Jit: Implement Saturation/Limiting when reading ACM* in 40 bit mode |
7335 | Download | Download | Download | 13 years, 8 months |
The data from strdup must be deallocated with free, not delete. I got rid of that ugly strdup and replaced the A though ... read more |
7334 | Download | Download | Download | 13 years, 8 months |
Re-enable the std::mutex try_lock on linux and use it for the Host_GetKeyState keystate_lock mutex. This reduces the ... read more |
7333 | Download | Download | Download | 13 years, 8 months |
Fix things so that those who wish to compile with -std=c++0x can. To active this with the cmake build add ... read more |
7332 | Download | Download | Download | 13 years, 8 months |
Probably should use the IOFile built in mechanism to check if the file is open. |
7331 | Download | Download | Download | 13 years, 8 months |
Make sure the frame dumping file is closed when emulation stops as it should be for the non avi dump build. |