summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-06Merge pull request #1861 from lioncash/resetbunnei
2018-12-06Avoid (expensive) audio interpolation when sample rates already matchheapo
2018-12-06Merge pull request #1824 from ReinUsesLisp/fbcachebunnei
2018-12-06Merge pull request #1863 from ReinUsesLisp/texs-f16bunnei
2018-12-06system_archive: Implement open source NgWord2Zach Hilman
2018-12-06hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSGLioncash
2018-12-06hle/service: Remove unnecessary using declarationsLioncash
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-05configure_input_simple: Properly signal docked mode changeZach Hilman
2018-12-05configure_input: Add ConfigureInputSimple as default input UI configZach Hilman
2018-12-05configure_input: Convert into QDialogZach Hilman
2018-12-05configure: Use ConfigureInputSimple for Input tabZach Hilman
2018-12-05ui_settings: Add UI setting for input profile indexZach Hilman
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