summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8847 from german77/stopGravatar bunnei2022-09-051-4/+7
|\
| * input_common: sdl: Always check for motion on reconnectGravatar Narr the Reg2022-09-031-4/+7
* | Merge pull request #8855 from german77/plsGravatar liamwhite2022-09-036-26/+27
|\ \
| * | core: ns: Implement pl:s serviceGravatar Narr the Reg2022-09-036-26/+27
| |/
* | Qt: Make General->Debug scrollableGravatar Kyle Kienapfel2022-09-033-4/+9
* | Merge pull request #8822 from FearlessTobi/multiplayer-fixesGravatar bunnei2022-09-0228-49/+182
|\ \ | |/ |/|
| * Address review commentsGravatar FearlessTobi2022-09-0211-27/+26
| * core/ldn_types: Minor corrections and additionsGravatar FearlessTobi2022-08-271-1/+16
| * yuzu/chat_room: Make font size biggerGravatar FearlessTobi2022-08-271-0/+4
| * dedicated_room: Correctly handle token decodingGravatar FearlessTobi2022-08-271-0/+12
| * yuzu/multiplayer: Warn when game is running or no network interface is selectedGravatar FearlessTobi2022-08-2711-19/+81
| * core/socket_proxy: Correct broadcast behaviorGravatar FearlessTobi2022-08-271-1/+7
| * yuzu: Display current game version in multiplayer roomGravatar FearlessTobi2022-08-276-11/+38
| * network: Use lower timeout for enet_host_serviceGravatar FearlessTobi2022-08-272-2/+2
| * core/bsd: Correctly unbind methods in destructorGravatar FearlessTobi2022-08-271-1/+5
| * core/acc: Make CheckAvailability use LOG_DEBUGGravatar FearlessTobi2022-08-271-1/+1
| * yuzu_room: Remove dependency on coreGravatar FearlessTobi2022-08-2711-9/+13
* | Merge pull request #8843 from Kelebek1/SILENCE_WENCHGravatar Mai2022-09-021-1/+1
|\ \
| * | Silence std::aligned_storage warnings as it's deprecated in C++23,Gravatar Kelebek12022-09-011-1/+1
* | | Demote services from warning/info to debug to reduce log spam:Gravatar Kelebek12022-09-015-16/+16
|/ /
* | Merge pull request #8752 from vonchenplus/rectangle_textureGravatar Fernando S2022-08-3114-15/+62
|\ \
| * | video_code: support rectangle textureGravatar FengChen2022-08-2514-15/+62
* | | Merge pull request #8809 from german77/finally_is_fixedGravatar bunnei2022-08-281-1/+8
|\ \ \ | |_|/ |/| |
| * | video_core: vulkan: rasterizer: Workaround on viewport swizzle on AMDGravatar Narr the Reg2022-08-231-1/+8
* | | Merge pull request #8566 from german77/galaxyGravatar bunnei2022-08-262-1/+35
|\ \ \
| * | | core: hid: Add fallback for dualjoycon and pro controllersGravatar german772022-07-102-1/+35
* | | | Merge pull request #8812 from Kelebek1/autoGravatar bunnei2022-08-241-6/+21
|\ \ \ \
| * | | | Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ...Gravatar Kelebek12022-08-241-6/+21
* | | | | Merge pull request #8804 from vonchenplus/speed_up_idirectory_servicesGravatar bunnei2022-08-231-1/+2
|\ \ \ \ \
| * | | | | core:filesystem: speed up IDirectory serviceGravatar vonchenplus2022-08-231-1/+2
| | |_|/ / | |/| | |
* | | | | yuzu: Force camera output to be saved on a buffer (#8805)Gravatar Narr the Reg2022-08-222-2/+38
* | | | | hid: core: Add missing function table namesGravatar german772022-08-211-0/+6
|/ / / /
* | | | Merge pull request #8799 from liamwhite/where-did-the-padding-goGravatar liamwhite2022-08-212-3/+3
|\ \ \ \
| * | | | core/file_sys: fix alignment of BuildIdGravatar Liam2022-08-212-3/+3
* | | | | Merge pull request #8660 from Tachi107/findmodules-pkg-configGravatar liamwhite2022-08-211-1/+1
|\ \ \ \ \
| * | | | | build(externals): rename Findopus to FindOpusGravatar Andrea Pappacoda2022-08-011-1/+1
* | | | | | Merge pull request #8784 from Docteh/nosnekGravatar liamwhite2022-08-2117-119/+116
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel2022-08-1917-119/+116
* | | | | | Merge pull request #8790 from liamwhite/too-many-ways-to-name-a-byte-stringGravatar bunnei2022-08-202-11/+7
|\ \ \ \ \ \
| * | | | | | core/file_sys: fix BuildId paddingGravatar Liam2022-08-192-11/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #8783 from german77/looongGravatar liamwhite2022-08-201-1/+1
|\ \ \ \ \ \
| * | | | | | yuzu: Allow longer controller profile namesGravatar Narr the Reg2022-08-181-1/+1
* | | | | | | Merge pull request #8797 from Docteh/filteringGravatar liamwhite2022-08-203-7/+37
|\ \ \ \ \ \ \
| * | | | | | | Qt: Retranslate GameList header and Filter lineGravatar Kyle Kienapfel2022-08-203-7/+37
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #8795 from vonchenplus/support_framebuffer_crop_rect_top_n...Gravatar liamwhite2022-08-202-12/+25
|\ \ \ \ \ \ \
| * | | | | | | video_core: support framebuffer crop rect top not zeroGravatar vonchenplus2022-08-202-12/+25
* | | | | | | | core: implement clkrst serviceGravatar vonchenplus2022-08-202-0/+184
|/ / / / / / /
* | | / / / / video_core: implement R16G16B16X16 texture formatGravatar Liam2022-08-191-1/+1
| |_|/ / / / |/| | | | |
* | | | | | common: remove unneeded x86-specific headerGravatar liushuyu2022-08-161-1/+0
|/ / / / /
* | | | | core/socket_proxy: Final nitsGravatar FearlessTobi2022-08-151-8/+7