summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | configure_input_player: Resolve sign conversion warnings in UpdateMappingWith...Gravatar Lioncash2020-08-291-2/+2
* | | | | | | | | | | | | Merge pull request #4633 from ReinUsesLisp/gpu-initGravatar Rodrigo Locatti2020-09-1053-633/+573
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | video_core: Remove all Core::System references in rendererGravatar ReinUsesLisp2020-09-0653-633/+573
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | gc_adapter: Make DeviceConnected() a const member functionGravatar Lioncash2020-09-073-9/+9
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4606 from lioncash/constexprGravatar bunnei2020-09-061-14/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | game_list_p: Avoid string churn in GameListItemPath data()Gravatar Lioncash2020-08-291-4/+8
| * | | | | | | | | | | | game_list_p: Mark some constants as constexprGravatar Lioncash2020-08-291-10/+10
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4397 from ReinUsesLisp/bsdGravatar bunnei2020-09-0510-56/+1387
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | service/bsd: Handle Poll with no entries accuratelyGravatar ReinUsesLisp2020-07-281-0/+5
| * | | | | | | | | | | services/bsd: Implement most of bsd:sGravatar ReinUsesLisp2020-07-285-55/+911
| * | | | | | | | | | | service/sockets: Add worker pool abstractionGravatar ReinUsesLisp2020-07-281-0/+30
| * | | | | | | | | | | service/sockets: Add worker abstraction to execute blocking calls asynchronouslyGravatar ReinUsesLisp2020-07-282-0/+133
| * | | | | | | | | | | service/sockets: Add translate functionsGravatar ReinUsesLisp2020-07-283-0/+215
| * | | | | | | | | | | service/sockets: Add enumerations and structuresGravatar ReinUsesLisp2020-07-282-0/+81
| * | | | | | | | | | | services/nifm: Implement GetCurrentIpAddressGravatar ReinUsesLisp2020-07-281-1/+12
* | | | | | | | | | | | hid: Implement MergeSingleJoyasDualJoyGravatar Morph2020-09-043-5/+24
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4611 from lioncash/xbyak2Gravatar bunnei2020-09-032-21/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | externals: Update Xbyak to 5.96Gravatar Lioncash2020-08-302-21/+21
* | | | | | | | | | | | Merge pull request #4583 from lioncash/truncGravatar bunnei2020-09-031-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gc_poller: Resolve compilation warnings on MSVCGravatar Lioncash2020-08-251-3/+5
* | | | | | | | | | | | | Merge pull request #4578 from lioncash/xorGravatar bunnei2020-09-031-4/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORSGravatar Lioncash2020-08-241-4/+10
* | | | | | | | | | | | | | Merge pull request #4590 from ReinUsesLisp/tsan-schedGravatar bunnei2020-09-031-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hle/scheduler: Fix data race in is_context_switch_pendingGravatar ReinUsesLisp2020-08-261-2/+6
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4575 from lioncash/asyncGravatar bunnei2020-09-032-17/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | async_shaders: Mark getters as const member functionsGravatar Lioncash2020-08-242-17/+15
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | file_sys/patch_manager: Add missing includeGravatar ReinUsesLisp2020-09-031-0/+1
* | | | | | | | | | | | | | Merge pull request #4568 from lioncash/fspGravatar bunnei2020-09-021-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fsp_srv: Resolve -Wunused-but-set-variable warningGravatar Lioncash2020-08-231-1/+8
| * | | | | | | | | | | | | | fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()Gravatar Lioncash2020-08-231-2/+5
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4564 from lioncash/file-includeGravatar bunnei2020-09-0227-37/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | file_sys: Replace inclusions with forward declarations where applicableGravatar Lioncash2020-08-2327-37/+66
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | main: Use three dots to complete the ellipsisGravatar lat9nq2020-09-021-1/+1
* | | | | | | | | | | | | | input_common/motion_input: Make use of Common::PI constantGravatar Morph2020-09-023-5/+10
* | | | | | | | | | | | | | Merge pull request #4570 from german77/motionInputGravatar bunnei2020-09-024-0/+276
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix orientation errors and improve drift correctionGravatar german2020-08-272-14/+31
| * | | | | | | | | | | | | | Address commentsGravatar german2020-08-272-85/+65
| * | | | | | | | | | | | | | Implement a basic class for motion devicesGravatar german2020-08-274-0/+279
* | | | | | | | | | | | | | | Merge pull request #4382 from FearlessTobi/port-udp-configGravatar bunnei2020-09-0122-13/+1959
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Address second batch of reviewsGravatar FearlessTobi2020-08-309-30/+27
| * | | | | | | | | | | | | | | Reolve reorder warningGravatar FearlessTobi2020-08-292-3/+3
| * | | | | | | | | | | | | | | Address review comments and fix code compilationGravatar FearlessTobi2020-08-2913-155/+218
| * | | | | | | | | | | | | | | yuzu: Add motion and touch configurationGravatar FearlessTobi2020-08-2918-3/+1889
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4588 from ReinUsesLisp/tsan-eventGravatar bunnei2020-08-311-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | common/thread: Fix data race in is_setGravatar ReinUsesLisp2020-08-261-4/+5
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4589 from ReinUsesLisp/tsan-hostGravatar bunnei2020-08-311-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | hle/kernel: Fix data race in GetCurrentHostThreadIDGravatar ReinUsesLisp2020-08-261-1/+2
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #4461 from comex/thread-namesGravatar LC2020-08-312-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix thread naming on Linux, which limits names to 15 bytes.Gravatar comex2020-08-052-1/+13
* | | | | | | | | | | | | | | | vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_stateGravatar ReinUsesLisp2020-08-301-6/+9
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |