aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2015-04-14Merge pull request #696 from yuriks/interface-deinlinebunnei
2015-04-14Kernel: Use the correct format string for u64 hex.Emmanuel Gil Peyrot
2015-04-14De-inline functions from Interface, removing them from service.hYuri Kunde Schlesner
2015-04-09SVC: Assert on unsupported CreateThread processor ID.bunnei
2015-04-09SVC: Update various SVCs to cause a reschedule.bunnei
2015-04-09Kernel: Implemented priority inheritance for mutexes.bunnei
2015-04-09Thread: Implement priority boost for starved threads.bunnei
2015-04-09SVC: Reschedule on svcCreateThread.bunnei
2015-04-09APT: (Subv) Fix bug where start event was being incorrectly signaled.bunnei
2015-04-09Kernel: Fixed default thread priority.bunnei
2015-04-08Initialize base address to 0x0Gareth Higgins
2015-04-07Merge pull request #676 from purpasmart96/ir_service_refcbunnei
2015-04-05Clean-up mem_map constants and fix framebuffer translation errorsYuri Kunde Schlesner
2015-04-03IR: Move The IR services to their own folder and implement "GetHandles"purpasmart96
2015-04-03Merge pull request #641 from purpasmart96/service_stubsbunnei
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-23ConfigMem: Set the app memory to be 96MB instead of the default 64MBpurpasmart96
2015-03-22Merge pull request #656 from Subv/nzbunnei
2015-03-19Service/FS: Document and log some unknown values.Subv
2015-03-17Merge pull request #655 from purpasmart96/hid_fixesbunnei
2015-03-16HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart96
2015-03-16arm_interface: Get rid of GetTicks.Lioncash
2015-03-14Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Subv
2015-03-11Merge pull request #642 from bunnei/touchpadbunnei
2015-03-11hid_user: Removed unnecessary includes.bunnei
2015-03-11HID: Removed unnecessary global variables.bunnei
2015-03-10HID: Added additional variable comments and some code cleanups.bunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10Merge pull request #629 from archshift/lcdfbbunnei
2015-03-10HID: Cleanup how `next_touch_index` is calculated for Pad and touch.bunnei
2015-03-10HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei
2015-03-10HID: Added static asserts to check register position in shared memory.bunnei
2015-03-10HID: Added functions to emulate the touchpad.bunnei
2015-03-10HID: Moved some docstrings to the header.bunnei
2015-03-10HID: Refactored shared memory decoding for touchpad support.bunnei
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-09Merge pull request #589 from kevinhartman/config-errorsbunnei
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka
2015-03-05Implement SetLcdForceBlack, move register enum to hw.harchshift
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-03-02Merge pull request #622 from Subv/titlesYuri Kunde Schlesner
2015-03-02Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList.Subv
2015-03-01Merge pull request #623 from Subv/cardbunnei
2015-03-01Merge pull request #618 from lioncash/refbunnei
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-02-28Services/FS: Stubbed CardSlotIsInserted to always return falseSubv
2015-02-28Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff.Subv
2015-02-27result: Make comparison operators take referencesLioncash
2015-02-25Merge pull request #604 from Subv/arc_ssdYuri Kunde Schlesner
2015-02-25Archives: Properly implemented the SystemSaveData archive.Subv