summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu_tester: Silence type conversion warningGravatar Morph2020-06-221-1/+1
* lm: Silence no return value warningGravatar Morph2020-06-221-1/+2
* account: Update function tables and add missing classes (#4145)Gravatar VolcaEM2020-06-225-42/+384
* arm_dynarmic_64: Log the instruction when an exception is raisedGravatar Morph2020-06-221-2/+2
* arm_dynarmic_32: Log under Core_ARM instead of HW_GPUGravatar Morph2020-06-221-1/+1
* Merge pull request #4110 from ReinUsesLisp/direct-upload-setsGravatar Rodrigo Locatti2020-06-223-42/+30
|\
| * vk_update_descriptor: Upload descriptor sets data directlyGravatar ReinUsesLisp2020-06-183-42/+30
* | Merge pull request #4122 from lioncash/hideGravatar bunnei2020-06-214-28/+31
|\ \
| * | memory_manager: Eliminate variable shadowingGravatar Lioncash2020-06-192-24/+28
| * | macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()Gravatar Lioncash2020-06-191-2/+2
| * | buffer_cache: Eliminate local variable shadowingGravatar Lioncash2020-06-191-2/+1
* | | Merge pull request #4126 from lioncash/noexceptGravatar bunnei2020-06-212-3/+2
|\ \ \
| * | | vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR()Gravatar Lioncash2020-06-192-3/+2
| |/ /
* | | Merge pull request #4134 from FearlessTobi/port-5322Gravatar bunnei2020-06-213-3/+3
|\ \ \
| * | | Fix: fatal error CVT1100 when compiling manifest fileGravatar FearlessTobi2020-06-213-3/+3
* | | | 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
|/ / / /