summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-16Merge pull request #6201 from bunnei/remove-bintraybunnei
2021-04-15cmake: Remove use of bintray for externals.bunnei
2021-04-15Merge pull request #6119 from german77/SDLMappingbunnei
2021-04-16Address issuesChloe Marcec
2021-04-15applets/swkbd: Implement the Qt Software Keyboard frontendMorph
2021-04-15error: Make the error code as the title text of the OverlayDialogMorph
2021-04-15overlay_dialog: Add an overlay text dialog that accepts controller inputMorph
2021-04-15main: Move meta type registration into its own functionMorph
2021-04-15input_interpreter: Fix button hold being interpreted incorrectly on initMorph
2021-04-15qt_themes: Add styles for the On-Screen Keyboard and OverlayDialogIts-Rei
2021-04-15icons: Add icons for the On-Screen Keyboard overlayIts-Rei
2021-04-15applets/swkbd: Implement the Default Software Keyboard frontendMorph
2021-04-15applets/swkbd: Implement the Normal and Inline Software Keyboard AppletMorph
2021-04-15ILibraryAppletCreator: Implement CreateHandleStorageMorph
2021-04-15hle_ipc: Add helper functions to get copy/move handlesMorph
2021-04-15ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsMorph
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph
2021-04-15applets: Remove the previous software keyboard applet implementationMorph
2021-04-14Merge pull request #6199 from lioncash/log-nsbunnei
2021-04-14log/backend: Correct order of const in copy constructorLioncash
2021-04-14common/log: Move Log namespace into the Common namespaceLioncash
2021-04-14Merge pull request #6196 from bunnei/asserts-settingbunnei
2021-04-14common: Move settings to common from core.bunnei
2021-04-14core: settings: Add setting for debug assertions and disable by default.bunnei
2021-04-14Merge pull request #6197 from ameerj/kreslimit-cleanupbunnei
2021-04-13Merge pull request #6195 from Morph1984/controller-applet-motionbunnei
2021-04-14k_resource_limit: Minor cleanup of member variables/headersameerj
2021-04-13Merge pull request #6185 from ameerj/process-reslimitbunnei
2021-04-13Merge pull request #6191 from lioncash/vdtorbunnei
2021-04-13Merge pull request #6190 from lioncash/constfn2bunnei
2021-04-13Merge pull request #6188 from lioncash/bitsbunnei
2021-04-13Merge pull request #6187 from lioncash/sign-convbunnei
2021-04-13applets/controller: Hook up the "Motion" button functionalityMorph
2021-04-12Merge pull request #6186 from lioncash/cache-erasebunnei
2021-04-12Merge pull request #6193 from lioncash/incguardbunnei
2021-04-12nvidia_flags: Add missing header guardLioncash
2021-04-12kernel/process: Replace process resource limit instance with the kernel's res...ameerj
2021-04-12Merge pull request #6192 from lioncash/discardbunnei
2021-04-12k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Lioncash
2021-04-12engine_interface: Add missing virtual destructorLioncash
2021-04-12vk_master_semaphore: Deduplicate atomic access within IsFree()Lioncash
2021-04-12vk_master_semaphore: Add missing const qualifier for IsFree()Lioncash
2021-04-12vk_texture_cache: Make use of Common::BitCast where applicableLioncash
2021-04-12texure_cache/util: Resolve implicit sign conversions with std::reduceLioncash
2021-04-12query_cache: Make use of std::erase_ifLioncash
2021-04-11Merge pull request #6135 from Morph1984/borderless-windowed-fullscreenbunnei
2021-04-11Merge pull request #6181 from Joshua-Ashton/robustness_featuresRodrigo Locatti
2021-04-11Merge pull request #6182 from Joshua-Ashton/null-offsetRodrigo Locatti
2021-04-11Merge pull request #6170 from Morph1984/more-time-fixesbunnei
2021-04-11Merge pull request #6183 from MerryMage/dynarmicLC