summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #8756 from Kelebek1/volGravatar bunnei2022-08-126-11/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow audio volume up to 200%
| * | | | | | | Do some log memes to help perceived volumeGravatar Kelebek12022-08-122-2/+5
| | | | | | | |
| * | | | | | | Allow audio volume up to 200%Gravatar Kelebek12022-08-124-9/+7
| | | | | | | |
* | | | | | | | Merge pull request #8755 from Morph1984/delimit-ipsGravatar bunnei2022-08-121-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ips_layer: Delimit parsed hex value string
| * | | | | | | | ips_layer: Delimit parsed hex value stringGravatar Morph2022-08-121-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 #8741 from Docteh/abootGravatar Mai2022-08-122-2/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Qt: tweak ui files
| * | | | | | | | | Qt: tweak ui filesGravatar Kyle K2022-08-092-2/+3
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make about dialog a bit taller for full message on more systems for direct_connect.ui hedging bets here, there is a text field for port number that possibly shouldn't be translated, marking as such, but also adding a translation note for the event that it makes sense to translate the placeholder text to something other than the default multiplayer direct connect port.
* | | | | | | | | Merge pull request #8745 from merryhime/null-fastmem-arenaGravatar liamwhite2022-08-122-7/+11
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | arm_dynarmic: Fix nullptr fastmem arenas
| * | | | | | | | arm_dynarmic: Fix nullptr fastmem arenasGravatar Merry2022-08-092-7/+11
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Unable to enable fastmem of exclusive access without a valid fastmem arena.
* | | | | | | | Merge pull request #8647 from Docteh/default_darkGravatar liamwhite2022-08-124-14/+77
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Linux: handle dark system themes nicely
| * | | | | | | | review pass on CheckDarkMode functionGravatar Kyle Kienapfel2022-08-122-4/+4
| | | | | | | | |
| * | | | | | | | Linux: handle dark system themes nicelyGravatar Kyle K2022-08-054-14/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yuzu's default theme doesn't specify everything, which is fine for windows, but in linux anything unspecified is set to the users theme. Symptoms of this are that a linux user with a dark theme won't think to change the theme to a dark theme when first using yuzu Idea here is to try and support arbitrary themes on linux. preliminary work on a "default_dark" theme, used only as overlay for any themes that are measured to be dark mode. Other work done: FreeDesktop standard icon names: plus -> list-add delete refresh, we use view-refresh remove duplicated icons for qdarkstyle_midnight_blue referencing icon aliases in the qrc files is the way to go Note: Dynamic style changing doesn't appear to work with AppImage
* | | | | | | | | Merge pull request #8731 from FearlessTobi/better-ldnGravatar liamwhite2022-08-126-57/+711
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | ldn: Add better stubs and more data types
| * | | | | | | | core: ldn: Address review comments part 2Gravatar german772022-08-112-334/+297
| | | | | | | | |
| * | | | | | | | core: ldn: Address review commentsGravatar Narr the Reg2022-08-084-56/+46
| | | | | | | | |
| * | | | | | | | ldn: Add better stubs and more data typesGravatar FearlessTobi2022-08-076-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 #8735 from djrobx/add_vsyncGravatar liamwhite2022-08-092-3/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make vsync setting work for Vulkan
| * | | | | | | | | Make vsync setting work for VulkanGravatar DJRobX2022-08-072-3/+4
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8722 from german77/ds4_goes_brrrGravatar bunnei2022-08-091-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | hid: core: Delay the stop vibration command when testing
| * | | | | | | | | | hid: core: Delay the stop vibration command when testingGravatar Narr the Reg2022-08-051-0/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8724 from german77/no_alphaGravatar bunnei2022-08-094-25/+97
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hid: core: Properly emulate controller color and battery level
| * | | | | | | | | | | hid: core: Properly emulate controller color and battery levelGravatar Narr the Reg2022-08-084-25/+97
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #8729 from merryhime/cp15-barriersGravatar bunnei2022-08-092-4/+29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB
| * | | | | | | | | | | arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISBGravatar Merry2022-08-072-4/+29
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #8499 from Docteh/pluralsGravatar bunnei2022-08-093-6/+14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Translate english plurals
| * | | | | | | | | | | Translate english pluralsGravatar Kyle Kienapfel2022-07-303-6/+14
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out that for Qt to properly handle plurals in English a translation needs to be provided, otherwise the user is left with messages such as "Building: 2 shader(s)" Plurals for other all other languages are handled on transifex. I wrote the README.md to just refer to it as a translation collaboration site just in case we ever switch. These translations being out of date won't pose any technical problems so I believe it is fine to handle them manually on a "best effort" basis. The files are generated into the source directory so that the relative filenames are correct. The generated file is added to .gitignore
* | | | | | | | | | | Merge pull request #8715 from Docteh/suzhouGravatar bunnei2022-08-091-0/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Qt5 work around for suzhou numerals
| * | | | | | | | | | Qt5 work around for suzhou numeralsGravatar Kyle Kienapfel2022-08-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When windows is told to display Standard digits as suzhou, it is showing incorrect information in yuzu, file sizes and the CPU speed limiter are effected by this. See #8698 for some screenshots. Setting number format to Chinese (Simplified, Hong Kong SAR) is one way to see this issue in action. Fixes #8698
* | | | | | | | | | | core/arm: fix build errorGravatar Liam2022-08-072-2/+10
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #8637 from liamwhite/bad-interruptsGravatar bunnei2022-08-0713-152/+64
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | kernel: unlayer CPU interrupt handling
| * | | | | | | | | | kernel: unlayer CPU interrupt handlingGravatar Liam2022-07-2513-152/+64
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8240 from liamwhite/count-cyclesGravatar Morph2022-08-072-8/+22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | core/arm: re-enable cycle counting
| * | | | | | | | | | | core/arm: increase minimum_run_cyclesGravatar Liam2022-06-212-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | core/arm: re-enable cycle countingGravatar merry2022-06-212-6/+20
| | | | | | | | | | | |
* | | | | | | | | | | | yuzu: Fix fmt 9.0.0 issuesGravatar lat9nq2022-08-072-3/+4
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #8658 from liamwhite/plgpGravatar bunnei2022-08-061-9/+7
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | video_core: differentiate between tiled and untiled framebuffer sizes for unaccelerated blits
| * | | | | | | | | | | video_core: differentiate between tiled and untiled framebuffer sizes for ↵Gravatar Liam2022-07-271-9/+7
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unaccelerated copies
* | | | | | | | | | | Merge pull request #8700 from liamwhite/xc3-vk-crashGravatar bunnei2022-08-061-0/+12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vk_texture_cache: return VK_NULL_HANDLE for views of null images
| * | | | | | | | | | | vk_texture_cache: return VK_NULL_HANDLE for views of null imagesGravatar Liam2022-08-021-0/+12
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #8667 from Kelebek1/xc3Gravatar liamwhite2022-08-061-2/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | [SPIRV] Add missed shader defines
| * | | | | | | | | | Add missed shader defines. Fixes Xenoblade Chronicles 3 booting with Vulkan.Gravatar Kelebek12022-07-291-2/+3
| | | | | | | | | | |
* | | | | | | | | | | Controller bugfixes in profile select (#8716)Gravatar Steve2022-08-053-5/+10
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Controller bugfixes in profile select, closes #8265 2 fixes for using a controller in profile select dialog. Pressing 'B' cancels the launch of the game Using controller to select a profile now correctly sets the index to use for the launch * Added brackets to if statements as requested.
* | | | | | | | | | renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, ↵Gravatar Liam2022-08-025-273/+337
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | R16G16B16_SSCALED, R8G8B8_SSCALED
* | | | | | | | | core/loader: remove ELF loaderGravatar Liam2022-08-015-313/+0
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #8678 from liamwhite/stop-waitingGravatar bunnei2022-07-312-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | video_core: stop waiting for shader compilation on user cancel
| * | | | | | | | video_core: stop waiting for shader compilation on user cancelGravatar Liam2022-07-292-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #8622 from liamwhite/progressGravatar bunnei2022-07-311-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | qt: reset progress bar after shader compilation
| * | | | | | | | qt: reset progress bar after shader compilationGravatar Liam2022-07-241-0/+4
| | | | | | | | |
* | | | | | | | | Properly write out the command buffer when serving close requestGravatar Nikita Strygin2022-07-311-2/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #8684 from liamwhite/delete-shaderGravatar Morph2022-07-301-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | renderer_opengl: delete shader source after linking