summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* hle/result: Add ResultRange overload in ResultValGravatar Morph2022-05-031-1/+3
* Merge pull request #8272 from german77/stick_rangeGravatar bunnei2022-05-034-9/+30
|\
| * yuzu: Config allow to delete single axis directions when buttons are mapped t...Gravatar Narr the Reg2022-04-262-3/+24
| * yuzu: config: Set default range to 95%Gravatar Narr the Reg2022-04-263-6/+6
* | hle/result: Implement ResultRangeGravatar Morph2022-05-021-0/+42
* | ui: retranslate the network tabGravatar Kyle K2022-05-012-2/+11
* | ui: let system locale control format of Custom RTCGravatar Kyle K2022-04-301-3/+0
* | Merge pull request #8274 from german77/firmwareGravatar Morph2022-04-292-1/+21
|\ \
| * | service: hid: Stub IsFirmwareUpdateNeededForNotificationGravatar german772022-04-272-1/+21
| |/
* | Merge pull request #8280 from Tachi107/spdx-fixupGravatar Mai M2022-04-2833-357/+90
|\ \
| * | chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-2833-357/+90
* | | Merge pull request #8282 from liamwhite/gcc-12Gravatar Mai M2022-04-283-4/+4
|\ \ \ | |/ / |/| |
| * | 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 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 LanguageGravatar Kyle K2022-04-271-6/+67
* | | | Merge pull request #8229 from german77/reinterpret2Gravatar bunnei2022-04-2722-386/+429
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 upGravatar Liam2022-04-243-132/+225
| |/
* | Merge pull request #8260 from Morph1984/c4146Gravatar Mai M2022-04-241-1/+1
|\ \
| * | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFFGravatar Morph2022-04-241-1/+1
| |/
* / 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 threadGravatar Narr the Reg2022-04-231-3/+5
* | general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231366-4208/+2745
* | Merge pull request #7976 from BytesGalore/masterGravatar bunnei2022-04-221-1/+2
|\ \
| * \ 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
* | | | Merge pull request #7978 from german77/sidewayGravatar bunnei2022-04-2110-0/+127
|\ \ \ \ | |_|_|/ |/| | |
| * | | input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg2022-03-2110-0/+127
* | | | Merge pull request #8222 from german77/sixaxis_testGravatar bunnei2022-04-216-99/+363
|\ \ \ \
| * | | | service: hid: Improve accuracy of sixaxis functionsGravatar Narr the Reg2022-04-186-99/+363
* | | | | Merge pull request #8192 from german77/screenshotGravatar Mai M2022-04-213-0/+13
|\ \ \ \ \
| * | | | | bootmanager: Don't create another screenshot request if previous one is not d...Gravatar german772022-04-183-0/+13
| |/ / / /
* | | | | Merge pull request #8232 from liamwhite/backtraceGravatar Mai M2022-04-216-90/+98
|\ \ \ \ \
| * | | | | core/arm: separate backtrace collectionGravatar Liam2022-04-206-90/+98
* | | | | | Merge pull request #8231 from german77/warningGravatar Mai M2022-04-201-0/+9
|\ \ \ \ \ \
| * | | | | | input_common: Ignore boost uninitialized local variableGravatar Narr the Reg2022-04-201-0/+9
* | | | | | | Merge pull request #8224 from Docteh/hihi1Gravatar bunnei2022-04-201-1/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ui: translate hat directionsGravatar Kyle K2022-04-191-1/+19
| | |/ / / / | |/| | | |
* | | | | | Prevent the mouse cursor from leaving the window when mouse panning is enabledGravatar Purple2022-04-192-2/+41
| |/ / / / |/| | | |
* | | | | yuzu: mention GPLv3.0+ in about dialogGravatar Andrea Pappacoda2022-04-181-1/+1
|/ / / /
* | | | Merge pull request #8204 from Docteh/translate_gameslistGravatar Mai M2022-04-173-3/+6
|\ \ \ \
| * | | | ui: Fix Game Compatibility list translationsGravatar Kyle K2022-04-163-3/+6
* | | | | Merge pull request #6558 from german77/ringcon2Gravatar Fernando S2022-04-1629-28/+2608
|\ \ \ \ \