7680 Commits (1c7a7ed79ba55c5fdefd729b12d6b8aa86a0779b)

Author SHA1 Message Date
Lioncash 1c7a7ed79b svc: Implement svcGetProcessInfo 7 years ago
FernandoS27 97b6405a17 Implemented helper function to correctly calculate a texture's size 7 years ago
Lioncash 1abed2f4c4 kernel/process: Make CodeSet a regular non-inherited object 7 years ago
Lioncash b492d43e63 thread: Remove unnecessary memset from ResetThreadContext() 7 years ago
David Marcec 4d2de6564f Returned an error before processing other remaps 7 years ago
David Marcec c55b5de0fb Made the minimum alignment more clear 7 years ago
Lioncash 4ccf30dfaa svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory 7 years ago
David Marcec c7763603ef Added error codes for nvmap 7 years ago
David Marcec 5dd538cace Passing an invalid nmap handle to Remap should throw an error 7 years ago
ReinUsesLisp 17290a4416 gl_shader_decompiler: Implement VMAD 7 years ago
bunnei bf795edac4 nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer. 7 years ago
David Marcec fa10905e1e HwOpus, Implemented DecodeInterleavedWithPerformance 7 years ago
Lioncash 72e9cb523e svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory 7 years ago
Lioncash 5c0408596f kernel/thread: Use a regular pointer for the owner/current process 7 years ago
FernandoS27 5f4ee6f0c8 Add memory Layout to Render Targets and Depth Buffers 7 years ago
David Marcec 2db37ddea9 Changed all casts in svc_wrap.h to be static_cast instead 7 years ago
David Marcec 09b6dda8f0 Use a better name than "dont_kill_application" 7 years ago
David Marcec a4412c8e22 Fixed incorrect types for svcBreak 7 years ago
FernandoS27 af653906d0 Fixed block height settings for RenderTargets and Depth Buffers, and added block width and block depth 7 years ago
Lioncash 6e27c5d4d1 gl_shader_decompiler: Remove unused variables in TMML's implementation 7 years ago
Lioncash e3b4d31f4e telemetry_session: Remove doxygen comment for a non-existent parameter 7 years ago
Lioncash 8aa4889e76 telemetry_session: Add missing includes 7 years ago
Lioncash 1964f4bbb3 telemetry_session: Remove unimplemented FinalizeAsyncJob prototype 7 years ago
Lioncash 8723cc8798 telemetry_session: Use a std::array in GenerateTelemetryId() 7 years ago
Lioncash 6636f3ff47 patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
NeatNit 4f24343f32 implemented touch in Qt and SDL 7 years ago
Lioncash 465175cdf5 ips_layer: Avoid constructing std::vector instances where not necessary 7 years ago
Lioncash 9ff743bc0a ips_layer: Remove unnecessary explicit std::pair constructor in std::array 7 years ago
Lioncash f7d2889fb4 ips_layer: Add missing includes 7 years ago
Lioncash 93ac8d0fea ips_layer: std::move data within PatchIPS() and Apply() 7 years ago
Lioncash 567e818440 ips_layer: Silence truncation and conversion warnings 7 years ago
FernandoS27 be97fc884d Implement Scissor Test 7 years ago
David Marcec f5631e78d1 Added bitfield instead of manually checking if the bit is set 7 years ago
FernandoS27 30ff42b8cc Assert Scissor tests 7 years ago
David Marcec a47c1c77e6 EffectOutStatus padding is now in hex 7 years ago
David Marcec af3ba94b2a Actual kill execution when the bit isn't set, not the other way around 7 years ago
David Marcec c50f66a8eb svcBreak, Signalling to the debugger should not kill execution 7 years ago
David Marcec c5c184246d Unmapping an unmapped buffer should succeed 7 years ago
ReinUsesLisp 7c2d6ef210 gl_shader_decompiler: Move position varying location from 15 to 0 and apply an offset 7 years ago
ReinUsesLisp ee4d538850 gl_shader_decompiler: Implement geometry shaders 7 years ago
ReinUsesLisp 4d0c682468 video_core: Allow LabelGLObject to use extra info on any object 7 years ago
Zach Hilman f945e9767c nso/nro: Use default allocation size for arg_data 7 years ago
Zach Hilman 081f5c1dbf cmd: Support passing game arguments from command line 7 years ago
Zach Hilman 8bbc12b9c2 qt: Add UI option to configure arguments 7 years ago
Zach Hilman 95dff555a4 settings: Add program_args string setting 7 years ago
Zach Hilman e09505ff61 nso/nro: Add NSO arguments structure to data section 7 years ago
Zach Hilman 3ec054643e partition_data_manager: Rename system files for hekate 7 years ago
Zach Hilman 8f958b89e7 qt: Add rederive keyset menu option 7 years ago
Zach Hilman 3edafc6802 qt: Add key derivation progress bar on initial setup 7 years ago
Zach Hilman 29dc6f4519 crypto: Add PartitionDataManager 7 years ago