aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2018-07-19Merge pull request #716 from lioncash/constructbunnei
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-19Merge pull request #715 from lioncash/const-refbunnei
2018-07-19Merge pull request #720 from Subv/getentrytype_rootSebastian Valle
2018-07-19pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()Lioncash
2018-07-19pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...Lioncash
2018-07-19Merge pull request #712 from lioncash/fspbunnei
2018-07-19hid: Use a ranged-for loops in UpdatePadCallbackLioncash
2018-07-19hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayLioncash
2018-07-19Filesystem: Return EntryType::Directory for the root directory.Subv
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-19nvflinger: Emplace Display instances directlyLioncash
2018-07-19nvdrv: Take std::string by const reference in GetDevice()Lioncash
2018-07-19fsp_srv: Remove unnecessary vector construction in IFile's Write() functionLioncash
2018-07-19fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f...Lioncash
2018-07-19filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's con...Lioncash
2018-07-19filesystem: Use std::string's empty() function instead of comparing against a...Lioncash
2018-07-19filesystem: Remove pragma disabling global optimizationsLioncash
2018-07-19fsp_srv: Make IStorage constructor explicitLioncash
2018-07-19fsp_srv: Add missing includesLioncash
2018-07-19fsp_srv: Resolve sign-mismatch warnings in assertion comparisonsLioncash
2018-07-19fsp_srv: Respect write length in Write()Lioncash
2018-07-18Merge pull request #691 from lioncash/guardbunnei
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-18service/prepo: Add missing header guardLioncash
2018-07-18Fill in more fields in TouchScreenEntryTouchZach Hilman
2018-07-18Single touch supportZach Hilman
2018-07-17vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.bunnei
2018-07-17vi: Fix size for ListDisplays default display.bunnei
2018-07-17vi: Partially implement buffer crop parameters.bunnei
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei
2018-07-15HID: Update controllers less oftenJames Rowe
2018-07-14Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Subv
2018-07-13We only need to alert for memory pool changesDavid Marcec
2018-07-13initialized voice status and unused sizes in the update data headerDavid Marcec
2018-07-12Merge pull request #648 from ogniK5377/no-netbunnei
2018-07-12Audout "Auto" functionsDavid Marcec
2018-07-12Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyIn...David Marcec
2018-07-11Merge pull request #559 from Subv/mount_savedatabunnei
2018-07-10hid: Fix timestamps and controller type.bunnei
2018-07-10NvOsGetConfigU32 production implDavid Marcec
2018-07-08nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.bunnei
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-03Update AudioRenderer Voice Sections (#614)David
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-07-01GPU: Remove a surface from the cache when its backing memory is being unmappe...Subv
2018-07-01nvmap: Return the address of the nvmap object when Freeing it for the last time.Subv