summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-03Merge pull request #1435 from lioncash/xcibunnei
2018-10-03Implemented Texture Processing Modes in TEXS and TLDSFernandoS27
2018-10-03submission_package: Avoid dangling std::string_view within SetTicketKeys()Lioncash
2018-10-03submission_package: Correct location of null check within SetTicketKeys()Lioncash
2018-10-03submission_package: Use std::string's rfind() when looking for the extension ...Lioncash
2018-10-03submission_package: Ensure the 'extracted' member variable is always initializedLioncash
2018-10-03submission_package: Move ExeFS and RomFS initialization to its own functionLioncash
2018-10-03submission_package: Move NCA reading code to its own functionLioncash
2018-10-03submission_package: Move ticket key setting to its own functionLioncash
2018-10-03submission_package: Invert conditionals within NSP's constructor to reduce ne...Lioncash
2018-10-02card_image: Ensure program_nca_status is always initializedLioncash
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