summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #8342 from lat9nq/clang-latest-stdc++Gravatar liamwhite2022-05-204-16/+25
|\ \ \ \ \ | |_|/ / / |/| | | | general: Use Common::U16StringFromBuffer in place of QString::toStdU16String
| * | | | qt_software_keyboard: Address review feedbackGravatar lat9nq2022-05-161-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use auto and a more descriptive variable name. Secondly, fix some C++ misconceptions or constructing too many objects. Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Lioncash <mathew1800@gmail.com>
| * | | | main: Use Common::U16StringFromBufferGravatar lat9nq2022-05-151-2/+4
| | | | | | | | | | | | | | | | | | | | See ffd3afcf2
| * | | | qt_software_keyboard: Use Common::U16StringFromBufferGravatar lat9nq2022-05-151-14/+15
| | | | | | | | | | | | | | | | | | | | See ffd3afcf2
| * | | | string_util: Add U16StringFromBufferGravatar lat9nq2022-05-152-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt's QString::toStdU16String doesn't work when compiling against the latest libstdc++, at least when using Clang. This function effectively does the same thing as the aforementioned one.
* | | | | video_core: Support new VkResultGravatar Alexandre Bouvier2022-05-171-0/+2
|/ / / /
* | / / general: Avoid ambiguous format_to compilation errorsGravatar Lioncash2022-05-143-3/+3
| |/ / |/| | | | | | | | | | | | | | | | | Ensures that we're using the fmt version of format_to. These are also the only three outliers. All of the other formatters we have are properly qualified.
* | | Merge pull request #8308 from german77/disablesixGravatar Morph2022-05-112-52/+47
|\ \ \ | | | | | | | | service: hid: Disable correctly motion input
| * | | service: hid: Fix motion refresh rateGravatar Narr the Reg2022-05-062-2/+6
| | | |
| * | | service: hid: Disable correctly motion inputGravatar german772022-05-061-50/+41
| |/ /
* | | Merge pull request #8314 from liamwhite/gl-flip-2Gravatar Morph2022-05-111-4/+3
|\ \ \ | | | | | | | | OpenGL: interpret face flips according to GL NDC
| * | | OpenGL: implement face flips according to NDCGravatar Liam2022-05-061-4/+3
| |/ /
* | | Merge pull request #8313 from liamwhite/dma-bppGravatar Morph2022-05-111-3/+6
|\ \ \ | | | | | | | | maxwell_dma: fix bytes_per_pixel
| * | | maxwell_dma: use fallback if remapping is enabledGravatar Liam2022-05-101-3/+6
| | | |
| * | | maxwell_dma: fix bytes per pixelGravatar Liam2022-05-061-3/+3
| |/ /
* | | video_core/macro: clear code on upload address assignmentGravatar Liam2022-05-103-0/+10
| | |
* | | VideoCore: Add option to dump the macros.Gravatar Fernando Sahmkow2022-05-084-0/+44
| | | | | | | | | | | | Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
* | | video_core/macro_jit_x64: warn on invalid parameter accessGravatar Liam2022-05-081-3/+21
|/ /
* | hle/result: Update std::expected replacement messageGravatar Morph2022-05-031-1/+1
| | | | | | | | std::expected is included in C++23
* | hle/result: Add ResultRange overload in ResultValGravatar Morph2022-05-031-1/+3
| | | | | | | | Also marks the implicit conversion operator as constexpr instead of consteval as the constructor is not constant evaluated.
* | Merge pull request #8272 from german77/stick_rangeGravatar bunnei2022-05-034-9/+30
|\ \ | | | | | | yuzu: config: Improve analog stick mapping
| * | yuzu: Config allow to delete single axis directions when buttons are mapped ↵Gravatar Narr the Reg2022-04-262-3/+24
| | | | | | | | | | | | to a stick
| * | yuzu: config: Set default range to 95%Gravatar Narr the Reg2022-04-263-6/+6
| | |
* | | hle/result: Implement ResultRangeGravatar Morph2022-05-021-0/+42
| | | | | | | | | | | | | | | | | | A ResultRange defines an inclusive range of error descriptions within an error module. This can be used to check whether the description of a given ResultCode falls within the range. The conversion function returns a ResultCode with its description set to description_start.
* | | ui: retranslate the network tabGravatar Kyle K2022-05-012-2/+11
| | | | | | | | | | | | | | | Looks like it was just missed when it was added, as currently the Network Tab only has one item RetranslateUI is used more commonly throughout the project
* | | ui: let system locale control format of Custom RTCGravatar Kyle K2022-04-301-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The Custom RTC widget is under the influence of the computers System Locale. The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
* | | Merge pull request #8274 from german77/firmwareGravatar Morph2022-04-292-1/+21
|\ \ \ | | | | | | | | service: hid: Stub IsFirmwareUpdateNeededForNotification
| * | | service: hid: Stub IsFirmwareUpdateNeededForNotificationGravatar german772022-04-272-1/+21
| |/ / | | | | | | | | | Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000)
* | | Merge pull request #8280 from Tachi107/spdx-fixupGravatar Mai M2022-04-2833-357/+90
|\ \ \ | | | | | | | | chore: add missing SPDX tags
| * | | chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-2833-357/+90
| | | | | | | | | | | | | | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
* | | | Merge pull request #8282 from liamwhite/gcc-12Gravatar Mai M2022-04-283-4/+4
|\ \ \ \ | |/ / / |/| | | GCC 12 fixes
| * | | GCC 12 fixesGravatar Liam2022-04-283-4/+4
| | | |
* | | | Merge pull request #8267 from Morph1984/swapbuffersGravatar bunnei2022-04-271-0/+5
|\ \ \ \ | | | | | | | | | | renderer_vulkan: Update screen info if the framebuffer size has changed
| * | | | renderer_vulkan: Update screen info if the framebuffer size has changedGravatar Morph2022-04-261-0/+5
| | |/ / | |/| |
* | | | Merge pull request #8236 from Docteh/sort_translationsGravatar Mai M2022-04-271-6/+67
|\ \ \ \ | | | | | | | | | | Changes to language order in General -> UI -> Interface Language
| * | | | Changes to language order in General -> UI -> Interface LanguageGravatar Kyle K2022-04-271-6/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Language List is from Dolphin, specifically https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DolphinQt/Settings/InterfacePane.cpp#L30 Any languages that are compiled in, but not in the list will be at the end.
* | | | | Merge pull request #8229 from german77/reinterpret2Gravatar bunnei2022-04-2722-386/+429
|\ \ \ \ \ | |_|/ / / |/| | | | service: hid: Access shared memory directly
| * | | | service: hid: Ensure all structs are initializedGravatar Narr the Reg2022-04-2316-104/+105
| | | | |
| * | | | service: hid: Access shared memory directlyGravatar Narr the Reg2022-04-2321-305/+347
| |/ / /
* | | | Merge pull request #8261 from liamwhite/jit-cleanupGravatar Mai M2022-04-243-132/+225
|\ \ \ \ | |_|/ / |/| | | service: jit: document and clean up
| * | | service: jit: document and clean upGravatar Liam2022-04-243-132/+225
| |/ /
* | | Merge pull request #8260 from Morph1984/c4146Gravatar Mai M2022-04-241-1/+1
|\ \ \ | | | | | | | | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF
| * | | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFFGravatar Morph2022-04-241-1/+1
| |/ / | | | | | | | | | Resolves the C4146 compiler warning on MSVC.
* / / Remove unused PrepareReschedule functionGravatar Merry2022-04-247-20/+0
|/ /
* | Merge pull request #8249 from german77/queuedGravatar Morph2022-04-231-3/+5
|\ \ | | | | | | hotkeys: Trigger actions on a separate thread
| * | hotkeys: Trigger actions on a separate threadGravatar Narr the Reg2022-04-231-3/+5
| | |
* | | general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231366-4208/+2745
| | | | | | | | | | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* | | Merge pull request #7976 from BytesGalore/masterGravatar bunnei2022-04-221-1/+2
|\ \ \ | | | | | | | | loader: log the type of mismatching file-extension
| * \ \ Merge branch 'yuzu-emu:master' into masterGravatar BytesGalore2022-03-061-2/+2
| |\ \ \
| * | | | loader: log the type of mismatching file-extensionGravatar BytesGalore2022-03-031-1/+2
| | | | |