aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2016-12-03Threading: Reworked the way our scheduler works.Subv
2016-12-02Declare empty ServerSession and ClientSession constructors as default.Subv
2016-12-01Threads do not wait for the server endpoint to call AcceptSession before retu...Subv
2016-11-30Fixed the rebase mistakes.Subv
2016-11-30A bit of a redesign.Subv
2016-11-30IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Subv
2016-11-30Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Subv
2016-11-30fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-11-30Set client SDK version to Service APIsmailwl
2016-11-29FileSys: Implement OtherSaveDatawwylele
2016-11-29FS: add missing MediaTypewwylele
2016-11-29FileSys: abstract SD save data archive sourcewwylele
2016-11-27Merge pull request #2196 from Subv/system_modeYuri Kunde Schlesner
2016-11-27Merge pull request #2132 from wwylele/fix-fs-errSebastian Valle
2016-11-25Output parameters to logmailwl
2016-11-25MIC_U: Stub service funcionsmailwl
2016-11-23Bravely Default/Second stuck #1822 (#2188)pippo2931
2016-11-23Merge pull request #2186 from wwylele/config9Yuri Kunde Schlesner
2016-11-23Merge pull request #1654 from JamePeng/errdispYuri Kunde Schlesner
2016-11-19Merge pull request #2193 from Subv/pulse_eventsbunnei
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-11-19Kernel/Events: Log an error when trying to create Pulse events and timers.Subv
2016-11-19APT/Applets: Renamed the members of the SignalType enum.Subv
2016-11-19FileSys: rename SaveDataCheck archive to NCCH archivewwylele
2016-11-19PTM & CFG: use the correct path and error code according to the new FileSys p...wwylele
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele
2016-11-19FileSys: add ExtSaveDataArchivewwylele
2016-11-19FileSys: add SaveDataArchivewwylele
2016-11-17cfg: add config block 0x00090000wwylele
2016-11-02Style fixmailwl
2016-11-02Rename AcConfig, change types u8 to u32mailwl
2016-11-02AC_U: Stub functions, used if EULA agreedmailwl
2016-11-01FileSys: make Archive interfaces return error codewwylele
2016-10-31Merge pull request #2126 from wwylele/stub-nwmbunnei
2016-10-27core: some errno values are uncommon on UnixJan Beich
2016-10-25FRD: fix GetMyFriendKeymailwl
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-10-12NWM: stub Initialize with an errorwwylele
2016-10-07Merge pull request #2024 from JamePeng/update-boss-codebunnei
2016-10-06Rework the code of err:f serviceJamePeng
2016-10-04Merge pull request #1652 from wwylele/kernal-toolbunnei
2016-10-02Update the stub code of BOSSJamePeng
2016-10-02fs: clean up log formatwwylele
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele
2016-09-22move ResetType to kernel.hwwylele
2016-09-22name objectswwylele
2016-09-22implement wait tree widgetwwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot