summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio_render_manager: Mark several functions as constGravatar Lioncash2022-09-162-6/+6
* audio_in: Mark several functions as constGravatar Lioncash2022-09-164-18/+18
* audio_out: Mark several functions as constGravatar Lioncash2022-09-164-16/+17
* audio_buffers: Pass by const-ref in AppendBuffersGravatar Lioncash2022-09-163-13/+17
* device_session: Convert for loop into ranged for in AppendBuffersGravatar Lioncash2022-09-161-5/+5
* device_session: Pass arguments by const-ref in relevant functionsGravatar Lioncash2022-09-163-7/+7
* Merge pull request #8878 from Kelebek1/remove_pauseGravatar bunnei2022-09-1515-144/+29
|\
| * Remove pause callbacks from coretimingGravatar Kelebek12022-09-1315-144/+29
* | Merge pull request #8901 from lioncash/docsGravatar liamwhite2022-09-1528-112/+105
|\ \
| * | audio_core: Amend documentation tagsGravatar Lioncash2022-09-1528-112/+105
* | | Merge pull request #8909 from Docteh/taslinkyGravatar Narr the Reg2022-09-151-0/+3
|\ \ \
| * | | UI: Fix link to TAS help pageGravatar Kyle Kienapfel2022-09-151-0/+3
* | | | Merge pull request #8904 from liushuyu/fix-xbyak-linkageGravatar Mai2022-09-151-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | common: do not link to xbyak on non-amd64 architecturesGravatar liushuyu2022-09-131-1/+2
| |/ /
* | | compressor: Simplify memset in InitializeCompressorEffectGravatar Lioncash2022-09-131-1/+1
* | | compressor: Mark params parameters as constGravatar Lioncash2022-09-131-3/+3
* | | compressor: Remove unneeded casts in ApplyCompressorEffectGravatar Lioncash2022-09-131-2/+1
|/ /
* | Merge pull request #8880 from german77/slow-movingGravatar Mai2022-09-121-1/+1
|\ \
| * | 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
|\ \
| * | Don't stall with nvdecGravatar Kelebek12022-09-044-2/+35
| * | Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-0223-842/+551
* | | Merge pull request #8863 from german77/triggersGravatar bunnei2022-09-091-0/+15
|\ \ \
| * | | 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
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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