summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-06hle/service, hle/sm: Compress usages of MakeResult()Lioncash
2018-12-06hle/service, hle/sm: Use structured bindings where applicableLioncash
2018-12-05Merge pull request #1867 from lioncash/allocbunnei
2018-12-05Merge pull request #1866 from lioncash/cachebunnei
2018-12-05Merge pull request #1870 from heapo/pagetable_shrink_to_fitMat M
2018-12-05yuzu/wait_tree: Pass QString by value and std::move in the initializer list f...Lioncash
2018-12-05yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToG...Lioncash
2018-12-05yuzu/game_list_worker: Don't retrieve file type and file type strings twice i...Lioncash
2018-12-05loaders: Make GetFileType() a const qualified member functionLioncash
2018-12-05Call shrink_to_fit after page-table vector resizing to cause crt to actually ...heapo
2018-12-05kernel/process: Set ideal core from metadataLioncash
2018-12-05configuration/config: Use an intermediary variable for accessing playersLioncash
2018-12-05ng_word: Deduplicate use of a constant valueLioncash
2018-12-05system_archive: Use a regular function pointer instead of std::function for f...Lioncash
2018-12-05service/ldr: Deduplicate instruction cache clearing code in LoadNro()Lioncash
2018-12-05service/ldr: Amend layout of the NRO headerLioncash
2018-12-05gl_shader_decompiler: Implement TEXS.F16ReinUsesLisp
2018-12-05service/ldr: Corrent padding within the NRR header layoutLioncash
2018-12-05gl_shader_decompiler: Fixup inverted ifReinUsesLisp
2018-12-04svc: Avoid incorrect fast yield conditionZach Hilman
2018-12-04Merge pull request #1859 from heapo/lut_array_codegenbunnei
2018-12-04kernel/svc: Correct behavior of svcResetSignal()Lioncash
2018-12-04kernel/process: Make Process a WaitObjectLioncash
2018-12-04kernel/readable_event: Add member function for enforcing a strict reset contractLioncash
2018-12-04Improve msvc codegen for hot-path array LUTsheapo
2018-12-04Merge pull request #1704 from DarkLordZach/oss-sysarchivebunnei
2018-12-04Merge pull request #1837 from lioncash/mapbunnei
2018-12-04yuzu/game_list_worker: Move std::string construction after the termination ch...Lioncash
2018-12-04Merge pull request #1838 from lioncash/dedupbunnei
2018-12-04Merge pull request #1836 from lioncash/unusedbunnei
2018-12-04Merge pull request #1860 from lioncash/eventbunnei
2018-12-04kernel/svc: Remove unused header inclusionLioncash
2018-12-04kernel/svc: Implement svcSignalEvent()Lioncash
2018-12-04kernel/svc: Implement svcCreateEvent()Lioncash
2018-12-04qt: Add Properties menu to game list right-clickZach Hilman
2018-12-04Merge pull request #1845 from lioncash/nrobunnei
2018-12-04Merge pull request #1853 from lioncash/eventbunnei
2018-12-04Rewrited TEX/TEXS (TEX Scalar). (#1826)Marcos
2018-12-04Merge pull request #1857 from lioncash/res-infobunnei
2018-12-04Merge pull request #1854 from Subv/old_command_processorbunnei
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-03scheduler: Avoid manual Reschedule callZach Hilman
2018-12-03Merge pull request #1840 from lioncash/infobunnei
2018-12-03scheduler: Only work steal higher priority threads from other coresZach Hilman