summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-24buffer_cache: Use buffer methods instead of cache virtual methodsReinUsesLisp
2020-06-24gl_stream_buffer: Use InvalidateBufferData instead unmap and mapReinUsesLisp
2020-06-24gl_rasterizer: Use NV_vertex_buffer_unified_memory for vertex buffer robustnessReinUsesLisp
2020-06-24gl_buffer_cache: Mark buffers as residentReinUsesLisp
2020-06-24gl_device: Expose NV_vertex_buffer_unified_memory except on TuringReinUsesLisp
2020-06-24gl_stream_buffer: Always use a non-coherent bufferReinUsesLisp
2020-06-24gl_stream_buffer: Always use persistent memory mapsReinUsesLisp
2020-06-24Merge pull request #4129 from Morph1984/texture-shadow-lod-workaroundRodrigo Locatti
2020-06-24Move GetKeyCodeMapImpl to an anonymous namespaceDavid Marcec
2020-06-24addressed issuesDavid Marcec
2020-06-24clear mme draw modeDavid Marcec
2020-06-24Addressed issuesDavid Marcec
2020-06-24Fix constbuffer for 0217920100488FF7David Marcec
2020-06-24Macro HLE supportDavid Marcec
2020-06-24Fixed logging outputDavid Marcec
2020-06-24Implement GetKeyCodeMap & GetKeyCodeMap2David Marcec
2020-06-23Merge pull request #4138 from Morph1984/GyroscopeZeroDriftModebunnei
2020-06-23gl_shader_cache: Avoid use after move for program sizeReinUsesLisp
2020-06-23Merge pull request #4128 from lioncash/move2bunnei
2020-06-23cleanup check access, read, and factory GetNextInput funcs. Use size rather t...Ameer
2020-06-23Merge pull request #4135 from FearlessTobi/port-5324bunnei
2020-06-23Merge pull request #4127 from lioncash/dst-typobunnei
2020-06-23Merge pull request #3948 from Morph1984/log-cpu-instructionsbunnei
2020-06-23Fix deallocation of GC AdapterAmeer
2020-06-23Merge pull request #4148 from Morph1984/silence-warningsRodrigo Locatti
2020-06-22yuzu_tester: Silence type conversion warningMorph
2020-06-22lm: Silence no return value warningMorph
2020-06-22Small quality of life indication that mapped button is GCAmeer
2020-06-22shader/half_set: Implement HSET2_IMMReinUsesLisp
2020-06-22std::array and const reference passing of non-trivial objectsAmeer
2020-06-22update libusb dependencyAmeer
2020-06-22Update src/input_common/main.cppameerj
2020-06-22account: Update function tables and add missing classes (#4145)VolcaEM
2020-06-22Merge pull request #4142 from Morph1984/core-arm-loggingLC
2020-06-22TextureCache: Fix case where layer goes off bound.Fernando Sahmkow
2020-06-22Reorder variables to comply with the Auzure build pipelineunknown
2020-06-22arm_dynarmic_64: Log the instruction when an exception is raisedMorph
2020-06-22arm_dynarmic_32: Log under Core_ARM instead of HW_GPUMorph
2020-06-22Merge pull request #4110 from ReinUsesLisp/direct-upload-setsRodrigo Locatti
2020-06-22renderer_vulkan: Update validation layer name and test before enablingReinUsesLisp
2020-06-21Tidy up the pointers, use pair over tuple where appropriateAmeer
2020-06-21fix for sleep using stlAmeer
2020-06-21Merge pull request #4122 from lioncash/hidebunnei
2020-06-21Merge pull request #4126 from lioncash/noexceptbunnei
2020-06-21Merge pull request #4134 from FearlessTobi/port-5322bunnei
2020-06-21shared_ptr for the GC adapter class, constexpr constantsAmeer
2020-06-21std::arrays where appropriate, clear q in adapter class, other touch upsAmeer
2020-06-21fix include threadAmeer
2020-06-21Singleton GC Adapter class, remove globals, fix naming conventionAmeer
2020-06-21hid: Implement Get/ResetGyroscopeZeroDriftModeMorph