| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | yuzu/main: Simplify OnMenuLoadFile() | 2018-10-13 | 1 | -14/+12 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1488 from Hexagon12/astc-types | 2018-10-14 | 3 | -6/+32 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Added ASTC 5x4; 8x5 | 2018-10-13 | 3 | -6/+32 | ||
| * | | | | | | | | Merge pull request #1491 from lioncash/reference | 2018-10-14 | 7 | -20/+19 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste... | 2018-10-13 | 7 | -20/+19 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1480 from FernandoS27/neue-swizzle | 2018-10-14 | 8 | -107/+176 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Shorten the implementation of 3D swizzle to only 3 functions | 2018-10-13 | 1 | -70/+27 | ||
| | * | | | | | | | Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer | 2018-10-13 | 2 | -19/+2 | ||
| | * | | | | | | | Propagate depth and depth_block on modules using decoders | 2018-10-13 | 8 | -54/+67 | ||
| | * | | | | | | | Remove old Swizzle algorithms and use 3d Swizzle | 2018-10-13 | 1 | -93/+69 | ||
| | * | | | | | | | Implement Precise 3D Swizzle | 2018-10-13 | 1 | -3/+71 | ||
| | * | | | | | | | Implement Fast 3D Swizzle | 2018-10-13 | 1 | -2/+74 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1492 from lioncash/proc | 2018-10-14 | 3 | -4/+50 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | svc: Implement svcGetProcessInfo | 2018-10-13 | 3 | -4/+50 | ||
| | |/ / / / / / | ||||||
| * / / / / / / | Stop all threads on svcBreak | 2018-10-14 | 1 | -0/+6 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1409 from DarkLordZach/key-derivation | 2018-10-12 | 10 | -74/+1663 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | partition_data_manager: Rename system files for hekate | 2018-10-07 | 6 | -195/+247 | ||
| | * | | | | | | qt: Add rederive keyset menu option | 2018-10-07 | 3 | -49/+89 | ||
| | * | | | | | | qt: Add key derivation progress bar on initial setup | 2018-10-07 | 1 | -0/+52 | ||
| | * | | | | | | crypto: Add PartitionDataManager | 2018-10-07 | 3 | -0/+692 | ||
| | * | | | | | | key_manager: Add support for loading keys from partition data | 2018-10-07 | 2 | -0/+88 | ||
| | * | | | | | | key_manager: Add ETicket key derivation | 2018-10-07 | 3 | -2/+277 | ||
| | * | | | | | | key_manager: Add base key derivation | 2018-10-07 | 2 | -4/+220 | ||
| | * | | | | | | key_manager: Add BIS key getter | 2018-10-07 | 2 | -2/+19 | ||
| | * | | | | | | key_manager: Add support for more keys | 2018-10-07 | 2 | -3/+99 | ||
| | * | | | | | | key_manager: Add keyblob support | 2018-10-07 | 2 | -0/+14 | ||
| | * | | | | | | key_manager: Add support for crypto revisions past 04 | 2018-10-07 | 1 | -43/+63 | ||
| | * | | | | | | key_manager: Add support for comments in keyfiles | 2018-10-07 | 1 | -0/+3 | ||
| | * | | | | | | vfs: Move forward declarations to separate file | 2018-10-07 | 2 | -9/+22 | ||
| | * | | | | | | key_manager: Add support for console-specific keyfile | 2018-10-07 | 2 | -3/+13 | ||
| | * | | | | | | key_manager: Rename KEK to Kek | 2018-10-07 | 2 | -8/+9 | ||
| * | | | | | | | Merge pull request #1483 from lioncash/codeset | 2018-10-12 | 7 | -83/+45 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/process: Make CodeSet a regular non-inherited object | 2018-10-12 | 7 | -83/+45 | ||
| * | | | | | | | | Merge pull request #1484 from FernandoS27/calculate-size | 2018-10-12 | 2 | -0/+22 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Implemented helper function to correctly calculate a texture's size | 2018-10-12 | 2 | -0/+22 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1481 from lioncash/typo | 2018-10-12 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory | 2018-10-12 | 1 | -3/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1467 from ogniK5377/svcbreak-type-fix | 2018-10-12 | 2 | -28/+36 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Changed all casts in svc_wrap.h to be static_cast instead | 2018-10-10 | 1 | -25/+28 | ||
| | * | | | | | | | Use a better name than "dont_kill_application" | 2018-10-10 | 1 | -2/+2 | ||
| | * | | | | | | | Fixed incorrect types for svcBreak | 2018-10-10 | 2 | -3/+8 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap | 2018-10-12 | 1 | -3/+10 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Returned an error before processing other remaps | 2018-10-12 | 1 | -6/+2 | ||
| | * | | | | | | | Passing an invalid nmap handle to Remap should throw an error | 2018-10-11 | 1 | -3/+14 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1482 from lioncash/init | 2018-10-12 | 1 | -4/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | thread: Remove unnecessary memset from ResetThreadContext() | 2018-10-12 | 1 | -4/+1 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1479 from ogniK5377/nmap-revamped | 2018-10-12 | 1 | -12/+60 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Made the minimum alignment more clear | 2018-10-12 | 1 | -2/+3 | ||
| | * | | | | | | Added error codes for nvmap | 2018-10-11 | 1 | -12/+59 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance | 2018-10-11 | 1 | -3/+34 | ||
| |\ \ \ \ \ \ | ||||||