| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | service/audio: Update to 13.0.0 | 2021-09-26 | 2 | -1/+10 | ||
| | | | | ||||||
| * | | | service/hid: Update to 13.0.0 | 2021-09-26 | 2 | -0/+10 | ||
| | | | | ||||||
| * | | | service/btdrv: Update to 13.0.0 | 2021-09-26 | 1 | -0/+4 | ||
| | | | | ||||||
| * | | | service/usb: Update to 13.0.0 | 2021-09-26 | 1 | -3/+3 | ||
| | | | | ||||||
| * | | | Merge pull request #7078 from ameerj/vc-jthread-fixes | 2021-09-26 | 1 | -1/+1 | ||
| |\ \ \ | | | | | | | | | video_core: Fix jthread related hangs when stopping emulation | |||||
| | * | | | video_core: Fix jthread related hangs when stopping emulation | 2021-09-23 | 1 | -1/+1 | ||
| | | |/ | |/| | | | | | | | jthread on some compilers is more picky when it comes to the order in which objects are destroyed. | |||||
| * | | | service: bsd: Stub Read | 2021-09-25 | 1 | -6/+5 | ||
| | | | | | | | | | | | | | - Used by Diablo II: Resurrected | |||||
| * | | | service: bsd: Implement Read | 2021-09-24 | 2 | -1/+15 | ||
| | | | | | | | | | | | | | - Used by Diablo II: Resurrected | |||||
| * | | | general: Update style to clang-format-12 | 2021-09-24 | 4 | -27/+19 | ||
| | | | | ||||||
| * | | | core/profile_select: Avoid uninitialized read in SelectProfile() | 2021-09-22 | 1 | -1/+2 | ||
| | | | | | | | | | | | | | | | | The default constructor of UUID doesn't initialize its data members, so we need to directly initialize it to be invalid. | |||||
| * | | | common/uuid: Add validity checking functions to interface | 2021-09-22 | 3 | -7/+7 | ||
| |/ / | | | | | | | | | Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read. | |||||
| * | | Merge pull request #7019 from ameerj/videocore-jthread | 2021-09-18 | 1 | -5/+1 | ||
| |\ \ | | | | | | | videocore: Use std::jthread for worker threads | |||||
| | * | | gpu: Use std::jthread for async gpu thread | 2021-09-15 | 1 | -5/+1 | ||
| | |/ | ||||||
| * | | Merge pull request #7020 from Moonlacer/remove_audio_stretching | 2021-09-18 | 1 | -2/+0 | ||
| |\ \ | | | | | | | Remove audio stretching | |||||
| | * | | remove-audio-stretching-setting | 2021-09-15 | 1 | -2/+0 | ||
| | | | | ||||||
| * | | | Merge pull request #7015 from german77/NotGoodForTerra | 2021-09-17 | 1 | -1/+14 | ||
| |\ \ \ | | | | | | | | | ngct: Stub Match | |||||
| | * | | | ngct: Stub Match | 2021-09-15 | 1 | -1/+14 | ||
| | | |/ | |/| | | | | Needed for Cruis'n Blast | |||||
| * / | | vfs: Partially implement GetFileTimeStampRaw | 2021-09-14 | 8 | -1/+83 | ||
| |/ / | | | | | | | Gets rid of homebrew warnings using this func | |||||
| * | | Merge pull request #7009 from ameerj/main_process_cleanup | 2021-09-13 | 1 | -3/+12 | ||
| |\ \ | |/ |/| | core: Destroy main_process during shutdown | |||||
| | * | core: Destroy main_process during shutdown | 2021-09-13 | 1 | -3/+12 | ||
| | | | | | | | | | The main_process was never being cleaned up, causing a noticeable memory leak after subsequent launches. This change cleans up the memory during Core Shutdown, mitigating the leak. | |||||
| * | | FS: Mark recursive CreateDirectory as inaccurate and temporary | 2021-09-12 | 1 | -0/+5 | ||
| |/ | ||||||
| * | Merge pull request #6975 from ogniK5377/acc-async-ctx | 2021-09-12 | 4 | -19/+154 | ||
| |\ | | | | | account: EnsureTokenIdCacheAsync | |||||
| | * | Mark is_complete as atomic | 2021-09-09 | 2 | -4/+5 | ||
| | | | ||||||
| | * | Addressed issues | 2021-09-09 | 3 | -15/+14 | ||
| | | | ||||||
| | * | address name shadowing with system | 2021-09-06 | 1 | -2/+2 | ||
| | | | ||||||
| | * | account: EnsureTokenIdCacheAsync | 2021-09-06 | 4 | -19/+154 | ||
| | | | | | | | | | Closes #2547, #6946 | |||||
| * | | Merge pull request #6974 from ogniK5377/fs-recursive-createdir | 2021-09-12 | 1 | -8/+13 | ||
| |\ \ | | | | | | | FS: Recursively create directories for CreateDirectory | |||||
| | * | | Addressed issues | 2021-09-09 | 1 | -1/+1 | ||
| | | | | | | | | | | Co-authored-by: Mai M. <mathew1800@gmail.com> | |||||
| | * | | FS: Recursively create directories for CreateDirectory | 2021-09-06 | 1 | -8/+13 | ||
| | | | | | | | | | | | | | | | | | | | Originally we only created the parent directory, this caused issues for creating directories which also contained subdirectories, eg `/Folder1/Folder2` This allows the ultimate mod manager homebrew to at least boot | |||||
| * | | | Merge pull request #6992 from german77/brains | 2021-09-12 | 5 | -3/+44 | ||
| |\ \ \ | | | | | | | | | hid/am: Stub SetTouchScreenConfiguration and implement GetNotificationStorageChannelEvent | |||||
| | * | | | am: Implement GetNotificationStorageChannelEvent | 2021-09-10 | 2 | -2/+16 | ||
| | | | | | ||||||
| | * | | | hid: Stub SetTouchScreenConfiguration | 2021-09-10 | 3 | -1/+28 | ||
| | | | | | ||||||
| * | | | | Merge pull request #6987 from Morph1984/common-error | 2021-09-12 | 3 | -2/+5 | ||
| |\ \ \ \ | | | | | | | | | | | common: Move error handling functions out of common_funcs | |||||
| | * | | | | kernel: Add missing <functional> include | 2021-09-11 | 1 | -0/+1 | ||
| | | | | | | ||||||
| | * | | | | file_sys/kernel_executable: Add missing <string> include | 2021-09-11 | 1 | -0/+1 | ||
| | | | | | | ||||||
| | * | | | | common: Move error handling to error.cpp/h | 2021-09-11 | 1 | -2/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | This allows us to avoid implicitly including <string> every time common_funcs.h is included. | |||||
| * | | | | | Merge pull request #6986 from Morph1984/version-update | 2021-09-12 | 1 | -5/+12 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | api_version: Update and add AtmosphereTargetFirmware | |||||
| | * | | | | api_version: Update and add AtmosphereTargetFirmware | 2021-09-10 | 1 | -5/+12 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #6846 from ameerj/nvdec-gpu-decode | 2021-09-11 | 1 | -2/+14 | ||
| |\ \ \ \ | | | | | | | | | | | nvdec: Add GPU video decoding for all capable drivers and platforms | |||||
| | * | | | | configure_graphics: Add GPU nvdec decoding as an option | 2021-08-16 | 1 | -2/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some system configurations may see visual regressions or lower performance using GPU decoding compared to CPU decoding. This setting provides the option for users to specify their decoding preference. Co-Authored-By: yzct12345 <87620833+yzct12345@users.noreply.github.com> | |||||
| * | | | | | Merge pull request #6981 from ameerj/nvflinger-hb-format | 2021-09-11 | 3 | -7/+8 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | nvflinger: Use external surface format for framebuffer creation | |||||
| | * | | | | nvflinger: Use external surface format for framebuffer creation | 2021-09-06 | 3 | -7/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The format member the IGBPBuffer may not always specify the correct desired format. Using the external format member ensures a valid format is provided when creating the framebuffer. Fixes homebrew using the wrong framebuffer format. | |||||
| * | | | | | Merge pull request #6971 from bunnei/buffer-queue-kevent | 2021-09-08 | 3 | -14/+24 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | core: hle: service: buffer_queue: Improve management of KEvent. | |||||
| | * | | | | core: hle: service: buffer_queue: Improve management of KEvent. | 2021-09-04 | 3 | -14/+24 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #6965 from bunnei/cpu_manager_jthread | 2021-09-06 | 2 | -18/+13 | ||
| |\ \ \ \ | |/ / / |/| | | | core: cpu_manager: Use jthread. | |||||
| | * | | | core: cpu_manager: Use jthread. | 2021-09-03 | 2 | -18/+13 | ||
| | | |/ | |/| | ||||||
| * / | | core: hle: service: nvflinger/vi: Improve management of KEvent. | 2021-09-03 | 4 | -16/+30 | ||
| |/ / | ||||||
| * | | Merge pull request #6905 from Morph1984/nifm-misc | 2021-08-29 | 2 | -137/+147 | ||
| |\ \ | | | | | | | nifm/network_interface: Cleanup and populate fields in GetCurrentNetworkProfile | |||||
| | * | | service: nifm: Populate fields in GetCurrentNetworkProfile | 2021-08-27 | 1 | -29/+37 | ||
| | | | | | | | | | | | | | Populates the current_address, subnet_mask, and gateway fields from the selected network interface. | |||||
| | * | | service: nifm: Cleanup GetCurrentIpConfigInfo | 2021-08-27 | 1 | -26/+21 | ||
| | | | | ||||||