summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fsp_srv: Implement OpenDataStorageWithProgramIndexGravatar Morph2020-12-086-1/+83
* file_sys: Consolidate common Title ID operationsGravatar Morph2020-12-085-13/+67
* Merge pull request #5165 from lioncash/copy-controllerGravatar Morph2020-12-081-12/+11
|\
| * controller: Use std::move within ConvertToFrontendParameters()Gravatar Lioncash2020-12-071-3/+3
| * controller: Avoid unnecessary copies in ConfigurationComplete()Gravatar Lioncash2020-12-071-9/+8
* | Merge pull request #5020 from german77/AnalogfromButtonFixGravatar Morph2020-12-085-10/+52
|\ \ | |/ |/|
| * Disable analog joystick from buttons by defaultGravatar german2020-12-075-10/+52
* | Merge pull request #5164 from lioncash/containsGravatar Rodrigo Locatti2020-12-078-16/+13
|\ \
| * | video_core: Make use of ordered container contains() where applicableGravatar Lioncash2020-12-078-16/+13
* | | Merge pull request #5163 from lioncash/concatGravatar Rodrigo Locatti2020-12-071-5/+4
|\ \ \
| * | | ast: Improve string concat readability in operator()Gravatar Lioncash2020-12-071-5/+4
| |/ /
* | | Merge pull request #5153 from comex/xx-unixGravatar bunnei2020-12-072-5/+5
|\ \ \ | |/ / |/| |
| * | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__Gravatar comex2020-12-062-5/+5
* | | Merge pull request #5149 from comex/xx-map-intervalGravatar bunnei2020-12-071-1/+2
|\ \ \
| * | | map_interval: Change field order to address uninitialized field warningGravatar comex2020-12-061-1/+2
* | | | Merge pull request #5159 from lioncash/move-amendGravatar Rodrigo Locatti2020-12-071-2/+2
|\ \ \ \
| * | | | shader_ir: std::move node within DeclareAmend()Gravatar Lioncash2020-12-071-2/+2
* | | | | buffer_block: Mark interface as nodiscard where applicableGravatar Lioncash2020-12-071-7/+7
* | | | | buffer_block: Remove unnecessary includesGravatar Lioncash2020-12-071-5/+0
* | | | | Merge pull request #5158 from lioncash/video-fmtGravatar Rodrigo Locatti2020-12-0733-148/+125
|\ \ \ \ \
| * | | | | video_core: Remove unnecessary enum class casting in logging messagesGravatar Lioncash2020-12-0733-148/+125
| |/ / / /
* | | | | Merge pull request #5148 from comex/xx-unused-fieldsGravatar bunnei2020-12-062-3/+3
|\ \ \ \ \
| * | | | | core: Mark unused fields as [[maybe_unused]]Gravatar comex2020-12-062-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #5154 from comex/xx-ipcGravatar bunnei2020-12-062-34/+37
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cppGravatar comex2020-12-062-34/+37
| | |/ / | |/| |
* | | | Merge pull request #5147 from comex/xx-purevirtGravatar LC2020-12-071-33/+0
|\ \ \ \
| * | | | nvdrv: Remove useless re-declaration of pure virtual methods that were alread...Gravatar comex2020-12-061-33/+0
| | |/ / | |/| |
* | | | Merge pull request #5150 from comex/xx-boxcatGravatar LC2020-12-071-1/+1
|\ \ \ \
| * | | | boxcat: Avoid unnecessary object copyGravatar comex2020-12-061-1/+1
| |/ / /
* | | | Merge pull request #5152 from comex/xx-overrideGravatar LC2020-12-071-1/+1
|\ \ \ \
| * | | | renderer_vulkan: Add missing `override` specifierGravatar comex2020-12-061-1/+1
| |/ / /
* | | | Merge pull request #5136 from lioncash/video-shadow3Gravatar LC2020-12-0749-292/+305
|\ \ \ \
| * | | | video_core: Resolve more variable shadowing scenarios pt.3Gravatar Lioncash2020-12-0549-292/+305
* | | | | Fix "explicitly defaulted but implicitly deleted" warningGravatar comex2020-12-061-1/+1
| |_|/ / |/| | |
* | | | video_core: Adjust `NUM` macro to avoid Clang warningGravatar comex2020-12-063-3/+3
| |/ / |/| |
* | | Merge pull request #5143 from comex/xx-users-sizeGravatar Rodrigo Locatti2020-12-061-1/+0
|\ \ \
| * | | yuzu_cmd: Remove 'users_size'Gravatar comex2020-12-051-1/+0
| |/ /
* | | Merge pull request #5141 from comex/xx-true-falseGravatar Rodrigo Locatti2020-12-061-5/+7
|\ \ \
| * | | maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflictGravatar comex2020-12-051-5/+7
| |/ /
* | | Merge pull request #5140 from FearlessTobi/port-5577Gravatar bunnei2020-12-061-0/+1
|\ \ \
| * | | Update cubeb and request a persistent stream sessionGravatar Vitor Kiguchi2020-12-051-0/+1
* | | | Merge pull request #5132 from lioncash/xbyak-abiGravatar bunnei2020-12-061-10/+10
|\ \ \ \
| * | | | xbyak_abi: Shorten std::size_t to size_tGravatar Lioncash2020-12-051-8/+8
| * | | | xbyak_abi: Avoid implicit sign conversionsGravatar Lioncash2020-12-051-2/+2
* | | | | game_list_p: Resolve deprecated usage of QVariant operator<Gravatar Lioncash2020-12-051-1/+2
| |_|/ / |/| | |
* | | | video_core: Resolve more variable shadowing scenarios pt.2Gravatar Lioncash2020-12-0539-296/+305
* | | | Merge pull request #5124 from lioncash/video-shadowGravatar bunnei2020-12-0542-206/+219
|\ \ \ \
| * | | | video_core: Resolve more variable shadowing scenariosGravatar Lioncash2020-12-0442-206/+219
| | |/ / | |/| |
* | | | Merge pull request #5127 from FearlessTobi/port-5617Gravatar bunnei2020-12-041-3/+3
|\ \ \ \
| * | | | Fix telemetry-related exit crash from use-after-freeGravatar FearlessTobi2020-12-051-3/+3
| |/ / /