summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-28renderer_opengl: Use explicit binding for presentation shadersReinUsesLisp
2019-11-28renderer_opengl: Drop macros for message decorationsReinUsesLisp
2019-11-28renderer_opengl: Move static definitions to anonymous namespaceReinUsesLisp
2019-11-28renderer_opengl: Move commentaries to header fileReinUsesLisp
2019-11-28Merge pull request #3169 from lioncash/memorybunnei
2019-11-28Merge pull request #3171 from lioncash/internal-linkbunnei
2019-11-28patch_manager: Adds check for disabled cheats to prevent them from being enab...Morph
2019-11-27Merge pull request #3170 from lioncash/enumbunnei
2019-11-27Merge pull request #3174 from lioncash/optionalRodrigo Locatti
2019-11-27video_core/gpu_thread: Tidy up SwapBuffers()Lioncash
2019-11-27Merge pull request #3172 from lioncash/pragmaRodrigo Locatti
2019-11-27video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys()Lioncash
2019-11-27video_core/const_buffer_locker: Remove unused includesLioncash
2019-11-27video_core/const_buffer_locker: Remove #pragma once from cpp fileLioncash
2019-11-27filesys/romfs: Remove unused includesLioncash
2019-11-27filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedLioncash
2019-11-27file_sys/directory: Make EntryType an enum classLioncash
2019-11-26core/memory; Migrate over SetCurrentPageTable() to the Memory classLioncash
2019-11-26core/memory: Migrate over GetPointerFromVMA() to the Memory classLioncash
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classLioncash
2019-11-26core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classLioncash
2019-11-26core/memory: Migrate over ReadCString() to the Memory classLioncash
2019-11-26core/memory: Migrate over GetPointer()Lioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-11-26core/memory: Move memory read/write implementation functions into an anonymou...Lioncash
2019-11-26core/memory: Migrate over address checking functions to the new Memory classLioncash
2019-11-26core/memory: Migrate over memory mapping functions to the new Memory classLioncash
2019-11-26core/memory: Introduce skeleton of Memory classLioncash
2019-11-26Merge pull request #3143 from ReinUsesLisp/indexing-bugbunnei
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)bunnei
2019-11-26Merge pull request #3164 from ReinUsesLisp/half-cast-floatbunnei
2019-11-26Merge pull request #3162 from bunnei/fix-shared-ptr-crashFernando Sahmkow
2019-11-25gl_shader_decompiler: Fix casts from fp32 to f16ReinUsesLisp
2019-11-25kernel: Fix reference management for client/server session.bunnei
2019-11-25gl_device: Deduce indexing bug from device instead of heuristicReinUsesLisp
2019-11-24Merge pull request #3160 from DarkLordZach/opt-ea-clang-fmtbunnei
2019-11-24ci: Continue pipeline on clang format failureZach Hilman
2019-11-24Merge pull request #3158 from ReinUsesLisp/srgb-blitbunnei
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24Merge pull request #3155 from bunnei/fix-asynch-gpu-waitbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-24Merge pull request #3098 from ReinUsesLisp/shader-invalidationsbunnei
2019-11-24gl_texture_cache: Apply sRGB on blitsReinUsesLisp
2019-11-24Merge pull request #3105 from ReinUsesLisp/fix-stencil-regbunnei
2019-11-24Merge pull request #3156 from bunnei/sys-ticksbunnei
2019-11-24Merge pull request #3153 from FearlessTobi/port-4964bunnei
2019-11-24Merge pull request #3145 from ReinUsesLisp/buffer-cache-initbunnei
2019-11-23Update svc.cppbunnei