summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-04fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman
2018-10-04fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFSZach Hilman
2018-10-04ips_layer: Fix inaccuracies with comments and flagsZach Hilman
2018-10-04ips_layer: Deduplicate resource usageZach Hilman
2018-10-04ips_layer: Add support for escape sequences and midline commentsZach Hilman
2018-10-04patch_manager: Add support for IPSwitch format patchesZach Hilman
2018-10-04ips_layer: Add IPSwitchCompiler to process IPSwitch formatZach Hilman
2018-10-04hex_util: Add HexVectorToString and HexStringToVectorZach Hilman
2018-10-04ui_settings: Place definition of the theme array within the cpp fileLioncash
2018-10-04Merge pull request #1415 from DarkLordZach/ipsbunnei
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-10-04gl_rasterizer: Implement quads topologyReinUsesLisp
2018-10-03Merge pull request #1434 from DarkLordZach/dlc-edge-casebunnei
2018-10-03Merge pull request #1428 from lioncash/qtbunnei
2018-10-03Merge pull request #1431 from lioncash/audiobunnei
2018-10-03Merge pull request #1433 from lioncash/fsbunnei
2018-10-03Merge pull request #1429 from lioncash/translatebunnei
2018-10-03Merge pull request #1436 from lioncash/viewbunnei
2018-10-03Merge pull request #1432 from lioncash/lblbunnei
2018-10-03Merge pull request #1426 from FearlessTobi/port-4253bunnei
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