summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-08-14Dyncom: Correct implementation of STM for R15MerryMage
2016-07-29Input GUI: Add tab to remap controls (#1900)Anon
2016-07-28Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000bunnei
Correct APT::0x00550040 and APT::0x00560000 function
2016-07-28Instead of segfaulting, log an error to remind the user to dump the shared ↵Henrik Rydgard
font file
2016-07-28Merge pull request #1959 from MerryMage/revsh-upstreambunnei
dyncom: Fix translation of thumb REVSH
2016-07-28dyncom: Fix translation of thumb REVSHMerryMage
2016-07-26Merge pull request #1966 from dwhinham/info_plist_fixbunnei
CMake: Fix Info.plist template for citra_qt/OSX
2016-07-23Protection against a resize of size 0Alexandre LittleWhite Laurent
2016-07-23CoreTiming: avoid overflowwwylele
2016-07-23HLE: implement system timewwylele
2016-07-21CMake: Fix Info.plist template for citra_qt/OSXDale Whinham
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.
2016-07-15Correct APT::0x00550040 and APT::0x00560000 functionJamePeng
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-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-25Remove superfluous std::move in return std::move(local_var)scurest
2016-06-22Merge pull request #1923 from yuriks/fix-recursivebunnei
Fix recursive scanning of directories
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-16Merge pull request #1898 from archshift/interpreter-split-take2bunnei
Refactor arm_dyncom_interpreter into several files (take 2)
2016-06-15Merge pull request #1875 from JayFoxRox/fogbunnei
Implement standard fog (fog mode 5)
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-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