summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #8649 from lat9nq/common-position-independentGravatar Morph2022-09-161-3/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | common: Use PROJECT_SOURCE_DIR to find CMakeModules
| * | | | | | | | | | common: Use PROJECT_SOURCE_DIR to find CMakeModulesGravatar lat9nq2022-08-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CMake configuration when yuzu is a submodule of another project.
* | | | | | | | | | | Merge pull request #8682 from lat9nq/dumpyGravatar Morph2022-09-1618-91/+386
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yuzu qt: Add option to create Windows crash dumps
| * | | | | | | | | | | mini_dump: Address review feedbackGravatar lat9nq2022-09-044-63/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses fmt::print as opposed to std::fprintf. Adds a missing return. static's a single-use function. Initializes structs as opposed to std::memset where possible. Fixes CMake linkage. Co-authored-by: Lioncash <mathew1800@gmail.com> mini_dump: Use a namespace Co-authored-by: Lioncash <mathew1800@gmail.com>
| * | | | | | | | | | | vcpkg,cmake: Use vcpkg for dbghelpGravatar lat9nq2022-09-041-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | mini_dump: Check for debugger before spawning a childGravatar lat9nq2022-09-042-63/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mini_dump: Clean up mini_dump: Fix MSVC error mini_dump: Silence MSVC warning C4700 Zero initialize deb_ev. mini_dump: Add license info
| * | | | | | | | | | | mini_dump: Cleanup and add commentsGravatar lat9nq2022-09-043-43/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes some unnecessary code. wip
| * | | | | | | | | | | yuzu: Use a debugger to generate minidumpsGravatar lat9nq2022-09-0418-91/+360
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yuzu: Move mini_dump out of core startup_checks: Better exception handling
* | | | | | | | | | | Merge pull request #8911 from lioncash/cexpr-stringGravatar Morph2022-09-166-27/+40
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | audio_device: Make AudioDeviceName constructor constexpr
| * | | | | | | | | | audio_device: Mark member functions as const where applicableGravatar Lioncash2022-09-153-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These member functions don't modify any internal state.
| * | | | | | | | | | audio_device: Make AudioDeviceName constructor constexprGravatar Lioncash2022-09-155-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables
* | | | | | | | | | | Merge pull request #8878 from Kelebek1/remove_pauseGravatar bunnei2022-09-1515-144/+29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove pause callbacks from coretiming
| * | | | | | | | | | | 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 comment tags
| * | | | | | | | | | | | audio_core: Amend documentation tagsGravatar Lioncash2022-09-1528-112/+105
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* | | | | | | | | | | | Merge pull request #8909 from Docteh/taslinkyGravatar Narr the Reg2022-09-151-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | UI: Fix link to TAS help page
| * | | | | | | | | | | | 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
* | | | | | | | | | | | | Merge pull request #8904 from liushuyu/fix-xbyak-linkageGravatar Mai2022-09-151-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | common: do not link to xbyak on non-amd64 architectures
| * | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | |