summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-25Travis Build: OS X Startup Crash Fix (#1962)Andy Tran
* 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
2016-07-25Merge pull request #1974 from LittleWhite-tb/crash_invalid_sizebunnei
Protection against a resize of size 0
2016-07-23Protection against a resize of size 0Alexandre LittleWhite Laurent
2016-07-23Merge pull request #1973 from linkmauve/no-sse4.1Yuri Kunde Schlesner
Remove the -msse4.1 on ¬MSVC
2016-07-23Remove the -msse4.1 on ¬MSVC.Emmanuel Gil Peyrot
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.
2016-07-23Merge pull request #1963 from wwylele/rtcYuri Kunde Schlesner
Implement actual system time
2016-07-23CoreTiming: avoid overflowwwylele
2016-07-23HLE: implement system timewwylele
2016-07-21Merge pull request #1964 from Lectem/sdl2_dll_copy_fixbunnei
Fixes SDL2.dll copy to bindir on windows
2016-07-21Fixes SDL2.dll copy to bindir on windowsLectem
2016-07-14Merge pull request #1890 from LFsWang/fix-encode-problembunnei
Fix boot_filename encode on Windows
2016-07-09Merge pull request #1894 from wwylele/set-config-blockYuri Kunde Schlesner
Implement config savegame editing & clean up
2016-07-10Qt: add system settings config tabwwylele
2016-07-06Merge pull request #1940 from JamePeng/fix-archive-error-codebunnei
Fix the errorcode of archive handle
2016-07-05Merge pull request #1921 from Subv/fs_funcsSebastian Valle
HLE/FS: Document some command parameters and implemented command 0x08560240
2016-07-05Fix the errorcode of archive handleJamePeng
2016-07-04Merge pull request #1850 from mailwl/erreulaSebastian Valle
HLE/Applets: Implement ErrEula applet
2016-07-04HLE/Applets: Implement ErrEula appletmailwl
2016-07-03HLE/FS: Document some command parameters and implemented command 0x08560240 ↵Subv
(CreateLegacySystemSaveData)
2016-07-03Merge pull request #1935 from wwylele/fix-result-moduleSebastian Valle
Result: Update the ErrorModule enum
2016-07-03Service::CFG/FS: add and refactor out utilities for front-endwwylele
2016-07-03Service::CFG: move known block ID to an enumwwylele
2016-07-03Service::CFG: add SetConfigInfoBlk4wwylele
2016-07-02Merge pull request #1933 from yuriks/scissorYuri Kunde Schlesner
PICA: Implement scissor test
2016-07-02Service::CFG: add missing languagewwylele
2016-07-02Service::CFG: name sound output modeswwylele
2016-06-30Result: fix and update ErrorModulewwylele
2016-06-28Merge pull request #1869 from wwylele/dont-be-lazyYuri Kunde Schlesner
Switch context to the same thread if necessary
2016-06-28Merge pull request #1867 from mailwl/srv-updatebunnei
srv: Update according 3dbrew
2016-06-27OpenGL: Add scaled resolution support to scissorYuri Kunde Schlesner
2016-06-27PICA: Scissor fixes and cleanupsYuri Kunde Schlesner
2016-06-27PICA: Implement scissor testSubv
2016-06-25Merge pull request #1930 from scurest/superfluous-movesYuri Kunde Schlesner
Remove superfluous std::move in return std::move(local_var)
2016-06-25Remove superfluous std::move in return std::move(local_var)scurest
2016-06-23Merge pull request #1926 from JayFoxRox/gplbunnei
Add GPL license.txt and README.md to builds
2016-06-22Merge pull request #1923 from yuriks/fix-recursivebunnei
Fix recursive scanning of directories
2016-06-21Add GPL license.txt and README.md to buildsJannik Vogel
2016-06-20Merge pull request #1922 from yuriks/microprofile-dpi-fixbunnei
Qt: Fix MicroProfile dpi scaling
2016-06-19Fix recursive scanning of directoriesYuri Kunde Schlesner
ForeachDirectoryEntry didn't actually do anything with the `recursive` parameter, and the corresponding callback parameter was shadowing the actual recursion counters in the user functions.
2016-06-18Qt: Fix MicroProfile dpi scalingYuri Kunde Schlesner
2016-06-18Merge pull request #1877 from wwylele/wait-fix-timeoutbunnei
Thread: update timeout when reruning WaitSynch
2016-06-17Merge pull request #1917 from lioncash/cibunnei
CI: Use Qt 5 and GCC 6 on Ubuntu CI builds
2016-06-17CMakeLists: Drop support for Qt 4Lioncash
2016-06-17travis: Use GCC 6 on Ubuntu CI buildsLioncash
2016-06-17travis: Use Qt 5 on Ubuntu CI buildsLioncash
2016-06-16Merge pull request #1898 from archshift/interpreter-split-take2bunnei
Refactor arm_dyncom_interpreter into several files (take 2)
2016-06-15Merge pull request #1912 from yuriks/fix-win-deploybunnei
Fix AppVeyor WinSCP download
2016-06-15Merge pull request #1875 from JayFoxRox/fogbunnei
Implement standard fog (fog mode 5)
2016-06-14Fix AppVeyor WinSCP downloadYuri Kunde Schlesner
2016-06-12Make arm_dyncom_trans* into a fully fledged compilation unitarchshift