summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-06Merge pull request #1453 from FearlessTobi/port-4311bunnei
2018-10-06Merge pull request #1451 from FearlessTobi/port-4140bunnei
2018-10-06Merge pull request #1448 from ogniK5377/frontend-accessbunnei
2018-10-06Merge pull request #1454 from ReinUsesLisp/fixup-drawMat M
2018-10-06gl_rasterizer: Fixup undefined behaviour in SetupDrawReinUsesLisp
2018-10-06Remove "#" in the version numberfearlessTobi
2018-10-06citra_qt/configuration: misc input tab improvementszhupengfei
2018-10-06Added forward define for ServerPortDavid Marcec
2018-10-06qt: Update telemetry linksLioncash
2018-10-06Ported #4296 from citraDavid Marcec
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