summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #5157 from lioncash/array-dirtyGravatar bunnei2020-12-151-34/+33
|\ \ \ \ \ \ \
| * | | | | | | maxwell_3d: Move member variables to end of classGravatar Lioncash2020-12-061-31/+32
| * | | | | | | maxwell_3d: Resolve -Wdocumentation warningGravatar Lioncash2020-12-061-1/+1
| * | | | | | | maxwell_3d: Remove unused dirty_pointer arrayGravatar Lioncash2020-12-061-2/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5168 from Morph1984/aoc-PurchaseEventManagerGravatar bunnei2020-12-142-2/+76
|\ \ \ \ \ \ \
| * | | | | | | IPurchaseEventManager: Implement GetPurchasedEventReadableHandleGravatar Morph2020-12-081-1/+14
| * | | | | | | IPurchaseEventManager: Stub Set(Default)DeliveryTargetGravatar Morph2020-12-081-2/+27
| * | | | | | | aoc_u: Stub Create(Permanent)EcPurchasedEventManagerGravatar Morph2020-12-082-2/+38
* | | | | | | | cmake: Fix generating CMake configs and linking with BoostGravatar lat9nq2020-12-131-1/+1
* | | | | | | | common: Update CMakeList to fix build issue with Boost.Gravatar bunnei2020-12-121-2/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #5183 from lioncash/alias2Gravatar bunnei2020-12-1228-136/+142
|\ \ \ \ \ \ \
| * | | | | | | vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-1028-136/+142
* | | | | | | | Merge pull request #5187 from Morph1984/revert-stdfsGravatar bunnei2020-12-113-136/+390
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Merge pull request #5173 from lioncash/common-fs"Gravatar Morph2020-12-112-112/+396
| * | | | | | | | Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix"Gravatar Morph2020-12-112-36/+4
| * | | | | | | | Revert "Merge pull request #5176 from Morph1984/fix-createfile"Gravatar Morph2020-12-111-6/+2
| * | | | | | | | Revert "Merge pull request #5179 from ReinUsesLisp/fs-path"Gravatar Morph2020-12-111-1/+1
| * | | | | | | | Revert "Merge pull request #5181 from Morph1984/5174-review"Gravatar Morph2020-12-111-3/+9
* | | | | | | | | Merge pull request #5172 from lioncash/svc-wideGravatar bunnei2020-12-111-35/+25
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | svc: Remove unnecessary castsGravatar Lioncash2020-12-081-35/+25
* | | | | | | | | Merge pull request #5181 from Morph1984/5174-reviewGravatar bunnei2020-12-101-9/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | common/file_util: Simplify the behavior of CreateFullPathGravatar Morph2020-12-091-9/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailableGravatar bunnei2020-12-101-1/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nim: Stub IsLargeResourceAvailableGravatar Morph2020-12-041-1/+13
* | | | | | | | | | Merge pull request #5162 from lioncash/copy-shaderGravatar bunnei2020-12-101-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers()Gravatar Lioncash2020-12-071-1/+1
* | | | | | | | | | 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
| | |_|_|/ / / / / | |/| | | | | | |