summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9345 from lioncash/fenceGravatar liamwhite2022-11-296-16/+15
|\
| * buffer_item_consumer: Pass fence by const-ref in ReleaseBuffer()Gravatar Lioncash2022-11-283-4/+3
| * buffer_queue_consumer: std::move std::shared_ptr in Connect()Gravatar Lioncash2022-11-281-1/+1
| * consumer_base: Pass shared_ptr by const referenceGravatar Lioncash2022-11-282-6/+6
| * consumer_base: Remove redundant virtualGravatar Lioncash2022-11-281-5/+5
* | Merge pull request #9343 from lioncash/boundsGravatar liamwhite2022-11-292-17/+31
|\ \
| * | syncpoint_manager: Mark IsSyncpointAllocated() as constGravatar Lioncash2022-11-282-3/+3
| * | syncpoint_manager: Reduce number of bounds checksGravatar Lioncash2022-11-281-14/+28
| |/
* | Merge pull request #9339 from lioncash/cacheheaderGravatar Morph2022-11-282-4/+3
|\ \
| * | common/cache_management: Amend header includesGravatar Lioncash2022-11-282-4/+3
| |/
* | Merge pull request #9338 from lioncash/propertiesGravatar Morph2022-11-282-2/+18
|\ \
| * | input_common/helpers: Mark analog property structs members as static constexprGravatar Lioncash2022-11-282-2/+18
| |/
* | Merge pull request #9337 from lioncash/pbrGravatar Morph2022-11-287-104/+112
|\ \
| * | core/hid/emulated_controller: Use ranges version of transformGravatar Lioncash2022-11-281-19/+15
| * | common/input: Add helpers functions for creating input and output devicesGravatar Lioncash2022-11-287-90/+102
| * | common/input: Pass ParamPackage by const reference in CreateDeviceGravatar Lioncash2022-11-281-3/+3
| |/
* / yuzu/main: Merge variable declaration into ifdefGravatar Lioncash2022-11-281-2/+1
|/
* Merge pull request #9325 from german77/default_by_defaultGravatar liamwhite2022-11-281-1/+5
|\
| * yuzu-cmd: Fix default config valueGravatar german772022-11-271-1/+5
* | Merge pull request #8829 from Docteh/qt6_0002Gravatar liamwhite2022-11-279-14/+56
|\ \
| * | CMake: rework for Qt6 supportGravatar Kyle Kienapfel2022-11-243-14/+30
| * | qt: Add Qt version to LogRuntimesGravatar Kyle Kienapfel2022-11-171-0/+1
| * | Qt6: Disable IR Sensor when compiling with Qt6Gravatar Kyle Kienapfel2022-11-176-0/+25
* | | Merge pull request #9317 from german77/input-crashGravatar liamwhite2022-11-273-0/+13
|\ \ \
| * | | yuzu-cmd: Fix input callback crash on closeGravatar german772022-11-273-0/+13
* | | | Merge pull request #9323 from german77/intructionsGravatar liamwhite2022-11-271-3/+26
|\ \ \ \ | |/ / / |/| | |
| * | | yuzu-cmd: Update configuration file descriptionGravatar german772022-11-261-3/+26
| | |/ | |/|
* | | Merge pull request #9276 from goldenx86/fsrSliderGravatar bunnei2022-11-278-1/+200
|\ \ \
| * | | Sharpness instead of SharpeningGravatar Matías Locatti2022-11-261-3/+3
| * | | configure_graphics: Implement custom FSR Sharpening settingGravatar lat9nq2022-11-252-61/+128
| * | | settings: Reset FSR sharpening global state with the othersGravatar lat9nq2022-11-251-0/+1
| * | | FSR Sharpening Slider part 1 - only a global sliderGravatar Matías Locatti2022-11-248-1/+132
* | | | crypto: use user-provided keys whenever possibleGravatar Valeri2022-11-271-4/+4
* | | | OopsGravatar Matías Locatti2022-11-261-1/+1
* | | | Replace GLSL as the default OpenGL shader backendGravatar Matías Locatti2022-11-261-1/+1
| |/ / |/| |
* | | Merge pull request #9288 from vonchenplus/deferred_drawGravatar liamwhite2022-11-262-61/+63
|\ \ \
| * | | video_core: Optimize maxwell drawing trigger mechanismGravatar FengChen2022-11-222-61/+63
* | | | Merge pull request #9307 from Morph1984/not-used-correctlyGravatar liamwhite2022-11-261-3/+3
|\ \ \ \
| * | | | maxwell_to_vk: Add R16_SINTGravatar Morph2022-11-231-1/+1
| * | | | maxwell_to_vk: Fix format usage bitsGravatar Morph2022-11-231-2/+2
| | |/ / | |/| |
* | | | Merge pull request #9297 from Kelebek1/sink_oobGravatar liamwhite2022-11-251-6/+8
|\ \ \ \
| * | | | Use the maximum input index for samples buffer span size, not just the input ...Gravatar Kelebek12022-11-221-6/+8
* | | | | Merge pull request #9304 from liamwhite/menu-rollGravatar bunnei2022-11-251-0/+9
|\ \ \ \ \
| * | | | | Qt: assign menuRole properties for actionsGravatar Liam2022-11-231-0/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #9305 from lioncash/requestGravatar bunnei2022-11-2513-72/+78
|\ \ \ \ \
| * | | | | service: Make use of buffer element count helpersGravatar Lioncash2022-11-2312-47/+41
| * | | | | hle_ipc: Add helper functions for getting number of buffer elementsGravatar Lioncash2022-11-231-0/+12
| * | | | | hle_ipc: Mark relevant member functions as [[nodiscard]]Gravatar Lioncash2022-11-231-25/+25
| |/ / / /
* | | | | Merge pull request #9194 from FernandoS27/yfc-fermi2dGravatar liamwhite2022-11-2421-31/+1832
|\ \ \ \ \
| * | | | | Fermi2D: Cleanup and address feedback.Gravatar Fernando Sahmkow2022-11-243-8/+150