| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #334 from lioncash/cpsr | 2014-12-23 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | armemu: Fix retrieval of the CPSR in MRS instructions. | 2014-12-22 | 1 | -1/+1 | ||
| * | | | | | | | Merge pull request #335 from lioncash/cpsrcreate | 2014-12-23 | 4 | -25/+78 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation. | 2014-12-22 | 1 | -9/+23 | ||
| | * | | | | | | armemu: Fix SEL | 2014-12-22 | 1 | -1/+1 | ||
| | * | | | | | | armemu: Fix construction of the CPSR | 2014-12-22 | 4 | -15/+54 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #275 from yuriks/cmake-clean | 2014-12-22 | 4 | -13/+16 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Build GLFW as a shared lib on Travis | 2014-12-15 | 1 | -1/+5 | ||
| | * | | | | | | Clean up CMake library specification | 2014-12-15 | 3 | -12/+11 | ||
| * | | | | | | | Merge pull request #333 from lioncash/qops | 2014-12-22 | 1 | -7/+87 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | dyncom: Move over QADD16/QASX/QSAX/QSUB16 | 2014-12-22 | 1 | -7/+87 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #322 from chinhodado/master | 2014-12-22 | 7 | -18/+21 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | More warning cleanups | 2014-12-21 | 7 | -18/+21 | ||
| * | | | | | | | Merge pull request #325 from yuriks/cmake-opts | 2014-12-21 | 1 | -2/+23 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | CMake: Silence PNG not found error | 2014-12-21 | 1 | -2/+4 | ||
| | * | | | | | | CMake: Use improved optimization flags on MSVC | 2014-12-21 | 1 | -0/+19 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #332 from lioncash/sel | 2014-12-21 | 1 | -1/+58 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dyncom: Move SEL over | 2014-12-21 | 1 | -1/+58 | ||
| * | | | | | | | Merge pull request #312 from Subv/still_more_savedata_stuff | 2014-12-21 | 14 | -30/+508 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | CFG: Fixed some warnings and errors in Clang | 2014-12-21 | 2 | -4/+4 | ||
| | * | | | | | | CFG: More style changes | 2014-12-21 | 1 | -5/+5 | ||
| | * | | | | | | CFGU: Indentation | 2014-12-21 | 1 | -4/+3 | ||
| | * | | | | | | CFG: Some indentation | 2014-12-21 | 1 | -11/+13 | ||
| | * | | | | | | CFG: Changed the CreateConfigInfoBlk search loop | 2014-12-21 | 1 | -7/+4 | ||
| | * | | | | | | CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp | 2014-12-21 | 2 | -2/+2 | ||
| | * | | | | | | CFG: Create a new subfolder cfg inside service to handle cfg | 2014-12-21 | 11 | -489/+617 | ||
| | * | | | | | | CFGU: Some changes | 2014-12-21 | 1 | -12/+33 | ||
| | * | | | | | | CFGU: Addressed some issues. | 2014-12-21 | 1 | -43/+55 | ||
| | * | | | | | | CFGU: Addressed some comments. | 2014-12-21 | 1 | -11/+13 | ||
| | * | | | | | | Style: Addressed some comments | 2014-12-21 | 2 | -6/+12 | ||
| | * | | | | | | CFG_U: Use Common::make_unique instead of the std version | 2014-12-21 | 1 | -1/+2 | ||
| | * | | | | | | CFG:U: Implemented some more blocks | 2014-12-21 | 1 | -4/+30 | ||
| | * | | | | | | CFG: Implemented block 0x00070001 in the config savefile | 2014-12-21 | 1 | -0/+5 | ||
| | * | | | | | | CFGU: Use an absolute offset in the config savefile blocks | 2014-12-21 | 1 | -1/+3 | ||
| | * | | | | | | CFG: Load the Config savedata file if it already exists. | 2014-12-21 | 1 | -3/+4 | ||
| | * | | | | | | CFGU: Added block 0x000A0002 to the default savegame file | 2014-12-21 | 1 | -0/+18 | ||
| | * | | | | | | CFG: Refactored how the config file works. | 2014-12-21 | 2 | -56/+127 | ||
| | * | | | | | | CFG:U: Add some data to the 0x00050005 config block. | 2014-12-21 | 1 | -6/+11 | ||
| | * | | | | | | CFG: Implemented the GetConfigInfoBlk2 function. | 2014-12-21 | 5 | -15/+197 | ||
| * | | | | | | | Merge pull request #324 from lioncash/dync | 2014-12-21 | 1 | -7/+102 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | dyncom: Move over SASX/SSAX/SADD16/SSUB16 | 2014-12-21 | 1 | -7/+102 | ||
| * | | | | | | | Merge pull request #291 from purpasmart96/license | 2014-12-21 | 218 | -253/+253 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | License change | 2014-12-20 | 218 | -253/+253 | ||
| * | | | | | | | Update README.md | 2014-12-21 | 1 | -1/+1 | ||
| * | | | | | | | Merge pull request #271 from archshift/createf | 2014-12-21 | 8 | -1/+91 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Added CreateFile to the FS_USER service | 2014-12-21 | 8 | -1/+91 | ||
| * | | | | | | | Merge pull request #323 from lioncash/saddsub | 2014-12-21 | 1 | -14/+87 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | armemu: Implement SADD8/SSUB8 | 2014-12-20 | 1 | -14/+87 | ||
| * | | | | | | | | Merge pull request #318 from bunnei/simulate-thread-sleep | 2014-12-20 | 3 | -22/+35 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Thread: Wait current thread on svc_SleepThread | 2014-12-20 | 3 | -22/+35 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||