aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added stub for cecd:u service...Gravatar archshift2014-12-15
| | | | I couldn't find any information about this service...
* Added stub for ldr:ro service...Gravatar archshift2014-12-15
|
* Added am:app service stub.Gravatar archshift2014-12-15
| | | | Apparently nothing at all is known about this service...
* Merge pull request #276 from lioncash/decrappifyGravatar bunnei2014-12-14
|\ | | | | Clean up armdefs.h a little.
* \ Merge pull request #246 from Subv/cbranch_1Gravatar bunnei2014-12-14
|\ \ | | | | | | SVC: Implemented Semaphores
* \ \ Merge pull request #273 from bunnei/more-skyeye-fixesGravatar bunnei2014-12-14
|\ \ \ | | | | | | | | ARM: Pull some SkyEye fixes from 3dmoo.
| * | | ARM: Pull some SkyEye fixes from 3dmoo.Gravatar bunnei2014-12-14
| | | |
* | | | Merge pull request #257 from lioncash/gitignoreGravatar Tony Wasserka2014-12-14
|\ \ \ \ | | | | | | | | | | Update gitignore with OS-specific global filetypes.
| * | | | Update gitignore with OS-specific global filetypes.Gravatar Lioncash2014-12-14
| |/ / /
| | | * Clean up armdefs.hGravatar Lioncash2014-12-14
| | | |
* | | | Merge pull request #278 from yuriks/log-colorsGravatar bunnei2014-12-14
|\ \ \ \ | |_|_|/ |/| | | Restore the original console color after logging a message.
| * | | Restore the original console color after logging a message.Gravatar Yuri Kunde Schlesner2014-12-14
|/ / / | | | | | | | | | Fixes #277
| | * Kernel/Semaphores: Fixed buildGravatar Subv2014-12-13
| | |
| | * Kernel/Semaphore: Small style changeGravatar Subv2014-12-13
| | |
| | * Kernel/Semaphores: Invert the available count checking.Gravatar Subv2014-12-13
| | | | | | | | | | | | Same semantics, idea by @yuriks
| | * Kernel/Semaphores: Addressed some issues.Gravatar Subv2014-12-13
| | |
| | * Semaphore: Removed an unneeded functionGravatar Subv2014-12-13
| | |
| | * Semaphores: Addressed some style issuesGravatar Subv2014-12-13
| | |
| | * Semaphore: Implemented the initial_count parameter.Gravatar Subv2014-12-13
| | |
| | * SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-13
| | | | | | | | | | | | This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has
| | * SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-13
| |/ |/| | | | | | | ToDo: Implement svcReleaseSemaphore * Some testing against hardware needed
* | Merge pull request #274 from lioncash/kernelGravatar bunnei2014-12-13
|\ \ | |/ |/| kernel: Remove unused log arguments
| * kernel: Remove unused log argumentsGravatar Lioncash2014-12-13
|/
* Merge pull request #258 from yuriks/log-ngGravatar bunnei2014-12-12
|\ | | | | New logging system
| * Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner2014-12-13
| |
| * Re-add coloring to the console logging output.Gravatar Yuri Kunde Schlesner2014-12-13
| |
| * New logging systemGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Add SCOPE_EXIT macro to conveniently execute cleanup actionsGravatar Yuri Kunde Schlesner2014-12-13
| |
| * doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespacesGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
| |
| * Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
|/
* Merge pull request #267 from bunnei/apt-shared-fontGravatar bunnei2014-12-12
|\ | | | | APT shared font loading
| * APT_U: Added GetSharedFont service function.Gravatar bunnei2014-12-12
| |
* | Merge pull request #261 from neobrain/boostGravatar Tony Wasserka2014-12-12
|\ \ | | | | | | Add Boost as a submodule and add some minor cleanups using Boost.Range
* \ \ Merge pull request #268 from bunnei/dsp-read-pipe-if-possibleGravatar bunnei2014-12-12
|\ \ \ | | | | | | | | DSP: Added stub for ReadPipeIfPossible.
| * | | DSP: Added stub for ReadPipeIfPossible.Gravatar bunnei2014-12-12
|/ / /
| | * Common: Add "sysdata" to GetUserPath and cleanup.Gravatar bunnei2014-12-12
| | |
| | * MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.Gravatar bunnei2014-12-12
| |/ |/| | | | | - Linear simply indicates that the mapped physical address is always MappedVAddr+0x0C000000, thus this memory can be used for hardware devices' DMA (such as the GPU).
* | Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-10
|\ \ | | | | | | Kernel/Mutex: Properly lock the mutex when a thread enters it
* \ \ Merge pull request #239 from linkmauve/country-codesGravatar bunnei2014-12-10
|\ \ \ | | | | | | | | CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID
| * | | CFG:U: Store country codes as u16 instead of char pointers, and return the ↵Gravatar Emmanuel Gil Peyrot2014-12-10
|/ / / | | | | | | | | | correct error in GetCountryCodeID.
* | | Merge pull request #243 from bunnei/fix-gsp-synchGravatar bunnei2014-12-10
|\ \ \ | | | | | | | | Fix gsp synch
* \ \ \ Merge pull request #269 from archshift/leGravatar bunnei2014-12-10
|\ \ \ \ | | | | | | | | | | Explicitly specify LE strings to iconv, fixes paths in Steel Diver
| * | | | Explicitly specify LE strings to iconv, fixes paths in Steel DiverGravatar archshift2014-12-09
|/ / / /
| * | | GSP: Trigger GPU interrupts at more accurate locations.Gravatar bunnei2014-12-09
| | | |
| * | | GSP: Updated TriggerCmdReqQueue to return success code.Gravatar bunnei2014-12-09
| | | |
| * | | GSP: Updated RegisterInterruptRelayQueue to return expected magic number.Gravatar bunnei2014-12-09
| | | |