- Sep 01, 2016
-
-
bunnei authored
-
- 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
-
- 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
-
- Jul 29, 2016
- Jul 28, 2016
-
-
bunnei authored
Shared font file: Instead of segfaulting, log an error to remind the user to dump it
-
Henrik Rydgard authored
-
bunnei authored
dyncom: Fix translation of thumb REVSH
-
MerryMage authored
-
- Jul 26, 2016
-
-
bunnei authored
CMake: Fix Info.plist template for citra_qt/OSX
-
Andy Tran authored
* Travis: Mac OS X Build Fix Addresses the issue of the nightly builds crashing on OS X. In short, the changes needed were to rename the references within the binaries in order to make the app “self-contained”. * Travis: Mac OS X Terminal Launches citra with a terminal (instead of going straight for the QT application, skipping the debugging terminal). * Travis: Clean Up Lines * Travis: Fix of EOL Issue * Travis: Merge Fixes from Build Branch * Travis: Forward OS X Arguments * Travis: Forward OS X Arg x2 The issue is, is that sure “open citra-qt.app —args test” works, but drag and drop doesn’t! * Travis: Something needed to be escaped
-
- Jul 25, 2016
-
-
bunnei authored
Protection against a resize of size 0
-
- Jul 23, 2016
-
-
Alexandre LittleWhite Laurent authored
-
Yuri Kunde Schlesner authored
Remove the -msse4.1 on ¬MSVC
-
Emmanuel Gil Peyrot authored
This option makes the generated binary crash with an illegal instruction when the target CPU doesn’t support the SSE4.1 extension (see #1968), with no noticeable performance increase compared to a generic build.
-
Yuri Kunde Schlesner authored
Implement actual system time
-
wwylele authored
-
wwylele authored
-
- Jul 21, 2016
-
-
Dale Whinham authored
The Info.plist template incorrectly uses parentheses instead of curly braces, which means that building the .app bundle using regular 'make' results in the variable not being replaced, and hence the app bundle won't start because the executable name is incorrect. This commit fixes this issue.
-