Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-14 | Dyncom: Correct implementation of STM for R15 | MerryMage | |
2016-07-29 | Input GUI: Add tab to remap controls (#1900) | Anon | |
2016-07-28 | Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000 | bunnei | |
Correct APT::0x00550040 and APT::0x00560000 function | |||
2016-07-28 | Instead of segfaulting, log an error to remind the user to dump the shared ↵ | Henrik Rydgard | |
font file | |||
2016-07-28 | Merge pull request #1959 from MerryMage/revsh-upstream | bunnei | |
dyncom: Fix translation of thumb REVSH | |||
2016-07-28 | dyncom: Fix translation of thumb REVSH | MerryMage | |
2016-07-26 | Merge pull request #1966 from dwhinham/info_plist_fix | bunnei | |
CMake: Fix Info.plist template for citra_qt/OSX | |||
2016-07-23 | Protection against a resize of size 0 | Alexandre LittleWhite Laurent | |
2016-07-23 | CoreTiming: avoid overflow | wwylele | |
2016-07-23 | HLE: implement system time | wwylele | |
2016-07-21 | CMake: Fix Info.plist template for citra_qt/OSX | Dale 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-15 | Correct APT::0x00550040 and APT::0x00560000 function | JamePeng | |
2016-07-14 | Merge pull request #1890 from LFsWang/fix-encode-problem | bunnei | |
Fix boot_filename encode on Windows | |||
2016-07-09 | Merge pull request #1894 from wwylele/set-config-block | Yuri Kunde Schlesner | |
Implement config savegame editing & clean up | |||
2016-07-10 | Qt: add system settings config tab | wwylele | |
2016-07-06 | Merge pull request #1940 from JamePeng/fix-archive-error-code | bunnei | |
Fix the errorcode of archive handle | |||
2016-07-05 | Merge pull request #1921 from Subv/fs_funcs | Sebastian Valle | |
HLE/FS: Document some command parameters and implemented command 0x08560240 | |||
2016-07-05 | Fix the errorcode of archive handle | JamePeng | |
2016-07-04 | HLE/Applets: Implement ErrEula applet | mailwl | |
2016-07-03 | HLE/FS: Document some command parameters and implemented command 0x08560240 ↵ | Subv | |
(CreateLegacySystemSaveData) | |||
2016-07-03 | Merge pull request #1935 from wwylele/fix-result-module | Sebastian Valle | |
Result: Update the ErrorModule enum | |||
2016-07-03 | Service::CFG/FS: add and refactor out utilities for front-end | wwylele | |
2016-07-03 | Service::CFG: move known block ID to an enum | wwylele | |
2016-07-03 | Service::CFG: add SetConfigInfoBlk4 | wwylele | |
2016-07-02 | Merge pull request #1933 from yuriks/scissor | Yuri Kunde Schlesner | |
PICA: Implement scissor test | |||
2016-07-02 | Service::CFG: add missing language | wwylele | |
2016-07-02 | Service::CFG: name sound output modes | wwylele | |
2016-06-30 | Result: fix and update ErrorModule | wwylele | |
2016-06-28 | Merge pull request #1869 from wwylele/dont-be-lazy | Yuri Kunde Schlesner | |
Switch context to the same thread if necessary | |||
2016-06-28 | Merge pull request #1867 from mailwl/srv-update | bunnei | |
srv: Update according 3dbrew | |||
2016-06-27 | OpenGL: Add scaled resolution support to scissor | Yuri Kunde Schlesner | |
2016-06-27 | PICA: Scissor fixes and cleanups | Yuri Kunde Schlesner | |
2016-06-27 | PICA: Implement scissor test | Subv | |
2016-06-25 | Remove superfluous std::move in return std::move(local_var) | scurest | |
2016-06-22 | Merge pull request #1923 from yuriks/fix-recursive | bunnei | |
Fix recursive scanning of directories | |||
2016-06-19 | Fix recursive scanning of directories | Yuri 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-18 | Qt: Fix MicroProfile dpi scaling | Yuri Kunde Schlesner | |
2016-06-18 | Merge pull request #1877 from wwylele/wait-fix-timeout | bunnei | |
Thread: update timeout when reruning WaitSynch | |||
2016-06-16 | Merge pull request #1898 from archshift/interpreter-split-take2 | bunnei | |
Refactor arm_dyncom_interpreter into several files (take 2) | |||
2016-06-15 | Merge pull request #1875 from JayFoxRox/fog | bunnei | |
Implement standard fog (fog mode 5) | |||
2016-06-12 | Make arm_dyncom_trans* into a fully fledged compilation unit | archshift | |
2016-06-12 | arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive | archshift | |
2016-06-11 | Merge pull request #1842 from Subv/ports | bunnei | |
Kernel: Added ClientPort and ServerPort classes, along with svcCreatePort. | |||
2016-06-11 | Kernel/SVC: Implemented svcCreatePort. | Subv | |
2016-06-11 | hid: add missing header | wwylele | |
2016-06-10 | Merge pull request #1897 from linkmauve/sdl2-config-fix | Mat M | |
SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb068a9b18981d8 | |||
2016-06-10 | Merge pull request #1789 from wwylele/input-refactor | bunnei | |
Refactor input mapping & implement circle pad modifier | |||
2016-06-10 | arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func | archshift | |
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-10 | arm_dyncom_interpreter: rename operation functions to fit style guide | archshift | |
2016-06-10 | arm_dyncom_interpreter: Rename anonymous enum to TransExtData | archshift | |