summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8864 from german77/toggle_analogGravatar bunnei2022-09-094-7/+23
|\
| * yuzu: input: fix invert symbol on axis and order options alphabeticallyGravatar Narr the Reg2022-09-061-13/+14
| * input_common: Add support for analog toggleGravatar Narr the Reg2022-09-064-0/+15
* | Merge pull request #8819 from liamwhite/cash-moneyGravatar lat9nq2022-09-089-1/+32
|\ \
| * | video_core: add option for pessimistic flushingGravatar Liam2022-08-259-1/+32
* | | CMake: explicitly link mbedcrypto for yuzu-roomGravatar Kyle Kienapfel2022-09-081-1/+1
* | | Merge pull request #8837 from Morph1984/invalidateGravatar bunnei2022-09-054-12/+9
|\ \ \
| * | | style: General style changes to match with the rest of the codebaseGravatar Morph2022-08-312-10/+7
| * | | (shader/pipeline)_cache: Raise shader/pipeline cache versionGravatar Morph2022-08-312-2/+2
* | | | 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
|\ \ \ \ \ \