Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-13 | Qt: fix birthday combo box updating | wwylele | |
2016-09-11 | Merge pull request #2059 from MerryMage/tweak-audio-latency | bunnei | |
audio_core: Tweak audio latency | |||
2016-09-08 | travis cache for cmake and sdl2 (#2060) | Lectem | |
2016-09-07 | audio_core: Tweak audio latency | MerryMage | |
2016-09-03 | Merge pull request #2050 from MerryMage/adpcm | Yuri Kunde Schlesner | |
codec: Fix ADPCM distortion caused by incorrect nibble order | |||
2016-09-03 | codec: Fix ADPCM distortion caused by incorrect nibble order | fincs | |
Closes #2049. Signed-off-by: MerryMage <MerryMage@users.noreply.github.com> | |||
2016-09-02 | Merge pull request #2045 from MerryMage/travis | bunnei | |
travis: Update to XCode 7.3.1 | |||
2016-09-02 | travis: Update to XCode 7.3.1 | MerryMage | |
2016-09-02 | Merge pull request #2044 from wwylele/system-setting-fix | bunnei | |
Qt: unify running detection of system settings configure | |||
2016-09-02 | Qt: unify running detection | wwylele | |
2016-09-01 | Merge pull request #2040 from citra-emu/revert-2037-msvc-relwithdebinfo | bunnei | |
Revert "MSVC: Add RelWithDebInfo and removing debugging from Release." | |||
2016-09-01 | Revert "MSVC: Add RelWithDebInfo and removing debugging from Release." | bunnei | |
2016-09-01 | Merge pull request #2037 from jroweboy/msvc-relwithdebinfo | bunnei | |
MSVC: Add RelWithDebInfo and removing debugging from Release. | |||
2016-09-01 | Merge pull request #2039 from jroweboy/remove-pdb | bunnei | |
Create a separate archive for debug symbols on windows | |||
2016-09-01 | Create a separate archive for debugsymbols on windows | James Rowe | |
This reduces the main download size and uploads the symbols to a different directory | |||
2016-09-01 | Merge pull request #2038 from MerryMage/rm-tests | bunnei | |
appveyor: Remove tests.exe and tests.pdb from archive | |||
2016-09-01 | appveyor: Remove tests.exe and tests.pdb from archive | MerryMage | |
2016-08-31 | MSVC: Add RelWithDebInfo and removing debugging from Release. | James Rowe | |
This should reduce build size on windows from roughly 12MB compressed to 7MB | |||
2016-08-31 | Merge pull request #2032 from bunnei/qt-graphics | bunnei | |
Qt graphics configure & V-Sync option | |||
2016-08-31 | Merge pull request #2035 from MerryMage/disable-stretch | bunnei | |
User-configurable option to enable/disable time-stretching of audio | |||
2016-08-31 | qt: Rename all "toogle" to "toggle". | bunnei | |
2016-08-31 | configure_audio: User-configuratble option to enable/disable audio stretching | MerryMage | |
2016-08-31 | audio_core: Add EnableStretching to interface so that one can toggle ↵ | MerryMage | |
stretching on and off | |||
2016-08-31 | sink: Change EnqueueSamples to take a pointer to a buffer instead of a ↵ | MerryMage | |
std::vector | |||
2016-08-30 | Merge pull request #2034 from JayFoxRox/avoid-glsl-error | bunnei | |
OpenGL: Avoid error on unsupported lighting LUT | |||
2016-08-30 | OpenGL: Avoid error on unsupported lighting LUT | Jannik Vogel | |
2016-08-30 | Merge pull request #2023 from yuriks/autobase-bcfnt | bunnei | |
Auto-detect original shared_font.bin memory base | |||
2016-08-29 | qt: Add an option to settings for enabling V-Sync. | bunnei | |
2016-08-29 | qt: Recreate GL context on startup to support changing V-Sync. | bunnei | |
2016-08-29 | system: Add a function to see if the emulator is running. | bunnei | |
2016-08-29 | config: Add a setting for graphics V-Sync. | bunnei | |
2016-08-29 | qt: Add a configuration tab for Graphics and move relevant fields. | bunnei | |
2016-08-29 | Merge pull request #2029 from JayFoxRox/appveyor-cache | bunnei | |
AppVeyor: Cache chocolatey packages | |||
2016-08-29 | AppVeyor: Cache chocolatey packages | Jannik Vogel | |
2016-08-28 | Merge pull request #1948 from wwylele/cro++ | Yuri Kunde Schlesner | |
Implemented CRO | |||
2016-08-27 | Merge pull request #1987 from Lectem/ipcdescriptors | Yuri Kunde Schlesner | |
fix #1942 and add a few IPC functions for descriptors | |||
2016-08-27 | LDR: Implement CRO | wwylele | |
2016-08-27 | ARM: add ClearInstructionCache function | wwylele | |
2016-08-27 | Memory: add ReadCString function | wwylele | |
2016-08-27 | Auto-detect original shared_font.bin memory base | Yuri Kunde Schlesner | |
This allows a file dumped from either an o3DS or a n3DS (and potentially even an original unrebased file) to be used. | |||
2016-08-26 | Merge pull request #2022 from MerryMage/issue-tpl | bunnei | |
.github: Add ISSUE_TEMPLATE.md | |||
2016-08-26 | .github: Add ISSUE_TEMPLATE.md | MerryMage | |
2016-08-23 | Merge pull request #2015 from MerryMage/upstream-smla | bunnei | |
dyncom: Read-after-write in SMLA | |||
2016-08-22 | dyncom: Read-after-write in SMLA | MerryMage | |
In the case when RD === RN, RD was updated before AddOverflow was called to check for an overflow, resulting in an incorrect state of the Q flag. | |||
2016-08-15 | citra: Default to HW renderer. | bunnei | |
2016-08-15 | qt: Use 5.7 on Windows. | bunnei | |
2016-08-14 | Merge pull request #2004 from MerryMage/stm | Yuri Kunde Schlesner | |
Dyncom: Correct implementation of STM for R15 | |||
2016-08-14 | Dyncom: Correct implementation of STM for R15 | MerryMage | |
2016-08-08 | Merge pull request #1936 from jroweboy/qt5.7-fix | bunnei | |
CMake: Fix for QT 5.7 overwriting -std=c++1y flag | |||
2016-08-04 | CMake: Fix for QT 5.7 overwriting -std=c++1y flag | James Rowe | |
In QT 5.7 they added a new check for CXX features which appends a minimum required standard to the CXX_FLAGS. Because we were writing the flag directly previously, cmake assumed it needed to add a c++11 flag to the build. This tells cmake to use c++14 on every build. |