summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayGravatar Lioncash2018-07-191-1/+1
* | | | Merge pull request #721 from lioncash/svcGravatar bunnei2018-07-191-3/+4
|\ \ \ \
| * | | | svc: Correct always true assertion case in SetThreadCoreMaskGravatar Lioncash2018-07-191-3/+4
* | | | | Merge pull request #717 from lioncash/explicitGravatar bunnei2018-07-1922-25/+25
|\ \ \ \ \
| * | | | | hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-1922-25/+25
| |/ / / /
* | | | | Merge pull request #716 from lioncash/constructGravatar bunnei2018-07-191-9/+4
|\ \ \ \ \
| * | | | | nvflinger: Emplace Display instances directlyGravatar Lioncash2018-07-191-9/+4
| |/ / / /
* | | | | Merge pull request #715 from lioncash/const-refGravatar bunnei2018-07-191-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | nvdrv: Take std::string by const reference in GetDevice()Gravatar Lioncash2018-07-191-1/+1
| |/ / /
* | | | Merge pull request #720 from Subv/getentrytype_rootGravatar Sebastian Valle2018-07-191-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Filesystem: Return EntryType::Directory for the root directory.Gravatar Subv2018-07-191-0/+4
| |/ /
* | | Merge pull request #714 from lioncash/indexGravatar Sebastian Valle2018-07-191-1/+1
|\ \ \
| * | | 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