| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-14 | Merge pull request #696 from yuriks/interface-deinline | bunnei | |
| De-inline functions from Interface, removing them from service.h | |||
| 2015-04-14 | Kernel: Use the correct format string for u64 hex. | Emmanuel Gil Peyrot | |
| 2015-04-14 | De-inline functions from Interface, removing them from service.h | Yuri Kunde Schlesner | |
| This reduces the time for a full recompile from 65.43s to 59.53s (~9%) | |||
| 2015-04-09 | SVC: Assert on unsupported CreateThread processor ID. | bunnei | |
| 2015-04-09 | SVC: Update various SVCs to cause a reschedule. | bunnei | |
| - CreateMutex/ReleaseMutex/ReleaseSemaphore/SetTimer/CancelTimer/ArbitrateAddress | |||
| 2015-04-09 | Kernel: Implemented priority inheritance for mutexes. | bunnei | |
| 2015-04-09 | Thread: Implement priority boost for starved threads. | bunnei | |
| SVC: Return correct error code on invalid CreateThread processor ID. SVC: Assert when creating a thread with an invalid userland priority. | |||
| 2015-04-09 | SVC: Reschedule on svcCreateThread. | bunnei | |
| 2015-04-09 | APT: (Subv) Fix bug where start event was being incorrectly signaled. | bunnei | |
| 2015-04-09 | Kernel: Fixed default thread priority. | bunnei | |
| 2015-04-08 | Initialize base address to 0x0 | Gareth Higgins | |
| 2015-04-07 | Merge pull request #676 from purpasmart96/ir_service_refc | bunnei | |
| IR: Move The IR services to their own folder and implement "GetHandles" | |||
| 2015-04-05 | Clean-up mem_map constants and fix framebuffer translation errors | Yuri Kunde Schlesner | |
| 2015-04-03 | IR: Move The IR services to their own folder and implement "GetHandles" | purpasmart96 | |
| 2015-04-03 | Merge pull request #641 from purpasmart96/service_stubs | bunnei | |
| Services: Stubs and minor changes | |||
| 2015-04-02 | Services: Stubs and minor changes | purpasmart96 | |
| 2015-03-23 | ConfigMem: Set the app memory to be 96MB instead of the default 64MB | purpasmart96 | |
| 2015-03-22 | Merge pull request #656 from Subv/nz | bunnei | |
| Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and Del... | |||
| 2015-03-19 | Service/FS: Document and log some unknown values. | Subv | |
| In CreateExtSaveData, DeleteExtSaveData and CreateSystemSaveData | |||
| 2015-03-17 | Merge pull request #655 from purpasmart96/hid_fixes | bunnei | |
| HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume | |||
| 2015-03-16 | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along | purpasmart96 | |
| with a stub for GetSoundVolume | |||
| 2015-03-16 | arm_interface: Get rid of GetTicks. | Lioncash | |
| Removes a TODO. | |||
| 2015-03-14 | Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and ↵ | Subv | |
| DeleteSystemSaveData Also fixed a bug with CreateExtSaveData that made it unable to create ExtSaveData archives in the SDMC directory. | |||
| 2015-03-11 | Merge pull request #642 from bunnei/touchpad | bunnei | |
| Touchpad support | |||
| 2015-03-11 | hid_user: Removed unnecessary includes. | bunnei | |
| 2015-03-11 | HID: Removed unnecessary global variables. | bunnei | |
| 2015-03-10 | HID: Added additional variable comments and some code cleanups. | bunnei | |
| 2015-03-10 | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | |
| 2015-03-10 | Merge pull request #629 from archshift/lcdfb | bunnei | |
| Implement SetLcdForceBlack and add implementation for color filling in the GPU code | |||
| 2015-03-10 | HID: Cleanup how `next_touch_index` is calculated for Pad and touch. | bunnei | |
| 2015-03-10 | HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings. | bunnei | |
| 2015-03-10 | HID: Added static asserts to check register position in shared memory. | bunnei | |
| 2015-03-10 | HID: Added functions to emulate the touchpad. | bunnei | |
| 2015-03-10 | HID: Moved some docstrings to the header. | bunnei | |
| 2015-03-10 | HID: Refactored shared memory decoding for touchpad support. | bunnei | |
| 2015-03-09 | Added LCD registers, and implementation for color filling in OGL code. | archshift | |
| 2015-03-09 | Merge pull request #589 from kevinhartman/config-errors | bunnei | |
| Fix errorcodes for bad config block request | |||
| 2015-03-07 | Merge pull request #538 from yuriks/perf-stat | Tony Wasserka | |
| Add profiling infrastructure and widget | |||
| 2015-03-05 | Implement SetLcdForceBlack, move register enum to hw.h | archshift | |
| 2015-03-03 | Services: Moved the PTM and APT services to their own folder | Subv | |
| This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands. | |||
| 2015-03-02 | Merge pull request #622 from Subv/titles | Yuri Kunde Schlesner | |
| Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. | |||
| 2015-03-02 | Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. | Subv | |
| They will always return 0 titles for every media type for now. This is needed to boot Home Menu further | |||
| 2015-03-01 | Merge pull request #623 from Subv/card | bunnei | |
| Services/FS: Stubbed CardSlotIsInserted to always return false | |||
| 2015-03-01 | Merge pull request #618 from lioncash/ref | bunnei | |
| result: Make comparison operators take references | |||
| 2015-03-01 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | |
| 2015-02-28 | Services/FS: Stubbed CardSlotIsInserted to always return false | Subv | |
| We won't be emulating this for the foreseeable future and it is needed for Home Menu to boot further | |||
| 2015-02-28 | Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff. | Subv | |
| This allows the Home Menu to boot further | |||
| 2015-02-27 | result: Make comparison operators take references | Lioncash | |
| It's unnecessary to make copies for simple comparisons like this. | |||
| 2015-02-25 | Merge pull request #604 from Subv/arc_ssd | Yuri Kunde Schlesner | |
| Archives: Properly implemented the SystemSaveData archive. | |||
| 2015-02-25 | Archives: Properly implemented the SystemSaveData archive. | Subv | |
| Ported to the new factory pattern we have for archives. | |||
