| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #8842 from Kelebek1/AudOut | 2022-09-10 | 2 | -1/+8 | |
| |\ | | | | | [audio_core] Rework audio output | ||||
| | * | Don't stall with nvdec | 2022-09-04 | 1 | -1/+6 | |
| | | | |||||
| | * | Rework audio output, connecting AudioOut into coretiming to fix desync ↵ | 2022-09-02 | 1 | -0/+2 | |
| | | | | | | | | | during heavy loads. | ||||
| * | | Merge pull request #8863 from german77/triggers | 2022-09-09 | 1 | -0/+15 | |
| |\ \ | | | | | | | core: hid: Fix GC triggers overwriting ZL and ZR buttons | ||||
| | * | | core: hid: Fix GC triggers overwritting ZL and ZR buttons | 2022-09-05 | 1 | -0/+15 | |
| | | | | |||||
| * | | | Merge pull request #8864 from german77/toggle_analog | 2022-09-09 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | input_common: Add support for analog toggle | ||||
| | * | | | input_common: Add support for analog toggle | 2022-09-06 | 1 | -0/+3 | |
| | |/ / | |||||
| * | | | Merge pull request #8855 from german77/pls | 2022-09-03 | 6 | -26/+27 | |
| |\ \ \ | | | | | | | | | core: ns: Implement pl:s service | ||||
| | * | | | core: ns: Implement pl:s service | 2022-09-03 | 6 | -26/+27 | |
| | |/ / | |||||
| * | | | Merge pull request #8822 from FearlessTobi/multiplayer-fixes | 2022-09-02 | 8 | -271/+34 | |
| |\ \ \ | |/ / |/| | | network: Fixes and improvements to the room feature | ||||
| | * | | Address review comments | 2022-09-02 | 1 | -13/+6 | |
| | | | | |||||
| | * | | core/ldn_types: Minor corrections and additions | 2022-08-27 | 1 | -1/+16 | |
| | | | | |||||
| | * | | core/socket_proxy: Correct broadcast behavior | 2022-08-27 | 1 | -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 room | 2022-08-27 | 1 | -0/+9 | |
| | | | | | | | | | | | | | Makes it easier for users to recognize connection errors caused by different game versions. | ||||
| | * | | core/bsd: Correctly unbind methods in destructor | 2022-08-27 | 1 | -1/+5 | |
| | | | | | | | | | | | | | Prevents yuzu from crashing when the BSD service is created a second time. | ||||
| | * | | core/acc: Make CheckAvailability use LOG_DEBUG | 2022-08-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Previously it was spamming the logs in certain multiplayer games like Puyo Puyo Tetris. | ||||
| | * | | yuzu_room: Remove dependency on core | 2022-08-27 | 3 | -264/+0 | |
| | |/ | |||||
| * / | Demote services from warning/info to debug to reduce log spam: | 2022-09-01 | 5 | -16/+16 | |
| |/ | | | | | | | | | | | GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree | ||||
| * | Merge pull request #8566 from german77/galaxy | 2022-08-26 | 2 | -1/+35 | |
| |\ | | | | | core: hid: Add fallback for dualjoycon and pro controllers | ||||
| | * | core: hid: Add fallback for dualjoycon and pro controllers | 2022-07-10 | 2 | -1/+35 | |
| | | | |||||
| * | | Merge pull request #8812 from Kelebek1/auto | 2022-08-24 | 1 | -6/+21 | |
| |\ \ | | | | | | | [Audio] Implement AudRenU:RequestUpdateAuto | ||||
| | * | | Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as ↵ | 2022-08-24 | 1 | -6/+21 | |
| | | | | | | | | | | | | | empty. | ||||
| * | | | Merge pull request #8804 from vonchenplus/speed_up_idirectory_services | 2022-08-23 | 1 | -1/+2 | |
| |\ \ \ | | | | | | | | | core:filesystem: speed up IDirectory service | ||||
| | * | | | core:filesystem: speed up IDirectory service | 2022-08-23 | 1 | -1/+2 | |
| | | | | | |||||
| * | | | | hid: core: Add missing function table names | 2022-08-21 | 1 | -0/+6 | |
| |/ / / | |||||
| * | | | Merge pull request #8799 from liamwhite/where-did-the-padding-go | 2022-08-21 | 2 | -3/+3 | |
| |\ \ \ | | | | | | | | | core/file_sys: fix alignment of BuildId | ||||
| | * | | | core/file_sys: fix alignment of BuildId | 2022-08-21 | 2 | -3/+3 | |
| | | | | | |||||
| * | | | | Merge pull request #8660 from Tachi107/findmodules-pkg-config | 2022-08-21 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | build: simplify find modules | ||||
| | * | | | | build(externals): rename Findopus to FindOpus | 2022-08-01 | 1 | -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/nosnek | 2022-08-21 | 6 | -47/+50 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | code: dodge PAGE_SIZE #define | ||||
| | * | | | | code: dodge PAGE_SIZE #define | 2022-08-19 | 6 | -47/+50 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-string | 2022-08-20 | 2 | -11/+7 | |
| |\ \ \ \ | | | | | | | | | | | core/file_sys: fix BuildId padding in patch loading | ||||
| | * | | | | core/file_sys: fix BuildId padding | 2022-08-19 | 2 | -11/+7 | |
| | |/ / / | |||||
| * / / / | core: implement clkrst service | 2022-08-20 | 2 | -0/+184 | |
| |/ / / | |||||
| * | | | core/socket_proxy: Final nits | 2022-08-15 | 1 | -8/+7 | |
| | | | | |||||
| * | | | core: network: Address review comments | 2022-08-15 | 2 | -30/+29 | |
| | | | | |||||
| * | | | internal_network: Fix mingw compilation | 2022-08-15 | 1 | -4/+5 | |
| | | | | | | | | | | | | | Apparently, "interface" is a reserved keyword on this compiler. | ||||
| * | | | core, yuzu: Address first part of review comments | 2022-08-15 | 6 | -18/+16 | |
| | | | | |||||
| * | | | core/socket_proxy: Fix compilation | 2022-08-15 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Make copyright headers SPDX-compliant | 2022-08-15 | 2 | -6/+4 | |
| | | | | |||||
| * | | | core, network: Add ability to proxy socket packets | 2022-08-15 | 12 | -272/+783 | |
| | | | | |||||
| * | | | Merge pull request #8755 from Morph1984/delimit-ips | 2022-08-12 | 1 | -1/+2 | |
| |\ \ \ | | | | | | | | | ips_layer: Delimit parsed hex value string | ||||
| | * | | | ips_layer: Delimit parsed hex value string | 2022-08-12 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | Delimits the hex value string on spaces, slashes, carriage returns or newlines, allowing for comments to be added in-line. | ||||
| * | | | | Merge pull request #8745 from merryhime/null-fastmem-arena | 2022-08-12 | 2 | -7/+11 | |
| |\ \ \ \ | | | | | | | | | | | arm_dynarmic: Fix nullptr fastmem arenas | ||||
| | * | | | | arm_dynarmic: Fix nullptr fastmem arenas | 2022-08-09 | 2 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | | | | Unable to enable fastmem of exclusive access without a valid fastmem arena. | ||||
| * | | | | | Merge pull request #8731 from FearlessTobi/better-ldn | 2022-08-12 | 6 | -57/+711 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ldn: Add better stubs and more data types | ||||
| | * | | | | core: ldn: Address review comments part 2 | 2022-08-11 | 2 | -334/+297 | |
| | | | | | | |||||
| | * | | | | core: ldn: Address review comments | 2022-08-08 | 4 | -56/+46 | |
| | | | | | | |||||
| | * | | | | ldn: Add better stubs and more data types | 2022-08-07 | 6 | -72/+773 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com> | ||||
| * | | | | | Merge pull request #8722 from german77/ds4_goes_brrr | 2022-08-09 | 1 | -0/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | hid: core: Delay the stop vibration command when testing | ||||