summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UI: Fix link to TAS help pageGravatar Kyle Kienapfel2022-09-151-0/+3
| | | | | | | | Tools -> TAS -> Configure TAS Thanks to Rei on discord for the fix. Basically: openExternalLinks is a checkbox in Qt Creator
* compressor: Simplify memset in InitializeCompressorEffectGravatar Lioncash2022-09-131-1/+1
| | | | Provides equivalent behavior while being significantly smaller.
* compressor: Mark params parameters as constGravatar Lioncash2022-09-131-3/+3
| | | | These functions don't modify the parameters.
* compressor: Remove unneeded casts in ApplyCompressorEffectGravatar Lioncash2022-09-131-2/+1
| | | | | Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const.
* Merge pull request #8880 from german77/slow-movingGravatar Mai2022-09-121-1/+1
|\ | | | | input_common: Increase mapping timer from 2.5 seconds to 4 seconds
| * input_common: Increase mapping timer from 2.5 seconds to 4 secondsGravatar german772022-09-111-1/+1
| |
* | Remove a pragma once from a cpp fileGravatar Kelebek12022-09-121-2/+0
| |
* | Merge pull request #8842 from Kelebek1/AudOutGravatar bunnei2022-09-1024-832/+574
|\ \ | | | | | | [audio_core] Rework audio output
| * | Don't stall with nvdecGravatar Kelebek12022-09-044-2/+35
| | |
| * | Rework audio output, connecting AudioOut into coretiming to fix desync ↵Gravatar Kelebek12022-09-0223-842/+551
| | | | | | | | | | | | during heavy loads.
* | | Merge pull request #8863 from german77/triggersGravatar bunnei2022-09-091-0/+15
|\ \ \ | | | | | | | | core: hid: Fix GC triggers overwriting ZL and ZR buttons
| * | | core: hid: Fix GC triggers overwritting ZL and ZR buttonsGravatar Narr the Reg2022-09-051-0/+15
| | | |
* | | | Merge pull request #8864 from german77/toggle_analogGravatar bunnei2022-09-094-7/+23
|\ \ \ \ | |_|_|/ |/| | | input_common: Add support for analog toggle
| * | | 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 flushing
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doesn't appear to effect anything regular, but in both Linux and Windows builds it looks like our project has all the libraries available for linking. If this feature is turned off, there is only one thing that quit working, when linking yuzu-room it couldn't find a function called mbedtls_base64_decode mbedtls is split into three libraries for some reason: mbedtls mbedx509 mbedcrypto mbedtls_base64_decode is in mbedcrypto
* | | | Merge pull request #8837 from Morph1984/invalidateGravatar bunnei2022-09-054-12/+9
|\ \ \ \ | | | | | | | | | | (shader/pipeline)_cache: Raise shader/pipeline cache version
| * | | | 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
| | |_|/ | |/| | | | | | | | | | Since the following commit: https://github.com/yuzu-emu/yuzu/commit/a83a5d2e4c8932df864dd4cea2b04d87a12c8760 , many games will refuse to boot unless the shader/pipeline cache has been invalidated.
* | | | Merge pull request #8847 from german77/stopGravatar bunnei2022-09-051-4/+7
|\ \ \ \ | | | | | | | | | | input_common: sdl: Always check for motion on reconnect
| * | | | 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 service
| * | | | core: ns: Implement pl:s serviceGravatar Narr the Reg2022-09-036-26/+27
| |/ / /
* | | | Qt: Make General->Debug scrollableGravatar Kyle Kienapfel2022-09-033-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration -> General -> Debug is getting a bit crowded. yzct12345 submit this originally, so I'm tagging them as a co-author. The original #6714 also modifies the Controls -> Player N sections, but it looks like more work is needed to make the current area scrollable. Co-authored-by: yzct12345 <87620833+yzct12345@users.noreply.github.com>
* | | | Merge pull request #8822 from FearlessTobi/multiplayer-fixesGravatar bunnei2022-09-0228-49/+182
|\ \ \ \ | |/ / / |/| | | network: Fixes and improvements to the room feature
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com>
| * | | 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
| | | | | | | | | | | | | | | | | | | | 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