summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | std::array and const reference passing of non-trivial objectsGravatar Ameer2020-06-222-14/+13
* | | | | | | | | | | | | | Update src/input_common/main.cppGravatar ameerj2020-06-221-1/+1
* | | | | | | | | | | | | | Tidy up the pointers, use pair over tuple where appropriateGravatar Ameer2020-06-214-24/+22
* | | | | | | | | | | | | | fix for sleep using stlGravatar Ameer2020-06-211-1/+3
* | | | | | | | | | | | | | shared_ptr for the GC adapter class, constexpr constantsGravatar Ameer2020-06-215-66/+52
* | | | | | | | | | | | | | std::arrays where appropriate, clear q in adapter class, other touch upsGravatar Ameer2020-06-215-27/+15
* | | | | | | | | | | | | | fix include threadGravatar Ameer2020-06-211-0/+1
* | | | | | | | | | | | | | Singleton GC Adapter class, remove globals, fix naming conventionGravatar Ameer2020-06-218-228/+283
* | | | | | | | | | | | | | Clang FormattingGravatar Ameer2020-06-219-182/+184
* | | | | | | | | | | | | | Cleanup after linterGravatar Ameer2020-06-219-167/+98
* | | | | | | | | | | | | | GC Adapter ImplementationGravatar Ameer2020-06-2118-161/+1159
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #4120 from lioncash/arbGravatar bunnei2020-06-201-32/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | gl_arb_decompiler: Avoid several string copiesGravatar Lioncash2020-06-191-32/+31
| |/ / / / / / / / / / /
* | | | | | | | | | | | macro_jit_x64: Use ecx for shift registerGravatar MerryMage2020-06-201-2/+2
* | | | | | | | | | | | Merge pull request #4125 from lioncash/macro-shiftGravatar merry2020-06-201-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()Gravatar Lioncash2020-06-191-3/+3
| * | | | | | | | | | | | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()Gravatar Lioncash2020-06-191-3/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4123 from lioncash/unused-varGravatar merry2020-06-201-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | macro_jit_x64: Remove unused variableGravatar Lioncash2020-06-191-2/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4099 from MerryMage/macOS-buildGravatar bunnei2020-06-199-19/+38
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bootmanager: Remove references to OpenGL for macOSGravatar MerryMage2020-06-182-2/+19
| * | | | | | | | | | | memory_manager: Explicitly specifcy std::min<size_t>Gravatar MerryMage2020-06-181-2/+2
| * | | | | | | | | | | shared_font: Service::NS::EncryptSharedFont takes a size_t&Gravatar MerryMage2020-06-181-1/+1
| * | | | | | | | | | | vk_rasterizer: BindTransformFeedbackBuffersEXT accepts a size of type VkDevic...Gravatar MerryMage2020-06-181-1/+1
| * | | | | | | | | | | renderer_vulkan: Fix macOS GetBundleDirectory referenceGravatar MerryMage2020-06-181-1/+3
| * | | | | | | | | | | memory_util: boost hashes are size_tGravatar MerryMage2020-06-181-2/+2
| * | | | | | | | | | | Rename PAGE_SHIFT to PAGE_BITSGravatar MerryMage2020-06-182-10/+10
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4113 from ogniK5377/boxcat-disableGravatar bunnei2020-06-192-3/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add translation of "Current Boxcat Events"Gravatar David Marcec2020-06-201-3/+2
| * | | | | | | | | | | Fix compilation when not building with boxcatGravatar David Marcec2020-06-192-2/+7
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4087 from MerryMage/macrojit-inline-ReadGravatar bunnei2020-06-192-14/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | macro_jit_x64: Remove unused function ReadGravatar MerryMage2020-06-191-8/+4
| * | | | | | | | | | | macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValueGravatar MerryMage2020-06-172-6/+18
* | | | | | | | | | | | input_common/motion_emu: Remove redundant moveGravatar MerryMage2020-06-191-1/+1
* | | | | | | | | | | | input_common/keyboard: Remove redundant moveGravatar MerryMage2020-06-191-1/+1
* | | | | | | | | | | | mii_model: Remove redundant std::moveGravatar MerryMage2020-06-191-1/+1
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4080 from ogniK5377/audren-RendererInfoGravatar bunnei2020-06-192-6/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | audren: Implement RendererInfoGravatar David Marcec2020-06-132-6/+26
* | | | | | | | | | | | Merge pull request #4090 from MerryMage/macrojit-bugsGravatar bunnei2020-06-181-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | macro_jit_x64: Optimization implicitly assumes same destinationGravatar MerryMage2020-06-171-1/+2
| * | | | | | | | | | | macro_jit_x64: Should not skip zero registers for certain ALU opsGravatar MerryMage2020-06-171-1/+3
* | | | | | | | | | | | Merge pull request #4081 from Morph1984/maxwell-to-gl-vkGravatar Rodrigo Locatti2020-06-183-67/+53
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filtersGravatar Morph2020-06-181-2/+4
| * | | | | | | | | | | maxwell_to_vk: Reorder filter cases and correct mipmap_filter=NoneGravatar Morph2020-06-181-17/+15
| * | | | | | | | | | | maxwell_to_gl: Miscellaneous changesGravatar Morph2020-06-181-48/+34
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0Gravatar ReinUsesLisp2020-06-181-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4092 from Morph1984/image-bindingsGravatar Rodrigo Locatti2020-06-181-6/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gl_device: Reserve at least 4 image bindings for fragment stageGravatar Morph2020-06-161-6/+14
* | | | | | | | | | | arm_dynarmic_cp15: Implement CNTPCTGravatar MerryMage2020-06-171-0/+13
* | | | | | | | | | | arm_dynarmic_cp15: Update CP15Gravatar MerryMage2020-06-174-142/+73