| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-01 | service: Replace service event creation with ServiceContext::CreateEvent | Morph | |
| The service context helps to manage all created events and allows us to close them upon destruction. | |||
| 2021-10-01 | Merge pull request #7102 from Morph1984/remove-boxcat | bunnei | |
| Remove Boxcat BCAT backend | |||
| 2021-09-29 | style: Remove extra space preceding the :: operator | Morph | |
| 2021-09-29 | service: bcat: Remove BoxCat BCAT implementation | Morph | |
| The current implementation of BoxCat as it stands is non-functional due to the reliance on a server providing BCAT files. This implementation will eventually be replaced with one that allows the use of local BCAT files dumped from a Nintendo Switch. | |||
| 2021-09-28 | externals: Remove libzip | Morph | |
| 2021-09-28 | file_sys: Remove vfs_libzip | Morph | |
| 2021-09-28 | Merge pull request #7018 from lat9nq/splat-stubs | Morph | |
| audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto | |||
| 2021-09-26 | service/es: Update to 13.0.0 | german77 | |
| 2021-09-26 | service/npns: Update to 13.0.0 | german77 | |
| 2021-09-26 | service/vi: Update to 13.0.0 | german77 | |
| 2021-09-26 | service/am: Update to 13.0.0 | german77 | |
| 2021-09-26 | service/audio: Update to 13.0.0 | german77 | |
| 2021-09-26 | service/hid: Update to 13.0.0 | german77 | |
| 2021-09-26 | service/btdrv: Update to 13.0.0 | german77 | |
| 2021-09-26 | service/usb: Update to 13.0.0 | german77 | |
| 2021-09-26 | Merge pull request #7078 from ameerj/vc-jthread-fixes | Morph | |
| video_core: Fix jthread related hangs when stopping emulation | |||
| 2021-09-25 | service: bsd: Stub Read | Morph | |
| - Used by Diablo II: Resurrected | |||
| 2021-09-24 | service: bsd: Implement Read | Morph | |
| - Used by Diablo II: Resurrected | |||
| 2021-09-24 | general: Update style to clang-format-12 | ameerj | |
| 2021-09-23 | video_core: Fix jthread related hangs when stopping emulation | ameerj | |
| jthread on some compilers is more picky when it comes to the order in which objects are destroyed. | |||
| 2021-09-22 | core/profile_select: Avoid uninitialized read in SelectProfile() | Lioncash | |
| The default constructor of UUID doesn't initialize its data members, so we need to directly initialize it to be invalid. | |||
| 2021-09-22 | common/uuid: Add validity checking functions to interface | Lioncash | |
| Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read. | |||
| 2021-09-18 | Merge pull request #7019 from ameerj/videocore-jthread | bunnei | |
| videocore: Use std::jthread for worker threads | |||
| 2021-09-18 | Merge pull request #7020 from Moonlacer/remove_audio_stretching | bunnei | |
| Remove audio stretching | |||
| 2021-09-17 | Merge pull request #7015 from german77/NotGoodForTerra | bunnei | |
| ngct: Stub Match | |||
| 2021-09-15 | remove-audio-stretching-setting | Moonlacer | |
| 2021-09-15 | gpu: Use std::jthread for async gpu thread | ameerj | |
| 2021-09-15 | audin_u: Return a buffer event in RegisterBufferEvent | lat9nq | |
| Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
| 2021-09-15 | audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto | lat9nq | |
| This also moves IAudioIn's definition to the header. Required for Splatoon 2 LAN play. | |||
| 2021-09-15 | ngct: Stub Match | Narr the Reg | |
| Needed for Cruis'n Blast | |||
| 2021-09-14 | vfs: Partially implement GetFileTimeStampRaw | Morph | |
| Gets rid of homebrew warnings using this func | |||
| 2021-09-13 | Merge pull request #7009 from ameerj/main_process_cleanup | bunnei | |
| core: Destroy main_process during shutdown | |||
| 2021-09-13 | core: Destroy main_process during shutdown | ameerj | |
| 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. | |||
| 2021-09-12 | FS: Mark recursive CreateDirectory as inaccurate and temporary | Morph | |
| 2021-09-12 | Merge pull request #6975 from ogniK5377/acc-async-ctx | Morph | |
| account: EnsureTokenIdCacheAsync | |||
| 2021-09-12 | Merge pull request #6974 from ogniK5377/fs-recursive-createdir | Morph | |
| FS: Recursively create directories for CreateDirectory | |||
| 2021-09-12 | Merge pull request #6992 from german77/brains | Morph | |
| hid/am: Stub SetTouchScreenConfiguration and implement GetNotificationStorageChannelEvent | |||
| 2021-09-12 | Merge pull request #6987 from Morph1984/common-error | Morph | |
| common: Move error handling functions out of common_funcs | |||
| 2021-09-12 | Merge pull request #6986 from Morph1984/version-update | Morph | |
| api_version: Update and add AtmosphereTargetFirmware | |||
| 2021-09-11 | kernel: Add missing <functional> include | Morph | |
| 2021-09-11 | file_sys/kernel_executable: Add missing <string> include | Morph | |
| 2021-09-11 | common: Move error handling to error.cpp/h | Morph | |
| This allows us to avoid implicitly including <string> every time common_funcs.h is included. | |||
| 2021-09-11 | Merge pull request #6846 from ameerj/nvdec-gpu-decode | Fernando S | |
| nvdec: Add GPU video decoding for all capable drivers and platforms | |||
| 2021-09-11 | Merge pull request #6981 from ameerj/nvflinger-hb-format | Fernando S | |
| nvflinger: Use external surface format for framebuffer creation | |||
| 2021-09-10 | am: Implement GetNotificationStorageChannelEvent | german77 | |
| 2021-09-10 | hid: Stub SetTouchScreenConfiguration | german77 | |
| 2021-09-10 | api_version: Update and add AtmosphereTargetFirmware | Morph | |
| 2021-09-09 | Addressed issues | Chloe | |
| Co-authored-by: Mai M. <mathew1800@gmail.com> | |||
| 2021-09-09 | Mark is_complete as atomic | Chloe Marcec | |
| 2021-09-09 | Addressed issues | Chloe Marcec | |
