| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | core_timing: lock event queue access | 2023-11-14 | 2 | -1/+3 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #12025 from liamwhite/kernel-shutdown-deadlock | 2023-11-14 | 1 | -8/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core: check for thread dpc before eret | |||||
| | * | | | | | | | | | | | | | | core: check for thread dpc before eret | 2023-11-13 | 1 | -8/+8 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #12019 from liamwhite/more-shutdown-deadlocks | 2023-11-14 | 4 | -4/+18 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | audio_core: ignore renderer wait when stream is paused | |||||
| | * | | | | | | | | | | | | | audio_core: ignore renderer wait when stream is paused | 2023-11-12 | 4 | -4/+18 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #11990 from german77/audio | 2023-11-13 | 7 | -13/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yuzu: Save mute when in background setting | |||||
| | * | | | | | | | | | | | | | yuzu: Make mute audio persistent | 2023-11-10 | 2 | -7/+7 | ||
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | yuzu: Save mute when in background setting | 2023-11-10 | 5 | -6/+19 | ||
| | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #12014 from t895/shrink-logo | 2023-11-13 | 5 | -15/+249 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | android: Shrink branding images | |||||
| | * | | | | | | | | | | | | | android: Add a landscape-specific layout to the about page | 2023-11-12 | 1 | -0/+233 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves the logo to the side to fit more information on screen | |||||
| | * | | | | | | | | | | | | | android: Shrink logo in about page | 2023-11-12 | 1 | -5/+5 | ||
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | android: Shrink logo in settings tab | 2023-11-12 | 2 | -6/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusts padding between the cards and logo to fit appropriately | |||||
| | * | | | | | | | | | | | | | android: Fix top app bar tint being cut off in the about fragment | 2023-11-12 | 1 | -4/+4 | ||
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust margin on the toolbar, not the app bar | |||||
| * | | | | | | | | | | | | | Merge pull request #12015 from t895/remove-auto | 2023-11-13 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | android: Remove "auto" region option | |||||
| | * | | | | | | | | | | | | | android: Remove "auto" region option | 2023-11-12 | 1 | -2/+0 | ||
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't exist and if you clicked it, your region would be set to Taiwan. | |||||
| * | | | | | | | | | | | | | android: Use the same transition animation between every fragment in settings | 2023-11-12 | 3 | -28/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The animation that I used for entering search was prone to weird visual bugs and could appear visually jarring. This just makes things appear more consistent. | |||||
| * | | | | | | | | | | | | | android: Use more padding on top of each settings header | 2023-11-12 | 1 | -1/+2 | ||
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | android: Remove dividers between each setting | 2023-11-12 | 1 | -7/+0 | ||
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | android: Add icons and descriptions to the first-level advanced settings page | 2023-11-12 | 13 | -47/+165 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally adjusts padding to place the icons in-line with the back button in the top app bar and makes the text for normal settings appear in-line with the expanded top app bar title. | |||||
| * | | | | | | | | | | | | | android: Remove general section from settings | 2023-11-12 | 2 | -11/+3 | ||
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit speed options were moved to system, cpu accuracy was moved to debug, and PiP was moved to graphics. | |||||
| * | | | | | | | | | | | | Merge pull request #11980 from german77/moment | 2023-11-11 | 6 | -17/+169 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | service: irs: Implement moment image processor | |||||
| | * | | | | | | | | | | | | service: irs: Implement moment image processor | 2023-11-11 | 6 | -17/+169 | ||
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #12005 from german77/homebrew_id | 2023-11-11 | 1 | -4/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yuzu: Keep homebrew on the recently played list | |||||
| | * | | | | | | | | | | | | | yuzu: Keep homebrew on the recently played list | 2023-11-11 | 1 | -4/+5 | ||
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #12004 from liamwhite/fix-hbl | 2023-11-11 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | k_capabilities: ignore map region when KTrace is disabled | |||||
| | * | | | | | | | | | | | | | | k_capabilities: ignore map region when KTrace is disabled | 2023-11-11 | 1 | -0/+3 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #12003 from liamwhite/read-modules | 2023-11-11 | 1 | -47/+118 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gdbstub: read module information from memory layout | |||||
| | * | | | | | | | | | | | | | | gdbstub: read module information from memory layout | 2023-11-11 | 1 | -47/+118 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #11992 from t895/frame-check | 2023-11-11 | 4 | -4/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | android: Hide loading animation on first frame | |||||
| | * | | | | | | | | | | | | | android: Hide loading animation on first frame | 2023-11-09 | 4 | -4/+13 | ||
| | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | k_page_table: fix shutdown | 2023-11-10 | 1 | -7/+0 | ||
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | k_page_table: use more precise icache invalidates | 2023-11-10 | 1 | -4/+9 | ||
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | kernel: add KPageTableBase | 2023-11-10 | 31 | -4879/+7204 | ||
| | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk> | |||||
| * | | | | | | | | | | | | Allocate resources for test window before getting system info | 2023-11-07 | 1 | -0/+1 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Update CMakeLists.txt | 2023-11-07 | 1 | -2/+2 | ||
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update CMakeLists.txt | 2023-11-07 | 1 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated Comments for better readability. | |||||
| * | | | | | | | | | | | Merge pull request #11896 from liamwhite/crop | 2023-11-06 | 4 | -68/+95 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | renderer_vulkan: fix cropping for presentation | |||||
| | * | | | | | | | | | | | renderer_vulkan: fix FSR cropping | 2023-10-28 | 3 | -70/+86 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | renderer_vulkan: fix cropping for presentation | 2023-10-28 | 2 | -46/+57 | ||
| | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #11873 from liamwhite/buffer-control | 2023-11-06 | 18 | -428/+407 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nvdrv: add ioctl command serialization wrapper | |||||
| | * | | | | | | | | | | | nvdrv: rework to remove memcpy | 2023-10-25 | 16 | -225/+243 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | nvdrv: fix up remaining copy calls | 2023-10-25 | 3 | -17/+22 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | nvdrv: convert nvmap | 2023-10-25 | 3 | -60/+26 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | nvdrv: convert codec devices | 2023-10-25 | 6 | -34/+29 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | nvdrv: convert nvhost_gpu | 2023-10-25 | 2 | -76/+49 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | nvdrv: convert nvhost_ctrl | 2023-10-25 | 2 | -34/+29 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | nvdrv: convert nvhost_ctrl_gpu | 2023-10-25 | 2 | -97/+43 | ||
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | nvdrv: add ioctl command serialization, convert nvhost_as_gpu | 2023-10-25 | 5 | -71/+152 | ||
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #11972 from t895/fps-counter-adjustments | 2023-11-06 | 4 | -38/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | android: FPS counter adjustments | |||||
| | * | | | | | | | | | | | | android: Simplify FPS counter padding | 2023-11-05 | 2 | -24/+5 | ||
| | | | | | | | | | | | | | | ||||||