aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE
AgeCommit message (Expand)Author
2018-09-23Improve kernel events implementation (#430)gdkchan
2018-09-21Fix IHidServer code styleAc_K
2018-09-21Full 5.X stubbed IHidServer (#428)Ac_K
2018-09-19Remove cold methods from the CPU cache (#224)gdkchan
2018-09-19Fix performance regression caused by the new scheduler changes (#422)gdkchan
2018-09-19Show Game Title on Titlebar (#408)emmauss
2018-09-18Thread scheduler rewrite (#393)gdkchan
2018-09-18Misc fixes on the arena allocator (#364)gdkchan
2018-09-18Allow "reinterpretation" of framebuffer/zeta formats (#418)gdkchan
2018-09-15Rewrite the C++ Demangler (#416)Thomas Guillemard
2018-09-13Update IStorage.cs (#415)Ac_K
2018-09-10Lock GbpQueueBuffer till Vsync is signalled (#367)emmauss
2018-09-08Implements proper save path (#386)emmauss
2018-09-08Add XCI, NSP and NCA loading support (#404)Alex Barney
2018-09-08Move GPU emulation from Ryujinx.HLE to Ryujinx.Graphics and misc changes (#402)ReinUsesLisp
2018-09-01Implement loading of profile image (#391)emmauss
2018-09-01Fix exception throw message for unimpl texture formats (#398)gdkchan
2018-09-01Add BGRA8Unorm, BGRA8Srgb, ZF32_X24S8 texture format (#377)HorrorTroll
2018-09-01Improve handling on QueryGet on the gpu (#397)gdkchan
2018-08-27Add R32_G32 texture format (#383)HorrorTroll
2018-08-25Implement vertex instancing (#381)ReinUsesLisp
2018-08-24Update BSD service implementation (#363)emmauss
2018-08-23Implement multiple rendertarget attachments and depth writting (#375)ReinUsesLisp
2018-08-23Fix BinarySearchLt to return less than rather than less than or equal value (...gdkchan
2018-08-23Avoid querying and setting texture bindings in hot code (#376)ReinUsesLisp
2018-08-22Improve LM implementation (#373)Thomas Guillemard
2018-08-21SvcSetHeapSize: match kernel check for invalid size (#374)Thomas Guillemard
2018-08-19Rendertarget attachments, texture and image changes (#358)ReinUsesLisp
2018-08-17Fix MapPhysicalMemory when block position is less than map position (#359)gdkchan
2018-08-16Code style fixes and nits on the HLE project (#355)gdkchan
2018-08-16Remove artificial call count limit for EndGl (#357)gdkchan
2018-08-15More flexible memory manager (#307)gdkchan
2018-08-15Implement ITimeZone 201, 202 (#327)emmauss
2018-08-14Reset cache on command buffer execution instead of sync calls (#341)ReinUsesLisp
2018-08-14Better support for user accounts (#349)gdkchan
2018-08-13Implement IProfile Get and GetBase (#266)emmauss
2018-08-13Implement AcquireNpadStyleSetUpdate event (#306)emmauss
2018-08-13Add partial support to the TEX.B shader instruction (#342)gdkchan
2018-08-11fix DockedMode variableUnknown
2018-08-11Merge pull request #304 from emmauss/listdisplaysemmauss
2018-08-11fix dock mode style issuesemmauss
2018-08-11Add the ability to set or not docked mode via config file (#227)greggameplayer
2018-08-10Low level graphics API prerequisites (#319)ReinUsesLisp
2018-08-08Add SetScreenShotImageOrientation (#310)greggameplayer
2018-08-07Fix race condition on IdDictionary (#333)gdkchan
2018-08-04Implement Shared Fonts (#215)Thomas Guillemard
2018-08-02Use the more specific NotImplementedException type instead of just Exception ...AboodMadridista
2018-08-02moved metadata to processemmaus
2018-08-02Merge pull request #298 from Cyuubi/npdmemmauss
2018-07-29Implement A2B10G10R10 TextureFormat (#248)greggameplayer