| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Added stub for ldr:ro service... | 2014-12-15 | 4 | -0/+59 | ||
| | | | | | | | ||||||
| | * | | | | | Added am:app service stub. | 2014-12-15 | 4 | -0/+54 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Apparently nothing at all is known about this service... | |||||
| * | | | | | | Merge pull request #281 from lioncash/uxtb16 | 2014-12-15 | 1 | -12/+12 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | armemu: Fix UXTB16 | |||||
| | * | | | | | armemu: Fix UXTB16 | 2014-12-14 | 1 | -12/+12 | ||
| | |/ / / / | | | | | | | | | | | | | | | | Rotation bits are 10 and 11, not 9 and 10. | |||||
| * / / / / | Remove SyncRequest from K::Object and create a new K::Session type | 2014-12-15 | 15 | -104/+129 | ||
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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.) | |||||
| * | | | | Merge pull request #276 from lioncash/decrappify | 2014-12-14 | 1 | -306/+169 | ||
| |\ \ \ \ | | | | | | | | | | | Clean up armdefs.h a little. | |||||
| | * | | | | Clean up armdefs.h | 2014-12-14 | 1 | -306/+169 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #246 from Subv/cbranch_1 | 2014-12-14 | 5 | -2/+160 | ||
| |\ \ \ \ | | | | | | | | | | | SVC: Implemented Semaphores | |||||
| | * | | | | Kernel/Semaphores: Fixed build | 2014-12-13 | 1 | -2/+2 | ||
| | | | | | | ||||||
| | * | | | | Kernel/Semaphore: Small style change | 2014-12-13 | 1 | -1/+1 | ||
| | | | | | | ||||||
| | * | | | | Kernel/Semaphores: Invert the available count checking. | 2014-12-13 | 1 | -11/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | Same semantics, idea by @yuriks | |||||
| | * | | | | Kernel/Semaphores: Addressed some issues. | 2014-12-13 | 2 | -32/+18 | ||
| | | | | | | ||||||
| | * | | | | Semaphore: Removed an unneeded function | 2014-12-13 | 1 | -5/+0 | ||
| | | | | | | ||||||
| | * | | | | Semaphores: Addressed some style issues | 2014-12-13 | 1 | -6/+5 | ||
| | | | | | | ||||||
| | * | | | | Semaphore: Implemented the initial_count parameter. | 2014-12-13 | 2 | -5/+7 | ||
| | | | | | | ||||||
| | * | | | | SVC: Implemented ReleaseSemaphore. | 2014-12-13 | 4 | -19/+81 | ||
| | | | | | | | | | | | | | | | | | | | | | This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has | |||||
| | * | | | | SVC: Implemented svcCreateSemaphore | 2014-12-13 | 5 | -1/+117 | ||
| | |/ / / | | | | | | | | | | | | | | | | | ToDo: Implement svcReleaseSemaphore * Some testing against hardware needed | |||||
| * | | | | Merge pull request #273 from bunnei/more-skyeye-fixes | 2014-12-14 | 3 | -419/+485 | ||
| |\ \ \ \ | |/ / / |/| | | | ARM: Pull some SkyEye fixes from 3dmoo. | |||||
| | * | | | ARM: Pull some SkyEye fixes from 3dmoo. | 2014-12-14 | 3 | -419/+485 | ||
| | | | | | ||||||
| * | | | | kernel: Remove unused log arguments | 2014-12-13 | 1 | -3/+3 | ||
| |/ / / | ||||||
| * | | | Add configurable per-class log filtering | 2014-12-13 | 1 | -1/+3 | ||
| | | | | ||||||
| * | | | Convert old logging calls to new logging macros | 2014-12-13 | 40 | -385/+336 | ||
| | | | | ||||||
| * | | | New logging system | 2014-12-13 | 1 | -0/+1 | ||
| | | | | ||||||
| * | | | Merge pull request #267 from bunnei/apt-shared-font | 2014-12-12 | 5 | -66/+132 | ||
| |\ \ \ | | | | | | | | | APT shared font loading | |||||
| | * | | | APT_U: Added GetSharedFont service function. | 2014-12-12 | 1 | -34/+100 | ||
| | | | | | ||||||
| | * | | | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. | 2014-12-12 | 4 | -32/+32 | ||
| | | | | | | | | | | | | | | | | | - 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). | |||||
| * | | | | DSP: Added stub for ReadPipeIfPossible. | 2014-12-12 | 1 | -1/+45 | ||
| |/ / / | ||||||
| * | | | Merge pull request #256 from Subv/mutex | 2014-12-10 | 3 | -37/+67 | ||
| |\ \ \ | | | | | | | | | Kernel/Mutex: Properly lock the mutex when a thread enters it | |||||
| | * | | | Mutex: Remove some forward declarations | 2014-12-07 | 1 | -16/+15 | ||
| | | | | | | | | | | | | | | | | | Moved Mutex::WaitSynchronization to the end of the file. | |||||
| | * | | | Mutex: Release all held mutexes when a thread exits. | 2014-12-07 | 3 | -22/+56 | ||
| | | | | | ||||||
| | * | | | Mutex: Properly lock the mutex when a thread enters it | 2014-12-05 | 1 | -12/+9 | ||
| | | | | | | | | | | | | | | | | | Also resume only the next immediate thread waiting for the mutex when it is released, instead of resuming them all. | |||||
| * | | | | CFG:U: Store country codes as u16 instead of char pointers, and return the ↵ | 2014-12-10 | 1 | -44/+48 | ||
| | | | | | | | | | | | | | | | | | correct error in GetCountryCodeID. | |||||
| * | | | | GSP: Trigger GPU interrupts at more accurate locations. | 2014-12-09 | 1 | -7/+6 | ||
| | | | | | ||||||
| * | | | | GSP: Updated TriggerCmdReqQueue to return success code. | 2014-12-09 | 1 | -0/+3 | ||
| | | | | | ||||||
| * | | | | GSP: Updated RegisterInterruptRelayQueue to return expected magic number. | 2014-12-09 | 1 | -1/+4 | ||
| | | | | | ||||||
| * | | | | GPU: Fixed bug in command list size decoding. | 2014-12-09 | 3 | -4/+3 | ||
| | | | | | ||||||
| * | | | | Remove unused NDMA module | 2014-12-09 | 4 | -88/+0 | ||
| | | | | | ||||||
| * | | | | Merge pull request #217 from archshift/cmd_buff | 2014-12-08 | 1 | -12/+12 | ||
| |\ \ \ \ | | | | | | | | | | | Log the cmd_buff arguments when citra comes across an unimplemented function | |||||
| | * | | | | Log the cmd_buff arguments when citra comes across an unimplemented function | 2014-11-24 | 1 | -12/+12 | ||
| | | | | | | ||||||
| * | | | | | Thread: Fixed to wait on address when in arbitration. | 2014-12-08 | 3 | -11/+31 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #244 from bunnei/cleanup-memmap | 2014-12-08 | 2 | -31/+21 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | MemMap: Updated memory map to subtract base address instead of mask. | |||||
| | * | | | | | MemMap: Updated memory map to subtract base address instead of mask. | 2014-12-03 | 2 | -31/+21 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - More readable, a little less error prone. Conflicts: src/core/mem_map.h src/core/mem_map_funcs.cpp | |||||
| * | | | | | | Merge pull request #263 from lioncash/sasx | 2014-12-08 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix emulation of SASX and SSAX instructions. | |||||
| | * | | | | | | armemu: Fix SSAX | 2014-12-08 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | armemu: Fix SASX | 2014-12-08 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | armemu: Fix parenthesis warnings regarding bitwise ops | 2014-12-07 | 1 | -4/+4 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #259 from ichfly/master | 2014-12-08 | 5 | -0/+278 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Loader: Add 3DSX support | |||||
| | * | | | | | | | Loader: Add 3DSX support | 2014-12-08 | 5 | -0/+278 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #264 from Subv/files | 2014-12-08 | 1 | -3/+6 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Kernel/File: Fixed file read/write hwtests | |||||
| | * | | | | | | | Kernel/File: Fixed file read/write hwtests | 2014-12-08 | 1 | -3/+6 | ||
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 3DS allows the user to read from files opened with the Write access modifier, even if he did not specify the Read access modifier. Open the files in binary mode so that we can prevent CR/LF problems in Windows, where a line-end is replaced by these two bytes instead of just 0xA, this was causing problems with the GetSize test | |||||