summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-20Merge pull request #2097 from citra-emu/fix-travisYuri Kunde Schlesner
Travis: Fix OS X build
2016-09-20Travis: Fix OS X buildYuri Kunde Schlesner
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).
2016-09-15Merge pull request #2080 from yuriks/shader-interp-crashYuri Kunde Schlesner
VideoCore: Fix dangling lambda context in shader interpreter
2016-09-15VideoCore: Fix dangling lambda context in shader interpreterYuri Kunde Schlesner
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.
2016-09-15Merge pull request #2042 from bunnei/dynarmicYuri Kunde Schlesner
Interface ARM CPU JIT (Dynarmic)
2016-09-15arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.bunnei
2016-09-15microprofile: Double buffer size to 16MB.bunnei
2016-09-15arm: ResetContext shouldn't be part of ARM_Interface.bunnei
2016-09-15arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.bunnei
2016-09-15dyncom: Use VFP_FPSCR/VFP_FPEXC.bunnei
2016-09-15qt: Add UI configuration option to enable CPU JIT.bunnei
2016-09-15core: Add configuration option for CPU JIT.bunnei
2016-09-15dynarmic: Implement ARM CPU interface.bunnei
2016-09-15dynarmic: Add new submodule.bunnei
2016-09-15CMakeLists: Set Boost_INCLUDE_DIR.bunnei
2016-09-15externals/boost: Use latest upstream with variant.bunnei
2016-09-13Merge pull request #2064 from linkmauve/remove-readdir_rYuri Kunde Schlesner
Switch to readdir() from readdir_r()
2016-09-13Common: readdir_r() is deprecated, switch to readdir().Emmanuel Gil Peyrot
2016-09-13Merge pull request #2069 from wwylele/fix-birthdayYuri Kunde Schlesner
Qt: fix birthday combo box updating
2016-09-13Qt: fix birthday combo box updatingwwylele
2016-09-11Merge pull request #2059 from MerryMage/tweak-audio-latencybunnei
audio_core: Tweak audio latency
2016-09-08travis cache for cmake and sdl2 (#2060)Lectem
2016-09-07audio_core: Tweak audio latencyMerryMage
2016-09-03Merge pull request #2050 from MerryMage/adpcmYuri Kunde Schlesner
codec: Fix ADPCM distortion caused by incorrect nibble order
2016-09-03codec: Fix ADPCM distortion caused by incorrect nibble orderfincs
Closes #2049. Signed-off-by: MerryMage <MerryMage@users.noreply.github.com>
2016-09-02Merge pull request #2045 from MerryMage/travisbunnei
travis: Update to XCode 7.3.1
2016-09-02travis: Update to XCode 7.3.1MerryMage
2016-09-02Merge pull request #2044 from wwylele/system-setting-fixbunnei
Qt: unify running detection of system settings configure
2016-09-02Qt: unify running detectionwwylele
2016-09-01Merge pull request #2040 from citra-emu/revert-2037-msvc-relwithdebinfobunnei
Revert "MSVC: Add RelWithDebInfo and removing debugging from Release."
2016-09-01Revert "MSVC: Add RelWithDebInfo and removing debugging from Release."bunnei
2016-09-01Merge pull request #2037 from jroweboy/msvc-relwithdebinfobunnei
MSVC: Add RelWithDebInfo and removing debugging from Release.
2016-09-01Merge pull request #2039 from jroweboy/remove-pdbbunnei
Create a separate archive for debug symbols on windows
2016-09-01Create a separate archive for debugsymbols on windowsJames Rowe
This reduces the main download size and uploads the symbols to a different directory
2016-09-01Merge pull request #2038 from MerryMage/rm-testsbunnei
appveyor: Remove tests.exe and tests.pdb from archive
2016-09-01appveyor: Remove tests.exe and tests.pdb from archiveMerryMage
2016-08-31MSVC: Add RelWithDebInfo and removing debugging from Release.James Rowe
This should reduce build size on windows from roughly 12MB compressed to 7MB
2016-08-31Merge pull request #2032 from bunnei/qt-graphicsbunnei
Qt graphics configure & V-Sync option
2016-08-31Merge pull request #2035 from MerryMage/disable-stretchbunnei
User-configurable option to enable/disable time-stretching of audio
2016-08-31qt: Rename all "toogle" to "toggle".bunnei
2016-08-31configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage
2016-08-31audio_core: Add EnableStretching to interface so that one can toggle ↵MerryMage
stretching on and off
2016-08-31sink: Change EnqueueSamples to take a pointer to a buffer instead of a ↵MerryMage
std::vector
2016-08-30Merge pull request #2034 from JayFoxRox/avoid-glsl-errorbunnei
OpenGL: Avoid error on unsupported lighting LUT
2016-08-30OpenGL: Avoid error on unsupported lighting LUTJannik Vogel
2016-08-30Merge pull request #2023 from yuriks/autobase-bcfntbunnei
Auto-detect original shared_font.bin memory base
2016-08-29qt: Add an option to settings for enabling V-Sync.bunnei
2016-08-29qt: Recreate GL context on startup to support changing V-Sync.bunnei
2016-08-29system: Add a function to see if the emulator is running.bunnei
2016-08-29config: Add a setting for graphics V-Sync.bunnei