Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2014-12-13 | Kernel/Semaphore: Small style change | Subv | |
2014-12-13 | Kernel/Semaphores: Invert the available count checking. | Subv | |
Same semantics, idea by @yuriks | |||
2014-12-13 | Kernel/Semaphores: Addressed some issues. | Subv | |
2014-12-13 | Semaphore: Removed an unneeded function | Subv | |
2014-12-13 | Semaphores: Addressed some style issues | Subv | |
2014-12-13 | Semaphore: Implemented the initial_count parameter. | Subv | |
2014-12-13 | SVC: Implemented ReleaseSemaphore. | Subv | |
This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has | |||
2014-12-13 | SVC: Implemented svcCreateSemaphore | Subv | |
ToDo: Implement svcReleaseSemaphore * Some testing against hardware needed | |||
2014-12-13 | Merge pull request #274 from lioncash/kernel | bunnei | |
kernel: Remove unused log arguments | |||
2014-12-13 | kernel: Remove unused log arguments | Lioncash | |
2014-12-12 | Merge pull request #258 from yuriks/log-ng | bunnei | |
New logging system | |||
2014-12-13 | Remove old logging system | Yuri Kunde Schlesner | |
2014-12-13 | Add configurable per-class log filtering | Yuri Kunde Schlesner | |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
2014-12-13 | Implement text path trimming for shorter paths. | Yuri Kunde Schlesner | |
2014-12-13 | Re-add coloring to the console logging output. | Yuri Kunde Schlesner | |
2014-12-13 | New logging system | Yuri Kunde Schlesner | |
2014-12-13 | Add SCOPE_EXIT macro to conveniently execute cleanup actions | Yuri Kunde Schlesner | |
2014-12-13 | doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespaces | Yuri Kunde Schlesner | |
2014-12-13 | Added missing include in common_funcs.h | Yuri Kunde Schlesner | |
2014-12-13 | Remove redundant include from common_funcs.h | Yuri Kunde Schlesner | |
2014-12-12 | Merge pull request #267 from bunnei/apt-shared-font | bunnei | |
APT shared font loading | |||
2014-12-12 | APT_U: Added GetSharedFont service function. | bunnei | |
2014-12-12 | Merge pull request #261 from neobrain/boost | Tony Wasserka | |
Add Boost as a submodule and add some minor cleanups using Boost.Range | |||
2014-12-12 | Merge pull request #268 from bunnei/dsp-read-pipe-if-possible | bunnei | |
DSP: Added stub for ReadPipeIfPossible. | |||
2014-12-12 | DSP: Added stub for ReadPipeIfPossible. | bunnei | |
2014-12-12 | Common: Add "sysdata" to GetUserPath and cleanup. | bunnei | |