Commit Graph

3961 Commits (13d46f6820f231fe245eabdd95c7e70c5b3bb023)
 

Author SHA1 Message Date
bunnei b879d8c31b Merge pull request #2022 from MerryMage/issue-tpl
.github: Add ISSUE_TEMPLATE.md
8 years ago
MerryMage 15f16e256c .github: Add ISSUE_TEMPLATE.md 8 years ago
bunnei 5b9e41bf1c Merge pull request #2015 from MerryMage/upstream-smla
dyncom: Read-after-write in SMLA
9 years ago
MerryMage 15b2eec4bd dyncom: Read-after-write in SMLA
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.
9 years ago
bunnei 7b4dcacbb2 citra: Default to HW renderer. 9 years ago
bunnei 33d17d0b62 qt: Use 5.7 on Windows. 9 years ago
Yuri Kunde Schlesner c3c6ac38e0 Merge pull request #2004 from MerryMage/stm
Dyncom: Correct implementation of STM for R15
9 years ago
MerryMage 50407a8dc8 Dyncom: Correct implementation of STM for R15 9 years ago
bunnei 3c3a6cb2af Merge pull request #1936 from jroweboy/qt5.7-fix
CMake: Fix for QT 5.7 overwriting -std=c++1y flag
9 years ago
James Rowe a976c2e3ba CMake: Fix for QT 5.7 overwriting -std=c++1y flag
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.
9 years ago
Lectem a94fb932ff fix #1942 and adds a few IPC functions for descriptors 9 years ago
Anon e91327c86a Input GUI: Add tab to remap controls (#1900) 9 years ago
bunnei 47fcd68b01 Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000
Correct APT::0x00550040 and APT::0x00560000 function
9 years ago
bunnei e22b80b70f Merge pull request #1983 from hrydgard/font-reminder
Shared font file: Instead of segfaulting, log an error to remind the user to dump it
9 years ago
Henrik Rydgard 9a9e9dc375 Instead of segfaulting, log an error to remind the user to dump the shared font file 9 years ago
bunnei 5c743ddfa8 Merge pull request #1959 from MerryMage/revsh-upstream
dyncom: Fix translation of thumb REVSH
9 years ago
MerryMage 60c93ca3b5 dyncom: Fix translation of thumb REVSH 9 years ago
bunnei c523ff2a98 Merge pull request #1966 from dwhinham/info_plist_fix
CMake: Fix Info.plist template for citra_qt/OSX
9 years ago
Andy Tran f8f6722133 Travis Build: OS X Startup Crash Fix (#1962)
* 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
9 years ago
bunnei 682b4af017 Merge pull request #1974 from LittleWhite-tb/crash_invalid_size
Protection against a resize of size 0
9 years ago
Alexandre LittleWhite Laurent 7331b79021 Protection against a resize of size 0 9 years ago
Yuri Kunde Schlesner 2117be46a8 Merge pull request #1973 from linkmauve/no-sse4.1
Remove the -msse4.1 on ¬MSVC
9 years ago
Emmanuel Gil Peyrot e09e683720 Remove the -msse4.1 on ¬MSVC.
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.
9 years ago
Yuri Kunde Schlesner 2dee47c827 Merge pull request #1963 from wwylele/rtc
Implement actual system time
9 years ago
wwylele d63a76f4ce CoreTiming: avoid overflow 9 years ago
wwylele 00c34e4df7 HLE: implement system time 9 years ago
Dale Whinham 78b97ee364 CMake: Fix Info.plist template for citra_qt/OSX
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.
9 years ago
bunnei 624cd9cd98 Merge pull request #1964 from Lectem/sdl2_dll_copy_fix
Fixes SDL2.dll copy to bindir on windows
9 years ago
Lectem c7125f37aa Fixes SDL2.dll copy to bindir on windows 9 years ago
JamePeng d5aa474788 Correct APT::0x00550040 and APT::0x00560000 function 9 years ago
bunnei f95d119dde Merge pull request #1890 from LFsWang/fix-encode-problem
Fix boot_filename encode on Windows
9 years ago
Yuri Kunde Schlesner ffda82eea5 Merge pull request #1894 from wwylele/set-config-block
Implement config savegame editing & clean up
9 years ago
wwylele ec3e99eec7 Qt: add system settings config tab 9 years ago
bunnei 6fa7b1f486 Merge pull request #1940 from JamePeng/fix-archive-error-code
Fix the errorcode of archive handle
9 years ago
Sebastian Valle ff2d1a2b74 Merge pull request #1921 from Subv/fs_funcs
HLE/FS: Document some command parameters and implemented command 0x08560240
9 years ago
JamePeng f87bb8ba0a Fix the errorcode of archive handle 9 years ago
Sebastian Valle 51f4a9fd32 Merge pull request #1850 from mailwl/erreula
HLE/Applets: Implement ErrEula applet
9 years ago
mailwl e06f2705f0 HLE/Applets: Implement ErrEula applet 9 years ago
Subv 8752f07e8e HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData) 9 years ago
Sebastian Valle b48b8ed5e5 Merge pull request #1935 from wwylele/fix-result-module
Result: Update the ErrorModule enum
9 years ago
wwylele ab2eef396a Service::CFG/FS: add and refactor out utilities for front-end 9 years ago
wwylele 457b6413e6 Service::CFG: move known block ID to an enum 9 years ago
wwylele 324c8d21a4 Service::CFG: add SetConfigInfoBlk4 9 years ago
Yuri Kunde Schlesner 45c91bf87b Merge pull request #1933 from yuriks/scissor
PICA: Implement scissor test
9 years ago
wwylele f00e8d4b2b Service::CFG: add missing language 9 years ago
wwylele 3687a805ec Service::CFG: name sound output modes 9 years ago
wwylele e023a4cfd0 Result: fix and update ErrorModule 9 years ago
Yuri Kunde Schlesner de79b6fc48 Merge pull request #1869 from wwylele/dont-be-lazy
Switch context to the same thread if necessary
9 years ago
bunnei 87c07643ff Merge pull request #1867 from mailwl/srv-update
srv: Update according 3dbrew
9 years ago
Yuri Kunde Schlesner ecf6ecf325 OpenGL: Add scaled resolution support to scissor 9 years ago