summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-07-19filesystem: Remove pragma disabling global optimizationsLioncash
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
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
2018-06-27Merge pull request #588 from mailwl/hwopusbunnei
2018-06-25Send the correct RequestUpdateAudioRenderer revision in the output header (#587)David
2018-06-25Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl
2018-06-23Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...David
2018-06-22Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...David
2018-06-22Merge pull request #579 from SciresM/masterbunnei
2018-06-22IPC: skip empty buffer writemailwl