summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-10Fixed incorrect types for svcBreakDavid Marcec
2018-10-09Fixed block height settings for RenderTargets and Depth Buffers, and added bl...FernandoS27
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-08Implement Scissor TestFernandoS27
2018-10-09Added bitfield instead of manually checking if the bit is setDavid Marcec
2018-10-08Assert Scissor testsFernandoS27
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-08Merge pull request #1419 from DarkLordZach/homebrew-argsbunnei
2018-10-08Unmapping an unmapped buffer should succeedDavid Marcec
2018-10-07gl_shader_decompiler: Move position varying location from 15 to 0 and apply a...ReinUsesLisp
2018-10-07gl_shader_decompiler: Implement geometry shadersReinUsesLisp
2018-10-07video_core: Allow LabelGLObject to use extra info on any objectReinUsesLisp
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-07partition_data_manager: Rename system files for hekateZach Hilman
2018-10-07qt: Add rederive keyset menu optionZach Hilman
2018-10-07qt: Add key derivation progress bar on initial setupZach Hilman
2018-10-07crypto: Add PartitionDataManagerZach Hilman
2018-10-07key_manager: Add support for loading keys from partition dataZach Hilman
2018-10-07key_manager: Add ETicket key derivationZach Hilman
2018-10-07key_manager: Add base key derivationZach Hilman
2018-10-07key_manager: Add BIS key getterZach Hilman
2018-10-07key_manager: Add support for more keysZach Hilman
2018-10-07key_manager: Add keyblob supportZach Hilman