Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | armemu: Fix SMUAD, SMUSD, and SMLAD | Lioncash | 2014-12-16 |
| | | | | Wrong values were being multiplied together. | ||
* | armemu: Join SMUAD, SMUSD, and SMLAD | Lioncash | 2014-12-16 |
| | |||
* | Merge pull request #281 from lioncash/uxtb16 | bunnei | 2014-12-15 |
|\ | | | | | armemu: Fix UXTB16 | ||
* \ | Merge pull request #279 from yuriks/session | bunnei | 2014-12-15 |
|\ \ | | | | | | | Remove SyncRequest from K::Object and create a new K::Session type | ||
| * | | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner | 2014-12-15 |
|/ / | | | | | | | | | | | | | 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.) | ||
| * | armemu: Fix UXTB16 | Lioncash | 2014-12-14 |
|/ | | | | Rotation bits are 10 and 11, not 9 and 10. | ||
* | Merge pull request #276 from lioncash/decrappify | bunnei | 2014-12-14 |
|\ | | | | | Clean up armdefs.h a little. | ||
* \ | Merge pull request #246 from Subv/cbranch_1 | bunnei | 2014-12-14 |
|\ \ | | | | | | | SVC: Implemented Semaphores | ||
* \ \ | Merge pull request #273 from bunnei/more-skyeye-fixes | bunnei | 2014-12-14 |
|\ \ \ | | | | | | | | | ARM: Pull some SkyEye fixes from 3dmoo. | ||
| * | | | ARM: Pull some SkyEye fixes from 3dmoo. | bunnei | 2014-12-14 |
| | | | | |||
* | | | | Merge pull request #257 from lioncash/gitignore | Tony Wasserka | 2014-12-14 |
|\ \ \ \ | | | | | | | | | | | Update gitignore with OS-specific global filetypes. | ||
| * | | | | 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 | 2014-12-14 |
|\ \ \ \ | |_|_|/ |/| | | | Restore the original console color after logging a message. | ||
| * | | | Restore the original console color after logging a message. | Yuri Kunde Schlesner | 2014-12-14 |
|/ / / | | | | | | | | | | Fixes #277 | ||
| | * | 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 | 2014-12-13 |
| | | | | | | | | | | | | Same semantics, idea by @yuriks | ||
| | * | 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 | 2014-12-13 |
| | | | | | | | | | | | | This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has | ||
| | * | SVC: Implemented svcCreateSemaphore | Subv | 2014-12-13 |
| |/ |/| | | | | | | | ToDo: Implement svcReleaseSemaphore * Some testing against hardware needed | ||
* | | Merge pull request #274 from lioncash/kernel | bunnei | 2014-12-13 |
|\ \ | |/ |/| | kernel: Remove unused log arguments | ||
| * | kernel: Remove unused log arguments | Lioncash | 2014-12-13 |
|/ | |||
* | Merge pull request #258 from yuriks/log-ng | bunnei | 2014-12-12 |
|\ | | | | | New logging system | ||
| * | 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-13 |
|/ | |||
* | Merge pull request #267 from bunnei/apt-shared-font | bunnei | 2014-12-12 |
|\ | | | | | APT shared font loading | ||
| * | APT_U: Added GetSharedFont service function. | bunnei | 2014-12-12 |
| | | |||
* | | Merge pull request #261 from neobrain/boost | Tony Wasserka | 2014-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-possible | bunnei | 2014-12-12 |
|\ \ \ | | | | | | | | | DSP: Added stub for ReadPipeIfPossible. | ||
| * | | | DSP: Added stub for ReadPipeIfPossible. | bunnei | 2014-12-12 |
|/ / / | |||
| | * | Common: Add "sysdata" to GetUserPath and cleanup. | bunnei | 2014-12-12 |
| | | | |||
| | * | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. | bunnei | 2014-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/mutex | bunnei | 2014-12-10 |
|\ \ | | | | | | | Kernel/Mutex: Properly lock the mutex when a thread enters it | ||
* \ \ | Merge pull request #239 from linkmauve/country-codes | bunnei | 2014-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 ↵ | Emmanuel Gil Peyrot | 2014-12-10 |
|/ / / | | | | | | | | | | correct error in GetCountryCodeID. | ||
* | | | Merge pull request #243 from bunnei/fix-gsp-synch | bunnei | 2014-12-10 |
|\ \ \ | | | | | | | | | Fix gsp synch | ||
* \ \ \ | Merge pull request #269 from archshift/le | bunnei | 2014-12-10 |
|\ \ \ \ | | | | | | | | | | | Explicitly specify LE strings to iconv, fixes paths in Steel Diver | ||
| * | | | | Explicitly specify LE strings to iconv, fixes paths in Steel Diver | archshift | 2014-12-09 |
|/ / / / |