| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16. | 2014-12-16 | 1 | -2/+2 | ||
| | * | | | | | | armemu: Join QADD16 and QSUB16 together. | 2014-12-16 | 1 | -33/+37 | ||
| * | | | | | | | Merge pull request #289 from lioncash/smops | 2014-12-17 | 1 | -38/+35 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | armemu: Fix SMUAD, SMUSD, and SMLAD | 2014-12-16 | 1 | -3/+3 | ||
| | * | | | | | | | armemu: Join SMUAD, SMUSD, and SMLAD | 2014-12-16 | 1 | -38/+35 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #290 from lioncash/vsub | 2014-12-16 | 1 | -2/+5 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | armemu: Fix FTOUI NaN sign. | 2014-12-16 | 1 | -1/+1 | ||
| | * | | | | | | armemu: Fix FSUBS bug where NaN shouldn't be negated | 2014-12-16 | 1 | -1/+4 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #286 from yuriks/msvc-fix | 2014-12-15 | 2 | -6/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Comment out empty arrays causing compile errors in MSVC | 2014-12-16 | 2 | -6/+8 | ||
| * | | | | | | | Merge pull request #285 from lioncash/uxtab16 | 2014-12-15 | 1 | -10/+25 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | armemu: Implement UXTAB16 | 2014-12-15 | 1 | -10/+25 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #283 from yuriks/archive-refactor | 2014-12-15 | 27 | -515/+326 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Work around libstdc++'s lack of support for std::hash on enums | 2014-12-16 | 1 | -0/+15 | ||
| | * | | | | | | FS.Archive: Clean up treatment of archives and their handles | 2014-12-16 | 11 | -387/+197 | ||
| | * | | | | | | Service.FS: Rename FileSys::File to FileBackend | 2014-12-16 | 10 | -17/+17 | ||
| | * | | | | | | Service.FS: Rename FileSys::Directory to DirectoryBackend | 2014-12-16 | 10 | -18/+18 | ||
| | * | | | | | | Service.FS: Rename FileSys::Archive to ArchiveBackend | 2014-12-16 | 6 | -12/+12 | ||
| | * | | | | | | Service.FS: Do archive registration using IdCode instead of name | 2014-12-16 | 7 | -42/+32 | ||
| | * | | | | | | HLE: Rename namespaces to match move & fix initialization order | 2014-12-16 | 10 | -49/+43 | ||
| | * | | | | | | HLE: Move kernel/archive.* to service/fs/ | 2014-12-16 | 9 | -12/+11 | ||
| | * | | | | | | Switch to C++14 to use std::make_unique | 2014-12-16 | 1 | -1/+2 | ||
| | * | | | | | | Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anyway | 2014-12-15 | 1 | -2/+2 | ||
| | * | | | | | | Travis: Enable tracing on the script to ease troubleshooting | 2014-12-15 | 2 | -0/+2 | ||
| * | | | | | | | Update README.md | 2014-12-16 | 1 | -1/+1 | ||
| * | | | | | | | More Readme updates. | 2014-12-16 | 1 | -2/+4 | ||
| * | | | | | | | Provide a direct webchat link to #citra in the Readme | 2014-12-16 | 1 | -1/+1 | ||
| * | | | | | | | Update donation info | 2014-12-16 | 1 | -1/+9 | ||
| * | | | | | | | Update README.md | 2014-12-15 | 1 | -0/+4 | ||
| * | | | | | | | Merge pull request #282 from archshift/services | 2014-12-15 | 10 | -0/+229 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Added stub for nim:aoc service... | 2014-12-15 | 4 | -0/+62 | ||
| | * | | | | | | Added stub for cecd:u service... | 2014-12-15 | 4 | -0/+54 | ||
| | * | | | | | | Added stub for ldr:ro service... | 2014-12-15 | 4 | -0/+59 | ||
| | * | | | | | | Added am:app service stub. | 2014-12-15 | 4 | -0/+54 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #281 from lioncash/uxtb16 | 2014-12-15 | 1 | -12/+12 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | armemu: Fix UXTB16 | 2014-12-14 | 1 | -12/+12 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #279 from yuriks/session | 2014-12-15 | 15 | -104/+129 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| | * / / / | Remove SyncRequest from K::Object and create a new K::Session type | 2014-12-15 | 15 | -104/+129 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #276 from lioncash/decrappify | 2014-12-14 | 1 | -306/+169 | ||
| |\ \ \ \ | ||||||
| | * | | | | Clean up armdefs.h | 2014-12-14 | 1 | -306/+169 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #246 from Subv/cbranch_1 | 2014-12-14 | 5 | -2/+160 | ||
| |\ \ \ \ | ||||||
| | * | | | | Kernel/Semaphores: Fixed build | 2014-12-13 | 1 | -2/+2 | ||
| | * | | | | Kernel/Semaphore: Small style change | 2014-12-13 | 1 | -1/+1 | ||
| | * | | | | Kernel/Semaphores: Invert the available count checking. | 2014-12-13 | 1 | -11/+9 | ||
| | * | | | | Kernel/Semaphores: Addressed some issues. | 2014-12-13 | 2 | -32/+18 | ||
| | * | | | | Semaphore: Removed an unneeded function | 2014-12-13 | 1 | -5/+0 | ||
| | * | | | | Semaphores: Addressed some style issues | 2014-12-13 | 1 | -6/+5 | ||
| | * | | | | Semaphore: Implemented the initial_count parameter. | 2014-12-13 | 2 | -5/+7 | ||
| | * | | | | SVC: Implemented ReleaseSemaphore. | 2014-12-13 | 4 | -19/+81 | ||
| | * | | | | SVC: Implemented svcCreateSemaphore | 2014-12-13 | 5 | -1/+117 | ||
| | |/ / / | ||||||