- Sep 01, 2016
-
-
bunnei authored
-
bunnei authored
MSVC: Add RelWithDebInfo and removing debugging from Release.
-
bunnei authored
Create a separate archive for debug symbols on windows
-
James Rowe authored
This reduces the main download size and uploads the symbols to a different directory
-
bunnei authored
appveyor: Remove tests.exe and tests.pdb from archive
-
MerryMage authored
-
James Rowe authored
This should reduce build size on windows from roughly 12MB compressed to 7MB
-
bunnei authored
Qt graphics configure & V-Sync option
-
bunnei authored
User-configurable option to enable/disable time-stretching of audio
-
bunnei authored
-
- Aug 31, 2016
- Aug 30, 2016
- Aug 29, 2016
-
-
bunnei authored
AppVeyor: Cache chocolatey packages
-
Jannik Vogel authored
-
Yuri Kunde Schlesner authored
Implemented CRO
-
- Aug 27, 2016
-
-
Yuri Kunde Schlesner authored
fix #1942 and add a few IPC functions for descriptors
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
Yuri Kunde Schlesner authored
This allows a file dumped from either an o3DS or a n3DS (and potentially even an original unrebased file) to be used.
-
- Aug 26, 2016
- Aug 23, 2016
-
-
bunnei authored
dyncom: Read-after-write in SMLA
-
- Aug 22, 2016
-
-
MerryMage authored
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.
-
- Aug 16, 2016
- Aug 14, 2016
-
-
Yuri Kunde Schlesner authored
Dyncom: Correct implementation of STM for R15
-
- Aug 13, 2016
-
-
MerryMage authored
-
- Aug 08, 2016
-
-
bunnei authored
CMake: Fix for QT 5.7 overwriting -std=c++1y flag
-
- Aug 04, 2016
-
-
James Rowe authored
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.
-
- Aug 02, 2016
-
-
Lectem authored
-