summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-10-09Merge pull request #1461 from lioncash/warnbunnei
2018-10-09Merge pull request #1464 from lioncash/uniquebunnei
2018-10-09Merge pull request #1466 from lioncash/unusedbunnei
2018-10-09Merge pull request #1463 from FearlessTobi/port-4310bunnei
2018-10-09Merge pull request #1459 from ogniK5377/breakbunnei
2018-10-09Merge pull request #1465 from lioncash/telemetrybunnei
2018-10-09Merge pull request #1462 from lioncash/movebunnei
2018-10-09Merge pull request #1455 from ogniK5377/smo-softlockfixbunnei
2018-10-09gl_shader_decompiler: Remove unused variables in TMML's implementationLioncash
2018-10-09telemetry_session: Remove doxygen comment for a non-existent parameterLioncash
2018-10-09telemetry_session: Add missing includesLioncash
2018-10-09telemetry_session: Remove unimplemented FinalizeAsyncJob prototypeLioncash
2018-10-09telemetry_session: Use a std::array in GenerateTelemetryId()Lioncash
2018-10-09patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...Lioncash
2018-10-09implemented touch in Qt and SDLNeatNit
2018-10-09ips_layer: Avoid constructing std::vector instances where not necessaryLioncash
2018-10-09ips_layer: Remove unnecessary explicit std::pair constructor in std::arrayLioncash
2018-10-09ips_layer: Add missing includesLioncash
2018-10-09ips_layer: std::move data within PatchIPS() and Apply()Lioncash
2018-10-09ips_layer: Silence truncation and conversion warningsLioncash
2018-10-09Added bitfield instead of manually checking if the bit is setDavid Marcec
2018-10-09EffectOutStatus padding is now in hexDavid Marcec
2018-10-09Actual kill execution when the bit isn't set, not the other way aroundDavid Marcec
2018-10-09svcBreak, Signalling to the debugger should not kill executionDavid Marcec
2018-10-08Merge pull request #1423 from DarkLordZach/romfs-file-extsbunnei
2018-10-08Merge pull request #1424 from DarkLordZach/ips-witchbunnei
2018-10-08Merge pull request #1456 from ogniK5377/aoc-u-fixupsbunnei
2018-10-08Merge pull request #1457 from ogniK5377/unmap-bufferbunnei
2018-10-08Unmapping an unmapped buffer should succeedDavid Marcec
2018-10-07nso/nro: Use default allocation size for arg_dataZach Hilman
2018-10-07cmd: Support passing game arguments from command lineZach Hilman
2018-10-07qt: Add UI option to configure argumentsZach Hilman
2018-10-07settings: Add program_args string settingZach Hilman
2018-10-07nso/nro: Add NSO arguments structure to data sectionZach Hilman
2018-10-08Fixed assertion due to CountAddOnContentDavid Marcec
2018-10-06Merge pull request #1396 from DarkLordZach/packed-updatesbunnei
2018-10-07Fixups for softlockDavid Marcec
2018-10-07Fixed missing returnDavid Marcec
2018-10-06Merge pull request #1446 from bunnei/fast_fermi_copybunnei
2018-10-06Merge pull request #1437 from FernandoS27/tex-mode2bunnei
2018-10-07Fixed smo softlockDavid Marcec
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-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei
2018-10-06Implemented Depth Compare and Shadow SamplersFernandoS27
2018-10-06Remove "#" in the version numberfearlessTobi