summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei
2018-10-06fermi_2d: Implement simple copies with AccelerateSurfaceCopy.bunnei
2018-10-06gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies.bunnei
2018-10-06gl_rasterizer_cache: Implement a simpler surface copy using glCopyImageSubData.bunnei
2018-10-06qt: Update telemetry linksLioncash
2018-10-06Merge pull request #1332 from FearlessTobi/port-web-backendbunnei
2018-10-06kernel/mutex: Amend behavior of TransferMutexOwnership()Lioncash
2018-10-05Merge pull request #1440 from lioncash/arraybunnei
2018-10-05Merge pull request #1438 from ReinUsesLisp/quadsbunnei
2018-10-05thread: Make the scheduler pointer a regular pointerbalika011
2018-10-05Merge pull request #1439 from lioncash/threadbunnei
2018-10-05Merge pull request #1442 from lioncash/formatbunnei
2018-10-04text_formatter: Avoid unnecessary string temporary creation in PrintMessage()Lioncash
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-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