Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | Clean up armdefs.h | Lioncash | |
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 | kernel: Remove unused log arguments | Lioncash | |
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 | 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 | 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 | |
- 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). | |||
2014-12-10 | Merge pull request #256 from Subv/mutex | bunnei | |
Kernel/Mutex: Properly lock the mutex when a thread enters it | |||
2014-12-10 | CFG:U: Store country codes as u16 instead of char pointers, and return the ↵ | Emmanuel Gil Peyrot | |
correct error in GetCountryCodeID. | |||
2014-12-10 | Merge pull request #243 from bunnei/fix-gsp-synch | bunnei | |
Fix gsp synch | |||
2014-12-09 | Explicitly specify LE strings to iconv, fixes paths in Steel Diver | archshift | |
2014-12-09 | GSP: Trigger GPU interrupts at more accurate locations. | bunnei | |
2014-12-09 | GSP: Updated TriggerCmdReqQueue to return success code. | bunnei | |
2014-12-09 | GSP: Updated RegisterInterruptRelayQueue to return expected magic number. | bunnei | |
2014-12-09 | GPU: Fixed bug in command list size decoding. | bunnei | |
2014-12-09 | Remove unused NDMA module | Yuri Kunde Schlesner | |
2014-12-09 | More cleanups. | Tony Wasserka | |
2014-12-09 | Pica: Re-enable command names on MSVC. | Tony Wasserka | |
The affected code is no longer limited by compiler support on that platform. |