aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
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-19svc: Correct always true assertion case in SetThreadCoreMaskLioncash
2018-07-19pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...Lioncash
2018-07-19Merge pull request #714 from lioncash/indexSebastian Valle
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-19hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...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 #692 from lioncash/assignbunnei
2018-07-18Merge pull request #690 from lioncash/movebunnei
2018-07-18Merge pull request #691 from lioncash/guardbunnei
2018-07-18Merge pull request #688 from lioncash/commabunnei
2018-07-18Merge pull request #687 from lioncash/instancebunnei
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-18address_arbiter: Correct assignment within an assertion statement in WakeThre...Lioncash
2018-07-18service/prepo: Add missing header guardLioncash
2018-07-18vm_manager: Add missing commas to string literal array elements in GetMemoryS...Lioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-18core: Don't construct instance of Core::System, just to access its live instanceLioncash
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-17Merge pull request #671 from MerryMage/clear-exclusive-statebunnei
2018-07-17Merge pull request #672 from SciresM/to_address_fixbunnei
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei
2018-07-16Kernel/Arbiter: Fix bug in WaitIfLessThanMichael Scire
2018-07-16scheduler: Clear exclusive state when switching contextsMerryMage
2018-07-15HID: Update controllers less oftenJames Rowe
2018-07-14Merge pull request #663 from Subv/bsdbunnei
2018-07-14Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Subv
2018-07-14No need to use ASSERT_MSG with an empty messageDavid Marcec
2018-07-13We only need to alert for memory pool changesDavid Marcec