summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | core/socket_proxy: Correct broadcast behaviorGravatar FearlessTobi2022-08-271-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broadcasts should only be sent when the broadcast IP is used. They should also only be received when SO_BROADCAST is enabled.
| * | | | | | yuzu: Display current game version in multiplayer roomGravatar FearlessTobi2022-08-276-11/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it easier for users to recognize connection errors caused by different game versions.
| * | | | | | network: Use lower timeout for enet_host_serviceGravatar FearlessTobi2022-08-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to have a 10x higher throughput of packets by using a much shorter waiting time.
| * | | | | | core/bsd: Correctly unbind methods in destructorGravatar FearlessTobi2022-08-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents yuzu from crashing when the BSD service is created a second time.
| * | | | | | core/acc: Make CheckAvailability use LOG_DEBUGGravatar FearlessTobi2022-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was spamming the logs in certain multiplayer games like Puyo Puyo Tetris.
| * | | | | | 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 a million MSVC warnings
| * | | | | | | Silence std::aligned_storage warnings as it's deprecated in C++23,Gravatar Kelebek12022-09-011-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | replace it with alignas() and a C array
* / | | | | | Demote services from warning/info to debug to reduce log spam:Gravatar Kelebek12022-09-015-16/+16
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree
* | | | | | Merge pull request #8752 from vonchenplus/rectangle_textureGravatar Fernando S2022-08-3114-15/+62
|\ \ \ \ \ \ | | | | | | | | | | | | | | video_code: support rectangle texture
| * | | | | | 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 AMD
| * | | | | | 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 controllers
| * | | | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [Audio] Implement AudRenU:RequestUpdateAuto
| * | | | | | | Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ↵Gravatar Kelebek12022-08-241-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | empty.
* | | | | | | | Merge pull request #8804 from vonchenplus/speed_up_idirectory_servicesGravatar bunnei2022-08-231-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | core:filesystem: speed up IDirectory service
| * | | | | | | | 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 BuildId
| * | | | | | | 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: simplify find modules
| * | | | | | | | build(externals): rename Findopus to FindOpusGravatar Andrea Pappacoda2022-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This better matches upstream's FindOpus.cmake file, and it will make using upstream's FindOpus.cmake file easier.
* | | | | | | | | Merge pull request #8784 from Docteh/nosnekGravatar liamwhite2022-08-2117-119/+116
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | code: dodge PAGE_SIZE #define
| * | | | | | | | code: dodge PAGE_SIZE #defineGravatar Kyle Kienapfel2022-08-1917-119/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some header files, specifically for OSX and Musl libc define PAGE_SIZE to be a number This is great except in yuzu we're using PAGE_SIZE as a variable Specific example `static constexpr u64 PAGE_SIZE = u64(1) << PAGE_BITS;` PAGE_SIZE PAGE_BITS PAGE_MASK are all similar variables. Simply deleted the underscores, and then added YUZU_ prefix Might be worth noting that there are multiple uses in different classes/namespaces This list may not be exhaustive Core::Memory 12 bits (4096) QueryCacheBase 12 bits ShaderCache 14 bits (16384) TextureCache 20 bits (1048576, or 1MB) Fixes #8779
* | | | | | | | | Merge pull request #8790 from liamwhite/too-many-ways-to-name-a-byte-stringGravatar bunnei2022-08-202-11/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | core/file_sys: fix BuildId padding in patch loading
| * | | | | | | | | 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 names
| * | | | | | | | | 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 line
| * | | | | | | | | | Qt: Retranslate GameList header and Filter lineGravatar Kyle Kienapfel2022-08-203-7/+37
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Didn't notice this until I was trying to change the default font to Comic Sans MS when language is set to English in yuzu.
* | | | | | | | | | Merge pull request #8795 from ↵Gravatar liamwhite2022-08-202-12/+25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vonchenplus/support_framebuffer_crop_rect_top_not_zero video_core: support framebuffer crop rect top not zero
| * | | | | | | | | | 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
| | | | | | | |
* | | | | | | | core: network: Address review commentsGravatar german772022-08-155-32/+31
| | | | | | | |
* | | | | | | | yuzu: Fix crash on shutdownGravatar FearlessTobi2022-08-152-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, accessing the room_network when it was already freed would crash the emulator on shutdown. Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
* | | | | | | | internal_network: Fix mingw compilationGravatar FearlessTobi2022-08-151-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently, "interface" is a reserved keyword on this compiler.
* | | | | | | | core, yuzu: Address first part of review commentsGravatar FearlessTobi2022-08-159-71/+70
| | | | | | | |
* | | | | | | | core/socket_proxy: Fix compilationGravatar FearlessTobi2022-08-151-1/+1
| | | | | | | |
* | | | | | | | Make copyright headers SPDX-compliantGravatar FearlessTobi2022-08-156-12/+14
| | | | | | | |
* | | | | | | | core, network: Add ability to proxy socket packetsGravatar FearlessTobi2022-08-1528-526/+1028
| | | | | | | |
* | | | | | | | web_service: Correct jwt issuer stringGravatar FearlessTobi2022-08-151-1/+3
| | | | | | | |
* | | | | | | | dedicated_room: Initial implementationGravatar FearlessTobi2022-08-154-0/+418
| | | | | | | |
* | | | | | | | Merge pull request #8739 from merryhime/swizzle_tableGravatar bunnei2022-08-132-15/+48
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | video_core/textures/decoders: Avoid SWIZZLE_TABLE
| * | | | | | | video_core/textures/decoders: Avoid SWIZZLE_TABLEGravatar Merry2022-08-092-15/+48
| | |_|/ / / / | |/| | | | |