summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-04kernel/object: Amend handle types to distinguish between readable and writabl...Lioncash
2018-12-04kernel/handle_table: Amend reference to CTR-OS in Create()Lioncash
2018-12-04kernel/svc: Implement the resource limit svcGetInfo optionLioncash
2018-12-03Removed unused file.Subv
2018-12-03GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.Subv
2018-12-03Merge pull request #1852 from VPeruS/fix-format-stringMat M
2018-12-04[Kernel::CreateThread] Match format specifiers to LOG_TRACE's argumentsV.Kalyuzhny
2018-12-03Merge pull request #1840 from lioncash/infobunnei
2018-12-03Merge pull request #1842 from lioncash/slotbunnei
2018-12-03Merge pull request #1835 from lioncash/cache-globalbunnei
2018-12-03Merge pull request #1822 from ReinUsesLisp/glsl-scopebunnei
2018-12-03Merge pull request #1803 from DarkLordZach/k-able-eventbunnei
2018-12-03Merge pull request #1833 from lioncash/cleanbunnei
2018-12-03Merge pull request #1839 from lioncash/initbunnei
2018-12-03Merge pull request #1841 from ogniK5377/npad-mode-fixbunnei
2018-12-03Merge pull request #1843 from lioncash/tableSebastian Valle
2018-12-02loader/nso: Remove dependency on the System classLioncash
2018-12-02loader/nro: Make the static LoadNro function internally linkedLioncash
2018-12-02loader/nro: Remove dependency on the System classLioncash
2018-12-02service/usb: Update function tableLioncash
2018-12-02service/erpt: Update function tableLioncash
2018-12-02yuzu/configuration: Make slots private where applicableLioncash
2018-12-02yuzu/configuration: Add missing override specifiers to configuration-related ...Lioncash
2018-12-02yuzu/configuration/configure_input: Default destructor in the cpp fileLioncash
2018-12-03Fixed crash with SetNpadModeDavid Marcec
2018-12-02svc: Use the current process' handle table for retrieving the process instanc...Lioncash
2018-12-02svc: Reorganize svcGetInfo, handle more error cases for existing implemented ...Lioncash
2018-12-01service/audio/audout_u: Amend constructor initialization list orderLioncash
2018-12-01Merge pull request #1827 from ReinUsesLisp/clip-and-shaderbunnei
2018-12-01file_sys/registered_cache: Eliminate variable shadowingLioncash
2018-12-01Merge pull request #1825 from ReinUsesLisp/shader-pipeline-cachebunnei
2018-12-01Merge pull request #1795 from ReinUsesLisp/vc-cleanupbunnei
2018-12-01Merge pull request #1823 from bunnei/fix-surface-copybunnei
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-12-01yuzu/game_list_worker: Deduplicate game list entry creationLioncash
2018-12-01yuzu/game_list_worker: Tidy up string handling in FillControlMap()Lioncash
2018-12-01crypto/key_manager: Remove unused variable in GetTicketblob()Lioncash
2018-12-01Merge pull request #1832 from Simek/remove-game-list-borderbunnei
2018-12-01Merge pull request #1830 from Subv/vi_ubbunnei
2018-12-01Fix debug buildLioncash
2018-11-30file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Lioncash
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-11-30remove border from GameListBartosz Kaszubowski
2018-11-30Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Subv
2018-11-30Merge pull request #1829 from lioncash/langbunnei
2018-11-30service/set: Convert GetLanguageCode over to using PushEnum()Lioncash
2018-11-30service/set: Implement MakeLanguageCodeLioncash
2018-11-30configure_input: Amend clang-format discrepanciesLioncash
2018-11-29gl_rasterizer_cache: Update AccurateCopySurface to flush complete source surf...bunnei
2018-11-29gl_rasterizer: Enable clip distances when set in register and in shaderReinUsesLisp