summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets/swkbd: Implement the Qt Software Keyboard frontendGravatar Morph2021-04-156-14/+5518
* error: Make the error code as the title text of the OverlayDialogGravatar Morph2021-04-154-15/+17
* overlay_dialog: Add an overlay text dialog that accepts controller inputGravatar Morph2021-04-155-1/+768
* main: Move meta type registration into its own functionGravatar Morph2021-04-152-9/+65
* input_interpreter: Fix button hold being interpreted incorrectly on initGravatar Morph2021-04-152-1/+17
* applets/swkbd: Implement the Default Software Keyboard frontendGravatar Morph2021-04-152-2/+236
* applets/swkbd: Implement the Normal and Inline Software Keyboard AppletGravatar Morph2021-04-154-13/+1488
* ILibraryAppletCreator: Implement CreateHandleStorageGravatar Morph2021-04-152-6/+64
* hle_ipc: Add helper functions to get copy/move handlesGravatar Morph2021-04-152-2/+16
* ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsGravatar Morph2021-04-151-2/+2
* applets: Pass in the LibraryAppletMode each applet's constructorGravatar Morph2021-04-1513-33/+58
* applets: Remove the previous software keyboard applet implementationGravatar Morph2021-04-158-492/+14
* Merge pull request #6199 from lioncash/log-nsGravatar bunnei2021-04-1411-45/+58
|\
| * log/backend: Correct order of const in copy constructorGravatar Lioncash2021-04-141-2/+5
| * common/log: Move Log namespace into the Common namespaceGravatar Lioncash2021-04-1411-43/+53
* | Merge pull request #6196 from bunnei/asserts-settingGravatar bunnei2021-04-14118-147/+171
|\ \
| * | common: Move settings to common from core.Gravatar bunnei2021-04-14116-146/+144
| * | core: settings: Add setting for debug assertions and disable by default.Gravatar bunnei2021-04-147-2/+28
* | | Merge pull request #6197 from ameerj/kreslimit-cleanupGravatar bunnei2021-04-144-21/+13
|\ \ \
| * | | k_resource_limit: Minor cleanup of member variables/headersGravatar ameerj2021-04-144-21/+13
* | | | Merge pull request #6195 from Morph1984/controller-applet-motionGravatar bunnei2021-04-132-0/+19
|\ \ \ \ | |/ / / |/| | |
| * | | applets/controller: Hook up the "Motion" button functionalityGravatar Morph2021-04-132-0/+19
* | | | Merge pull request #6185 from ameerj/process-reslimitGravatar bunnei2021-04-132-38/+27
|\ \ \ \
| * | | | kernel/process: Replace process resource limit instance with the kernel's res...Gravatar ameerj2021-04-122-38/+27
* | | | | Merge pull request #6191 from lioncash/vdtorGravatar bunnei2021-04-134-4/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | engine_interface: Add missing virtual destructorGravatar Lioncash2021-04-124-4/+5
* | | | | Merge pull request #6190 from lioncash/constfn2Gravatar bunnei2021-04-131-2/+2
|\ \ \ \ \
| * | | | | vk_master_semaphore: Deduplicate atomic access within IsFree()Gravatar Lioncash2021-04-121-1/+1
| * | | | | vk_master_semaphore: Add missing const qualifier for IsFree()Gravatar Lioncash2021-04-121-1/+1
| |/ / / /
* | | | | Merge pull request #6188 from lioncash/bitsGravatar bunnei2021-04-131-5/+6
|\ \ \ \ \
| * | | | | vk_texture_cache: Make use of Common::BitCast where applicableGravatar Lioncash2021-04-121-5/+6
| |/ / / /
* | | | | Merge pull request #6187 from lioncash/sign-convGravatar bunnei2021-04-132-11/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | texure_cache/util: Resolve implicit sign conversions with std::reduceGravatar Lioncash2021-04-122-11/+15
| |/ / /
* | | | Merge pull request #6186 from lioncash/cache-eraseGravatar bunnei2021-04-121-5/+4
|\ \ \ \
| * | | | query_cache: Make use of std::erase_ifGravatar Lioncash2021-04-121-5/+4
| |/ / /
* | | / nvidia_flags: Add missing header guardGravatar Lioncash2021-04-121-0/+2
| |_|/ |/| |
* | | k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Gravatar Lioncash2021-04-121-1/+1
|/ /
* | Merge pull request #6135 from Morph1984/borderless-windowed-fullscreenGravatar bunnei2021-04-115-9/+120
|\ \ | |/ |/|
| * config: Default to exclusive fullscreen mode on platforms other than WindowsGravatar Morph2021-04-061-0/+12
| * configure_graphics: Add Borderless Windowed fullscreen modeGravatar Morph2021-04-065-9/+108
* | Merge pull request #6181 from Joshua-Ashton/robustness_featuresGravatar Rodrigo Locatti2021-04-111-0/+9
|\ \
| * | vulkan_device: Enable EXT_robustness2 featuresGravatar Joshua Ashton2021-04-111-0/+9
* | | Merge pull request #6182 from Joshua-Ashton/null-offsetGravatar Rodrigo Locatti2021-04-111-1/+1
|\ \ \
| * | | vk_buffer_cache: Fix offset for NULL vertex buffersGravatar Joshua Ashton2021-04-111-1/+1
* | | | Merge pull request #6170 from Morph1984/more-time-fixesGravatar bunnei2021-04-116-21/+38
|\ \ \ \ | |/ / / |/| | |
| * | | service: time: Setup the network clock with the local clock contextGravatar Morph2021-04-086-21/+38
* | | | renderer_vulkan: Check return value of AcquireNextImageGravatar Joshua Ashton2021-04-113-5/+10
| |/ / |/| |
* | | Merge pull request #6167 from Morph1984/time-fixGravatar bunnei2021-04-101-3/+8
|\ \ \
| * | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUserGravatar Morph2021-04-071-3/+8
* | | | Merge pull request #6112 from ogniK5377/pctlGravatar bunnei2021-04-106-31/+254
|\ \ \ \