Age | Commit message (Collapse) | Author |
|
Probably due to additional Travis caching, cmake is now already
installed when the script runs. This causes the unlink to remove the
symlink to the executable, which is then not re-added by the install
(since it's already installed).
|
|
VideoCore: Fix dangling lambda context in shader interpreter
|
|
The static meant that after the first execution, these lambda context
would be pointing to a random location on the stack. Fixes a random
crash when using the interpreter.
|
|
Interface ARM CPU JIT (Dynarmic)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Switch to readdir() from readdir_r()
|
|
|
|
Qt: fix birthday combo box updating
|
|
|
|
audio_core: Tweak audio latency
|
|
|
|
|
|
codec: Fix ADPCM distortion caused by incorrect nibble order
|
|
Closes #2049.
Signed-off-by: MerryMage <MerryMage@users.noreply.github.com>
|
|
travis: Update to XCode 7.3.1
|
|
|
|
Qt: unify running detection of system settings configure
|
|
|
|
Revert "MSVC: Add RelWithDebInfo and removing debugging from Release."
|
|
|
|
MSVC: Add RelWithDebInfo and removing debugging from Release.
|
|
Create a separate archive for debug symbols on windows
|
|
This reduces the main download size and uploads the symbols to a different
directory
|
|
appveyor: Remove tests.exe and tests.pdb from archive
|
|
|
|
This should reduce build size on windows from roughly 12MB compressed to 7MB
|
|
Qt graphics configure & V-Sync option
|
|
User-configurable option to enable/disable time-stretching of audio
|
|
|
|
|
|
stretching on and off
|
|
std::vector
|
|
OpenGL: Avoid error on unsupported lighting LUT
|
|
|
|
Auto-detect original shared_font.bin memory base
|
|
|
|
|
|
|
|
|
|
|