Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-17 | armemu: Implement REVSH | Normmatt | |
2014-12-17 | armemu: Fix UXTAB/UXTAH | Normmatt | |
2014-12-17 | armemu: Fix SXTAB | Normmatt | |
2014-12-17 | armemu: Fix SXTAH | Normmatt | |
2014-12-17 | Merge pull request #289 from lioncash/smops | bunnei | |
Join SMUAD, SMUSD, and SMLAD ops. Also fix them as well. | |||
2014-12-16 | Merge pull request #290 from lioncash/vsub | bunnei | |
armemu: Backport some VFP fixes from 3dmoo. | |||
2014-12-16 | armemu: Fix FTOUI NaN sign. | Normmatt | |
2014-12-16 | armemu: Fix FSUBS bug where NaN shouldn't be negated | Normmatt | |
2014-12-16 | armemu: Fix SMUAD, SMUSD, and SMLAD | Lioncash | |
Wrong values were being multiplied together. | |||
2014-12-16 | armemu: Join SMUAD, SMUSD, and SMLAD | Lioncash | |
2014-12-15 | Merge pull request #286 from yuriks/msvc-fix | bunnei | |
Comment out empty arrays causing compile errors in MSVC | |||
2014-12-16 | Comment out empty arrays causing compile errors in MSVC | Yuri Kunde Schlesner | |
2014-12-15 | Merge pull request #285 from lioncash/uxtab16 | bunnei | |
armemu: Implement UXTAB16 | |||
2014-12-15 | Merge pull request #283 from yuriks/archive-refactor | bunnei | |
Archive refactor | |||
2014-12-16 | Work around libstdc++'s lack of support for std::hash on enums | Yuri Kunde Schlesner | |
2014-12-16 | FS.Archive: Clean up treatment of archives and their handles | Yuri Kunde Schlesner | |
- Refactor FS::Archive internals to make Archive creation and lifetime management clearer. - Remove the "Archive as a File" hack. - Implement 64-bit Archive handles. | |||
2014-12-16 | Service.FS: Rename FileSys::File to FileBackend | Yuri Kunde Schlesner | |
2014-12-16 | Service.FS: Rename FileSys::Directory to DirectoryBackend | Yuri Kunde Schlesner | |
2014-12-16 | Service.FS: Rename FileSys::Archive to ArchiveBackend | Yuri Kunde Schlesner | |
2014-12-16 | Service.FS: Do archive registration using IdCode instead of name | Yuri Kunde Schlesner | |
2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | |
2014-12-16 | HLE: Move kernel/archive.* to service/fs/ | Yuri Kunde Schlesner | |
2014-12-16 | Switch to C++14 to use std::make_unique | Yuri Kunde Schlesner | |
2014-12-15 | armemu: Implement UXTAB16 | Lioncash | |
2014-12-16 | Update README.md | Tony Wasserka | |
Fix spelling mistakes. | |||
2014-12-16 | More Readme updates. | Tony Wasserka | |
2014-12-16 | Provide a direct webchat link to #citra in the Readme | Tony Wasserka | |
2014-12-16 | Update donation info | Tony Wasserka | |
2014-12-15 | Update README.md | bunnei | |
2014-12-15 | Merge pull request #282 from archshift/services | bunnei | |
Added stubs for ldr:ro, cecd:u, nim:aoc, and am:app services | |||
2014-12-15 | Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anyway | Yuri Kunde Schlesner | |
2014-12-15 | Travis: Enable tracing on the script to ease troubleshooting | Yuri Kunde Schlesner | |
2014-12-15 | Merge pull request #281 from lioncash/uxtb16 | bunnei | |
armemu: Fix UXTB16 | |||
2014-12-15 | Merge pull request #279 from yuriks/session | bunnei | |
Remove SyncRequest from K::Object and create a new K::Session type | |||
2014-12-15 | Added stub for nim:aoc service... | archshift | |
2014-12-15 | Added stub for cecd:u service... | archshift | |
I couldn't find any information about this service... | |||
2014-12-15 | Added stub for ldr:ro service... | archshift | |
2014-12-15 | Added am:app service stub. | archshift | |
Apparently nothing at all is known about this service... | |||
2014-12-15 | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner | |
This is a first step at fixing the conceptual insanity that is our handling of service and IPC calls. For now, interfaces still directly derived from Session because we don't have the infrastructure to do it properly. (That is, Processes and scheduling them.) | |||
2014-12-14 | armemu: Fix UXTB16 | Lioncash | |
Rotation bits are 10 and 11, not 9 and 10. | |||
2014-12-14 | Merge pull request #276 from lioncash/decrappify | bunnei | |
Clean up armdefs.h a little. | |||
2014-12-14 | Merge pull request #246 from Subv/cbranch_1 | bunnei | |
SVC: Implemented Semaphores | |||
2014-12-14 | Merge pull request #273 from bunnei/more-skyeye-fixes | bunnei | |
ARM: Pull some SkyEye fixes from 3dmoo. | |||
2014-12-14 | ARM: Pull some SkyEye fixes from 3dmoo. | bunnei | |
2014-12-14 | Merge pull request #257 from lioncash/gitignore | Tony Wasserka | |
Update gitignore with OS-specific global filetypes. | |||
2014-12-14 | Update gitignore with OS-specific global filetypes. | Lioncash | |
2014-12-14 | Clean up armdefs.h | Lioncash | |
2014-12-14 | Merge pull request #278 from yuriks/log-colors | bunnei | |
Restore the original console color after logging a message. | |||
2014-12-14 | Restore the original console color after logging a message. | Yuri Kunde Schlesner | |
Fixes #277 | |||
2014-12-13 | Kernel/Semaphores: Fixed build | Subv | |