summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6228 from lioncash/semiGravatar bunnei2021-04-231-6/+7
|\
| * lm: Make use of insert_or_assign() in Log()Gravatar Lioncash2021-04-231-1/+1
| * lm: Prevent redundant map lookups in Log()Gravatar Lioncash2021-04-231-4/+5
| * lm: Resolve -Wextra-semi warningGravatar Lioncash2021-04-231-1/+1
* | Merge pull request #6229 from lioncash/unused-varGravatar bunnei2021-04-232-6/+0
|\ \
| * | acc/lbl: Remove unused variablesGravatar Lioncash2021-04-232-6/+0
| |/
* | Merge pull request #6231 from lioncash/aesGravatar bunnei2021-04-232-9/+5
|\ \
| * | aes_util: Make use of std::spanGravatar Lioncash2021-04-232-9/+5
| |/
* | Merge pull request #6232 from lioncash/alias2Gravatar bunnei2021-04-234-26/+29
|\ \
| * | emu_window: Return pair from ClipToTouchScreen() instead of tupleGravatar Lioncash2021-04-232-5/+8
| * | emu_window: unsigned -> u32Gravatar Lioncash2021-04-234-23/+23
| |/
* | yuzu_cmd: Remove unused resource.hGravatar ameerj2021-04-222-17/+0
* | service: hid: Get transfer memory for InitializeSevenSixAxisSensorGravatar Morph2021-04-221-1/+38
|/
* Merge pull request #6214 from Morph1984/time-fix-kirby-clashGravatar bunnei2021-04-211-3/+5
|\
| * time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotGravatar Morph2021-04-191-1/+2
| * time: Fix GetClockSnapshotFromSystemClockContextGravatar Morph2021-04-191-2/+3
* | Merge pull request #6219 from lioncash/log-eraseGravatar bunnei2021-04-202-10/+12
|\ \
| * | log/backend: Use in-class initializer for FileBackendGravatar Lioncash2021-04-202-6/+8
| * | log/backend: Make use of erase_ifGravatar Lioncash2021-04-201-4/+4
| |/
* | Merge pull request #6218 from lioncash/tcacheGravatar bunnei2021-04-201-1/+1
|\ \
| * | texture_cache/util: Fix src being used instead of dst within DeduceBlitImagesGravatar Lioncash2021-04-191-1/+1
| |/
* | Merge pull request #6207 from lat9nq/sdl-2.0.14Gravatar bunnei2021-04-206-1/+48
|\ \
| * | general: Ignore implicit-fallthrough for SDL.hGravatar lat9nq2021-04-185-0/+47
| * | cmake: Use SDL 2.0.14 and fix CMake scope issueGravatar lat9nq2021-04-171-1/+1
| |/
* | Merge pull request #6217 from Morph1984/consistent-writebuffersGravatar bunnei2021-04-193-5/+12
|\ \
| * | general: Write buffers before pushing raw argumentsGravatar Morph2021-04-193-5/+12
| |/
* | Merge pull request #6215 from lioncash/duplicateGravatar bunnei2021-04-192-2/+1
|\ \
| * | npad: Remove duplicated class member variableGravatar Lioncash2021-04-192-2/+1
| |/
* | arp: Use type alias for issue functionGravatar Lioncash2021-04-191-4/+4
* | arp: Prevent uninitialized read of launch member variableGravatar Lioncash2021-04-191-1/+1
|/
* applets: Send focus state change message on applet state changeGravatar Morph2021-04-1710-22/+56
* applets: Make the applet mode a protected property of AppletGravatar Morph2021-04-1714-22/+20
* Merge pull request #6125 from ogniK5377/nvdec-close-devGravatar bunnei2021-04-163-11/+14
|\
| * Address issuesGravatar Chloe Marcec2021-04-161-3/+2
| * nvdrv: Cleanup CDMA Processor on device closureGravatar Chloe Marcec2021-03-303-11/+15
* | Merge pull request #6133 from Morph1984/project-eleuthiaGravatar bunnei2021-04-1635-468/+8141
|\ \
| * | 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 #6119 from german77/SDLMappingGravatar bunnei2021-04-152-6/+24
|\ \ \ | |/ / |/| |
| * | InputCommon: Name properly xbox 360 and one controllers, Fix mappings for Nin...Gravatar german772021-03-302-6/+24