summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2016-06-12arm_dyncom_interpreter: slightly change AllocBuffer to be intuitivearchshift
2016-06-11Merge pull request #1842 from Subv/portsbunnei
Kernel: Added ClientPort and ServerPort classes, along with svcCreatePort.
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv
2016-06-11Merge pull request #1899 from wwylele/hid-cmathbunnei
HID: add missing header
2016-06-11hid: add missing headerwwylele
2016-06-10Merge pull request #1897 from linkmauve/sdl2-config-fixMat M
SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb068a9b18981d8
2016-06-10Merge pull request #1789 from wwylele/input-refactorbunnei
Refactor input mapping & implement circle pad modifier
2016-06-10arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT funcarchshift
This allows us to get the addressing operation for STRT, LDRT, STRBT, and LDRBT. We do this so that translation functions don't need to see the addressing ops directly.
2016-06-10arm_dyncom_interpreter: rename operation functions to fit style guidearchshift
2016-06-10arm_dyncom_interpreter: Rename anonymous enum to TransExtDataarchshift
2016-06-10arm_dyncom_interpreter.cpp: #include translation info from inc filesarchshift
2016-06-11SDL2: Add forgotten default config changes from ↵Emmanuel Gil Peyrot
7129611e65096ba2cbe8266f6cb068a9b18981d8.
2016-06-10Merge pull request #1896 from citra-emu/revert-1893-interpreter-splitarchshift
Revert "Split huge interpreter source file into translation info and interpreter (+ some tiny misc style fixes)"
2016-06-10Revert "Split huge interpreter source file into translation info and ↵archshift
interpreter (+ some tiny misc style fixes)"
2016-06-09Merge pull request #1893 from archshift/interpreter-splitMat M
Split huge interpreter source file into translation info and interpreter (+ some tiny misc style fixes)
2016-06-08arm_dyncom_interpreter: rename operation functions to fit style guidearchshift
2016-06-08arm_dyncom_interpreter.cpp: Split by translation and interpreter logicarchshift
To facilitate the split, some small changes were made to names of various structures and functions.
2016-06-08Merge pull request #1891 from shinyquagsire23/gdb-E0-fixTony Wasserka
gdbstub: E0 should be E00
2016-06-08gdbstub: E0 should be E00shinyquagsire23
2016-06-07Merge pull request #1765 from JayFoxRox/debug-surface-viewerbunnei
Debugger: Pica surface viewer
2016-06-07OpenGL: Implement fogJannik Vogel
2016-06-07Rasterizer: Implement fogJannik Vogel
2016-06-07Pica: Add fog stateJannik Vogel
2016-06-07OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZEJannik Vogel
2016-06-06Merge pull request #1873 from archshift/remove-configbunnei
Remove unused and bitrotted "controller config" files
2016-06-06Merge pull request #1884 from lioncash/dlpbunnei
service: Add other DLP services
2016-06-05Kernel: Added ClientPort and ServerPort classes.Subv
This is part of an ongoing effort to implement support for multiple processes.
2016-06-04service: Add other DLP servicesLioncash
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services.
2016-06-04Thread: update timeout when rerunning WaitSynchwwylele