summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/file_util: Let std::filesystem cast from UTF16 to std::stringGravatar ReinUsesLisp2020-12-091-1/+1
* vfs_real: Fix CreateFile for files without a file extensionGravatar Morph2020-12-091-2/+6
* common/file_util: Fix and deprecate CreateFullPath, add CreateDirsGravatar ReinUsesLisp2020-12-092-4/+31
* common/file_util: Succeed on CreateDir when the directory existsGravatar ReinUsesLisp2020-12-091-0/+5
* Merge pull request #5142 from comex/xx-poll-eventsGravatar Rodrigo Locatti2020-12-096-71/+82
|\
| * network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...Gravatar comex2020-12-066-71/+82
* | Merge pull request #5173 from lioncash/common-fsGravatar Rodrigo Locatti2020-12-092-396/+112
|\ \
| * | file_util: Migrate remaining file handling functions over to std::filesystemGravatar Lioncash2020-12-092-340/+100
| * | file_util: Migrate Exists() and IsDirectory() over to std::filesystemGravatar Lioncash2020-12-082-57/+13
* | | Merge pull request #5166 from lioncash/log-castGravatar bunnei2020-12-0825-96/+90
|\ \ \
| * | | core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-0725-96/+90
* | | | Merge pull request #5135 from Morph1984/applets-shadowGravatar bunnei2020-12-0810-19/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | applets: Resolve variable shadowingGravatar Morph2020-12-0510-19/+19
* | | | Merge pull request #5167 from lioncash/doc-memoryGravatar bunnei2020-12-081-2/+0
|\ \ \ \
| * | | | memory: Resolve -Wdocumentation warning for Write()Gravatar Lioncash2020-12-081-2/+0
| | |/ / | |/| |
* | | | Merge pull request #5156 from comex/xx-rawsGravatar bunnei2020-12-081-2/+2
|\ \ \ \
| * | | | configure_motion_touch: Fix unescaped backslash in regexGravatar comex2020-12-061-2/+2
| | |_|/ | |/| |
* | | | 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
| |/ / |/| |