aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-23program_metadata: Set a default resource size when a NPDM is not presentMorph
2021-04-23Merge pull request #6232 from lioncash/alias2bunnei
2021-04-23emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash
2021-04-23emu_window: unsigned -> u32Lioncash
2021-04-23aes_util: Make use of std::spanLioncash
2021-04-23acc/lbl: Remove unused variablesLioncash
2021-04-23lm: Make use of insert_or_assign() in Log()Lioncash
2021-04-23lm: Prevent redundant map lookups in Log()Lioncash
2021-04-23lm: Resolve -Wextra-semi warningLioncash
2021-04-23program_metadata: Explicitly specify copy/move functionsLioncash
2021-04-22yuzu_cmd: Remove unused resource.hameerj
2021-04-22service: hid: Get transfer memory for InitializeSevenSixAxisSensorMorph
2021-04-21Merge pull request #6214 from Morph1984/time-fix-kirby-clashbunnei
2021-04-20Merge pull request #6219 from lioncash/log-erasebunnei
2021-04-20Merge pull request #6218 from lioncash/tcachebunnei
2021-04-20Merge pull request #6207 from lat9nq/sdl-2.0.14bunnei
2021-04-20log/backend: Use in-class initializer for FileBackendLioncash
2021-04-20log/backend: Make use of erase_ifLioncash
2021-04-19Merge pull request #6217 from Morph1984/consistent-writebuffersbunnei
2021-04-19Merge pull request #6215 from lioncash/duplicatebunnei
2021-04-19texture_cache/util: Fix src being used instead of dst within DeduceBlitImagesLioncash
2021-04-19general: Write buffers before pushing raw argumentsMorph
2021-04-19arp: Use type alias for issue functionLioncash
2021-04-19arp: Prevent uninitialized read of launch member variableLioncash
2021-04-19npad: Remove duplicated class member variableLioncash
2021-04-19time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotMorph
2021-04-19time: Fix GetClockSnapshotFromSystemClockContextMorph
2021-04-18general: Ignore implicit-fallthrough for SDL.hlat9nq
2021-04-17cmake: Use SDL 2.0.14 and fix CMake scope issuelat9nq
2021-04-17applets: Send focus state change message on applet state changeMorph
2021-04-17applets: Make the applet mode a protected property of AppletMorph
2021-04-16Merge pull request #6125 from ogniK5377/nvdec-close-devbunnei
2021-04-16Merge pull request #6133 from Morph1984/project-eleuthiabunnei
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-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-15game_list: Mark games as favorite to make them appear at the top.Kewlan
2021-04-14Merge pull request #6199 from lioncash/log-nsbunnei
2021-04-14log/backend: Correct order of const in copy constructorLioncash