Age | Commit message (Collapse) | Author |
|
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|