summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...Gravatar Lioncash2018-07-191-1/+1
| |/ /
* | | Merge pull request #712 from lioncash/fspGravatar bunnei2018-07-191-17/+22
|\ \ \ | |_|/ |/| |
| * | fsp_srv: Remove unnecessary vector construction in IFile's Write() functionGravatar Lioncash2018-07-191-2/+3
| * | fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f...Gravatar Lioncash2018-07-191-10/+8
| * | fsp_srv: Make IStorage constructor explicitGravatar Lioncash2018-07-191-1/+1
| * | fsp_srv: Add missing includesGravatar Lioncash2018-07-191-0/+5
| * | fsp_srv: Resolve sign-mismatch warnings in assertion comparisonsGravatar Lioncash2018-07-191-3/+3
| * | fsp_srv: Respect write length in Write()Gravatar Lioncash2018-07-191-4/+5
| |/
* | filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's con...Gravatar Lioncash2018-07-191-1/+3
* | filesystem: Use std::string's empty() function instead of comparing against a...Gravatar Lioncash2018-07-191-1/+1
* | filesystem: Remove pragma disabling global optimizationsGravatar Lioncash2018-07-191-2/+0
|/
* Merge pull request #692 from lioncash/assignGravatar bunnei2018-07-181-1/+1
|\
| * address_arbiter: Correct assignment within an assertion statement in WakeThre...Gravatar Lioncash2018-07-181-1/+1
* | Merge pull request #690 from lioncash/moveGravatar bunnei2018-07-188-13/+21
|\ \
| * | core/memory, core/hle/kernel: Use std::move where applicableGravatar Lioncash2018-07-188-13/+21
* | | Merge pull request #691 from lioncash/guardGravatar bunnei2018-07-181-0/+2
|\ \ \
| * | | service/prepo: Add missing header guardGravatar Lioncash2018-07-181-0/+2
| | |/ | |/|
* | | Merge pull request #688 from lioncash/commaGravatar bunnei2018-07-181-22/+12
|\ \ \
| * | | vm_manager: Add missing commas to string literal array elements in GetMemoryS...Gravatar Lioncash2018-07-181-22/+12
| | |/ | |/|
* | | Merge pull request #687 from lioncash/instanceGravatar bunnei2018-07-181-6/+6
|\ \ \
| * | | core: Don't construct instance of Core::System, just to access its live instanceGravatar Lioncash2018-07-181-6/+6
| |/ /
* | / Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-185-116/+383
| |/ |/|
* | Fill in more fields in TouchScreenEntryTouchGravatar Zach Hilman2018-07-181-4/+9
* | Single touch supportGravatar Zach Hilman2018-07-181-4/+19
|/
* vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.Gravatar bunnei2018-07-171-1/+1
* vi: Fix size for ListDisplays default display.Gravatar bunnei2018-07-171-2/+2
* vi: Partially implement buffer crop parameters.Gravatar bunnei2018-07-176-10/+26
* General Filesystem and Save Data Fixes (#670)Gravatar Zach Hilman2018-07-175-101/+130
* Merge pull request #671 from MerryMage/clear-exclusive-stateGravatar bunnei2018-07-171-0/+1
|\
| * scheduler: Clear exclusive state when switching contextsGravatar MerryMage2018-07-161-0/+1
* | Merge pull request #672 from SciresM/to_address_fixGravatar bunnei2018-07-171-2/+4
|\ \
| * | Kernel/Arbiter: Fix bug in WaitIfLessThanGravatar Michael Scire2018-07-161-2/+4
| |/
* / nvflinger: Fix for BufferQueue event handling.Gravatar bunnei2018-07-176-32/+21
|/
* HID: Update controllers less oftenGravatar James Rowe2018-07-151-3/+3
* Merge pull request #663 from Subv/bsdGravatar bunnei2018-07-141-2/+1
|\
| * Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Gravatar Subv2018-07-141-2/+1
* | No need to use ASSERT_MSG with an empty messageGravatar David Marcec2018-07-141-2/+2
|/
* We only need to alert for memory pool changesGravatar David Marcec2018-07-131-2/+0
* initialized voice status and unused sizes in the update data headerGravatar David Marcec2018-07-131-1/+3
* Merge pull request #648 from ogniK5377/no-netGravatar bunnei2018-07-121-3/+21
|\
| * Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyIn...Gravatar David Marcec2018-07-121-3/+21
* | Audout "Auto" functionsGravatar David Marcec2018-07-122-14/+14
|/
* Merge pull request #559 from Subv/mount_savedataGravatar bunnei2018-07-111-2/+11
|\
| * Services/FS: Return the correct error code when trying to mount a nonexistent...Gravatar Subv2018-06-181-2/+11
* | hid: Fix timestamps and controller type.Gravatar bunnei2018-07-101-7/+5
* | NvOsGetConfigU32 production implGravatar David Marcec2018-07-101-17/+2
* | nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.Gravatar bunnei2018-07-081-1/+1
* | Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-075-405/+71
* | Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-065-71/+405
* | Update AudioRenderer Voice Sections (#614)Gravatar David2018-07-031-0/+87