| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | content_archive: Add optional KeyManager parameter to constructor | 2018-11-01 | 2 | -3/+5 | ||
| * | | | | | | | | | | Merge pull request #1676 from lioncash/warn | 2018-11-16 | 2 | -3/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gl_state: Amend compilation warnings | 2018-11-13 | 2 | -3/+4 | ||
| | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1706 from lioncash/file-err | 2018-11-16 | 4 | -33/+16 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | file_sys/errors: Remove currently unused filesystem error codes | 2018-11-16 | 1 | -10/+0 | ||
| | * | | | | | | | | | | file_sys/errors: Get rid of the ErrCodes namespace | 2018-11-16 | 1 | -17/+5 | ||
| | * | | | | | | | | | | file_sys/errors: Extract FS-related error codes to file_sys/errors.h | 2018-11-16 | 4 | -14/+19 | ||
| | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Added SetIsPalmaAllConnectable, SetPalmaBoostMode | 2018-11-17 | 1 | -2/+14 | ||
| | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Fixed switching operation modes when not running a game | 2018-11-16 | 1 | -0/+3 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Fixed priority switching edge case for handheld (#1675) | 2018-11-15 | 1 | -12/+46 | ||
| * | | | | | | | | Merge pull request #1699 from DarkLordZach/deterministic-rng-3 | 2018-11-15 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | csrng: Use random integer distribution instead of raw engine | 2018-11-15 | 1 | -1/+2 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1687 from lioncash/deduplication | 2018-11-15 | 2 | -37/+13 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/thread: Deduplicate scheduler switching code | 2018-11-14 | 2 | -37/+13 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1618 from DarkLordZach/dump-nso | 2018-11-15 | 12 | -8/+75 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | patch_manager: Add support for dumping decompressed NSOs | 2018-10-29 | 2 | -1/+14 | ||
| | * | | | | | | | | settings: Add setting to control NSO dumping | 2018-10-29 | 6 | -1/+28 | ||
| | * | | | | | | | | bis_factory: Add getter for mod dump root for a title ID | 2018-10-29 | 4 | -6/+33 | ||
| * | | | | | | | | | Merge pull request #1691 from lioncash/audren | 2018-11-15 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | service/audren_u: Forward RequestUpdateAuto through the same function as Requ... | 2018-11-14 | 1 | -3/+3 | ||
| * | | | | | | | | | Merge pull request #1637 from FernandoS27/cache | 2018-11-14 | 1 | -18/+17 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Improved GPU Caches lookup Speed | 2018-11-11 | 1 | -18/+17 | ||
| * | | | | | | | | | | Merge pull request #1697 from lioncash/acc | 2018-11-14 | 2 | -15/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSa... | 2018-11-14 | 1 | -4/+5 | ||
| | * | | | | | | | | | | profile_manager: Move UUID Format function definitions into the cpp file | 2018-11-14 | 2 | -11/+18 | ||
| * | | | | | | | | | | | Merge pull request #1696 from lioncash/acc-cond | 2018-11-14 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | service/acc: Correct error case within TrySelectUserWithoutInteraction() | 2018-11-14 | 1 | -2/+4 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1695 from lioncash/tr | 2018-11-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | yuzu/configure_system: Mark the entropy mask string as nontranslatable | 2018-11-14 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1690 from lioncash/nfp | 2018-11-14 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | nfp: Correct erroneous sizeof expression within GetTagInfo() | 2018-11-14 | 1 | -1/+1 | ||
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1689 from lioncash/break | 2018-11-14 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | hid/npad: Add missing break in switch statement within Controller_NPad::OnUpd... | 2018-11-14 | 1 | -0/+1 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1688 from lioncash/unused | 2018-11-14 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | service: Mark MakeFunctionString with the [[maybe_unused]] attribute. | 2018-11-14 | 1 | -2/+2 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1684 from lioncash/common | 2018-11-14 | 2 | -88/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | string_util: Remove ArrayToString() | 2018-11-13 | 2 | -21/+0 | ||
| | * | | | | | | | | | | string_util: Remove TryParse() | 2018-11-13 | 2 | -54/+3 | ||
| | * | | | | | | | | | | string_util: Remove ThousandSeparate() | 2018-11-13 | 1 | -14/+0 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1679 from DarkLordZach/deterministic-rng-2 | 2018-11-14 | 6 | -8/+33 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | svc: Use proper random entropy generation algorithm | 2018-11-13 | 6 | -8/+33 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1662 from FreddyFunk/CopySurface-Optimization | 2018-11-13 | 1 | -10/+7 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_rasterizer_cache: Remove unnecessary memory allocation and copy in CopySur... | 2018-11-08 | 1 | -10/+7 | ||
| * | | | | | | | | | | Merge pull request #1686 from DarkLordZach/move-open-yuzu-folder | 2018-11-13 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | qt: Move Open yuzu Folder action from Help to File | 2018-11-13 | 1 | -1/+2 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1685 from lioncash/base | 2018-11-13 | 1 | -1/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core/renderer_base: Remove GL include from the renderer base class files | 2018-11-13 | 1 | -1/+0 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1677 from FreddyFunk/skip-vao-binding-cleanup | 2018-11-13 | 1 | -4/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gl_rasterizer: Minor cleanup | 2018-11-13 | 1 | -4/+2 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1680 from lioncash/mem | 2018-11-13 | 4 | -86/+98 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||