summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-02aoc_u: Fix edge case with DLC that causes breaksZach Hilman
2018-10-02services/fsp_srv: Amend service function tableLioncash
2018-10-02service/lbl: Update service function tableLioncash
2018-10-02configure_input: Make analog mapping strings translatableLioncash
2018-10-02configure_audio: Move combo box index setting to their own functionsLioncash
2018-10-02configure_audio: Use QString::fromStdString() for converting audio device namesLioncash
2018-10-02configure_audio: Add disambiguation comment for the volume percentage stringLioncash
2018-10-02configure_graphics: Make functions internally linked where applicableLioncash
2018-10-02nso: Optimize loading of IPS patchesZach Hilman
2018-10-02string_util: unify UTF8<->UTF16 conversion to codecvtWeiyi Wang
2018-10-02string_util: remove TString conversion for windowsWeiyi Wang
2018-10-02string_util: remove ShiftJIS/CP1252 conversion functionWeiyi Wang
2018-10-02Review comments - part 5fearlessTobi
2018-10-02Review comments -part 4fearlessTobi
2018-10-02Review comments - part 3fearlessTobi
2018-10-02web_backend: protect jwt cache with a mutexWeiyi Wang
2018-10-02Address more review commentsfearlessTobi
2018-10-02Address a bunch of review commentsfearlessTobi
2018-10-02Port web_service from CitrafearlessTobi
2018-10-02Add submodulesfearlessTobi
2018-10-01deconstructed_rom_directory: Force NSO loader to patch NSOsZach Hilman
2018-10-01nso: Add framework to support patching of uncompressed NSOsZach Hilman
2018-10-01patch_manager: Add PatchNSO functionZach Hilman
2018-10-01patch_manager: Use strings for patch type instead of enumZach Hilman
2018-10-01file_sys: Implement function to apply IPS patchesZach Hilman
2018-10-01nso: Replace NSOHeader padding bytes with build IDZach Hilman
2018-10-01Merge pull request #1407 from DarkLordZach/dlcbunnei
2018-10-01Merge pull request #1422 from ReinUsesLisp/fixup-pointsbunnei
2018-10-01gl_rasterizer: Fixup unassigned point sizesReinUsesLisp
2018-09-30Merge pull request #1330 from raven02/tldsbunnei
2018-09-30Merge pull request #1420 from MerryMage/dynarmicbunnei
2018-09-30Merge pull request #1322 from bunnei/tex-cubemapbunnei
2018-09-30Merge pull request #1403 from DarkLordZach/install-sysnandbunnei
2018-09-30aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman
2018-09-30aoc_u: Implement GetAddOnContentBaseIdZach Hilman
2018-09-30aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman
2018-09-30romfs_factory: Read from all locations with StorageId NoneZach Hilman
2018-09-30patch_manager: Add DLC recognition to PatchManagerZach Hilman
2018-09-30Merge pull request #1338 from raven02/service_vibunnei
2018-09-30Merge pull request #1417 from lioncash/contextbunnei
2018-09-30gl_rasterizer_cache: Fixes to how we do render to cubemap.bunnei
2018-09-30externals: Update dynarmic to 4e6848dMerryMage
2018-09-30gl_rasterizer_cache: Add check for array rendering to cubemap texture.bunnei
2018-09-30gl_rasterizer_cache: Implement render to cubemap.bunnei
2018-09-30gl_shader_decompiler: TEXS: Implement TextureType::TextureCube.bunnei
2018-09-30gl_rasterizer_cache: Add support for SurfaceTarget::TextureCubemap.bunnei
2018-09-30gl_rasterizer_cache: Implement LoadGLBuffer for Texture2DArray.bunnei
2018-09-30gl_rasterizer_cache: Update BlitTextures to support non-Texture2D ColorTextur...bunnei
2018-09-30gl_rasterizer_cache: Track texture target and depth in the cache.bunnei
2018-09-30gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario.bunnei