summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu/compatdb: Rework compatibility submission systemGravatar FearlessTobi2022-11-105-71/+404
* Merge pull request #9119 from liamwhite/shutdown-barrierGravatar liamwhite2022-10-256-7/+26
|\
| * core: barrier service thread shutdownGravatar Liam2022-10-236-7/+26
* | Merge pull request #8873 from vonchenplus/fix_legacy_location_errorGravatar bunnei2022-10-245-19/+35
|\ \
| * | Address feedbackGravatar FengChen2022-10-171-6/+6
| * | video_core: Fix legacy to generic location unpairedGravatar FengChen2022-09-205-15/+31
* | | Merge pull request #9122 from liamwhite/burnt-chickenGravatar Fernando S2022-10-242-4/+4
|\ \ \
| * | | nvdrv: fix container destruction orderGravatar Liam2022-10-232-4/+4
| | |/ | |/|
* | | CMakeLists: Disable -Wbraced-scalar-init on ClangGravatar Morph2022-10-221-0/+1
* | | yuzu: Resolve -Wpessimizing-moveGravatar Morph2022-10-221-1/+1
* | | startup_checks: Resolve -Wstringop-truncationGravatar Morph2022-10-221-1/+2
* | | startup_checks: Resolve -WformatGravatar Morph2022-10-221-7/+7
* | | general: Resolve -Wunused-but-set-variableGravatar Morph2022-10-221-2/+2
* | | general: Resolve -Wunused-lambda-capture and C5233Gravatar Morph2022-10-224-29/+24
* | | general: Resolve -Wclass-memaccessGravatar Morph2022-10-223-3/+3
* | | ipc_helpers: Ignore GCC compiler warnings only on GCCGravatar Morph2022-10-221-2/+2
* | | CMakeLists: Enforce C5233 on MSVCGravatar Morph2022-10-221-0/+1
* | | CMakeLists: Disable C4100 and C4324Gravatar Morph2022-10-224-17/+3
* | | CMakeLists: Remove redundant warningsGravatar Morph2022-10-224-12/+0
* | | decoders: Use 2's complement instead of unary -Gravatar Morph2022-10-221-1/+1
* | | CMakeLists: Treat MSVC warnings as errorsGravatar Morph2022-10-224-3/+2
* | | general: Enforce C4800 everywhere except in video_coreGravatar Morph2022-10-2214-41/+57
* | | CMakeLists: Remove all redundant warningsGravatar Morph2022-10-227-45/+4
* | | CMakeLists: Consolidate all unused warnings into -WunusedGravatar Morph2022-10-221-3/+3
* | | CMakeLists: Treat -Wall and -Wextra as errorsGravatar Morph2022-10-221-3/+3
|/ /
* | Merge pull request #9095 from FernandoS27/meat-good-vegetable-badGravatar Fernando S2022-10-222-13/+9
|\ \
| * | Maxwell3D/Puller: Fix regressions and syncing issues.Gravatar Fernando Sahmkow2022-10-192-13/+9
* | | Merge pull request #9106 from lioncash/copy-errGravatar liamwhite2022-10-211-2/+3
|\ \ \
| * | | hid/npad: Fix copy size in GetSupportedNpadIdTypesGravatar Lioncash2022-10-211-2/+3
* | | | Merge pull request #9108 from Morph1984/r32-b24g8Gravatar liamwhite2022-10-211-0/+2
|\ \ \ \
| * | | | format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINTGravatar Morph2022-10-211-0/+2
| |/ / /
* | | | k_session_request: Add missing override specifierGravatar Lioncash2022-10-211-1/+1
* | | | k_session_request: Turn C-style array into std::arrayGravatar Lioncash2022-10-211-1/+3
* | | | k_session_request: Simplify constructor initializationGravatar Lioncash2022-10-211-14/+11
|/ / /
* | | Merge pull request #9078 from liamwhite/session-requestGravatar liamwhite2022-10-2017-200/+608
|\ \ \
| * | | kernel: remove most SessionRequestManager handling from KServerSessionGravatar Liam2022-10-196-138/+119
| * | | kernel: add KSessionRequestGravatar Liam2022-10-1913-62/+489
* | | | Merge pull request #9099 from Docteh/undockedGravatar liamwhite2022-10-201-1/+1
|\ \ \ \
| * | | | Controller Applet had instance of Undocked, make HandheldGravatar Kyle Kienapfel2022-10-201-1/+1
* | | | | Merge pull request #9096 from Kelebek1/audio_15Gravatar bunnei2022-10-205-33/+114
|\ \ \ \ \
| * | | | | Update audio_core for firmware 15.0.0Gravatar Kelebek12022-10-195-33/+114
* | | | | | Merge pull request #9094 from lioncash/fixedGravatar liamwhite2022-10-192-115/+80
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fixed_point: Mark default constructor as constexprGravatar Lioncash2022-10-181-2/+2
| * | | | | fixed_point: Mark copy/move assignment operators and constructors as constexprGravatar Lioncash2022-10-181-3/+6
| * | | | | fixed_point: Mark std::swap and move constructor as noexceptGravatar Lioncash2022-10-181-2/+2
| * | | | | fixed_point: Mark relevant member function [[nodiscard]]Gravatar Lioncash2022-10-181-14/+14
| * | | | | fixed_point: Make to_uint() non-constGravatar Lioncash2022-10-181-2/+2
| * | | | | fixed_point: Use defaulted comparisonsGravatar Lioncash2022-10-181-23/+1
| * | | | | fixed_point: Use variable templates and concepts where applicableGravatar Lioncash2022-10-182-72/+56
| |/ / / /
* | | | | Merge pull request #9082 from Morph1984/futureGravatar liamwhite2022-10-193-13/+59
|\ \ \ \ \