| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-16 | SVC: Implement svcInfo:IdleTickCount | Fernando Sahmkow | |
| Used by the Witcher 3 | |||
| 2021-10-15 | Merge pull request #7187 from FernandoS27/boy-i-say-boy | bunnei | |
| NVHost_Ctrl: Force wait if the gpu falls behind too long. | |||
| 2021-10-15 | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) | Feng Chen | |
| 2021-10-16 | NvHost/Core: Address Feedback. | Fernando Sahmkow | |
| 2021-10-16 | Suspend temporally | FernandoS27 | |
| 2021-10-16 | NVHost_Ctrl: Force wait if the gpu falls behind too long. | FernandoS27 | |
| 2021-10-13 | KPageTable: Perform ranged invalidation when unmapping code memory | Morph | |
| Co-Authored-By: Fernando S. <1731197+FernandoS27@users.noreply.github.com> | |||
| 2021-10-11 | Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_error | Morph | |
| applets/web: Fallback to loader to get the manual romfs if none is found | |||
| 2021-10-11 | applets/web: Fallback to loader to get the manual romfs if none is found | Feng Chen | |
| 2021-10-07 | kernel: hle_ipc: Foward declare KAutoObject | Morph | |
| 2021-10-07 | service: Reduce header include overhead | Morph | |
| 2021-10-06 | Merge pull request #7118 from ameerj/vc-gpu-impl | Fernando S | |
| gpu: Migrate implementation to the cpp file | |||
| 2021-10-05 | Merge pull request #7115 from ameerj/log-compile | bunnei | |
| common/logging: Reduce dependent header include overhead | |||
| 2021-10-04 | Merge pull request #7103 from Morph1984/service-ctx-event | bunnei | |
| service: Replace all service event creation with ServiceContext::CreateEvent | |||
| 2021-10-04 | Merge pull request #7091 from vonchenplus/fix_memroy_leak | Ameer J | |
| core: Fix memory leak | |||
| 2021-10-03 | nvflinger: Use jthread and stop_token for VSync thread | ameerj | |
| Avoids a destruction data race that may occur on the vsync thread | |||
| 2021-10-03 | nvhost_ctrl: Refactor usage of gpu.LockSync() | ameerj | |
| This seems to only be used to protect a later gpu function call. So we can move the lock into that call instead. | |||
| 2021-10-03 | gpu: Migrate implementation to the cpp file | ameerj | |
| 2021-10-01 | service: am: Make use of Exit to exit the currently running application | Morph | |
| This also moves the call to the end to ensure services are properly destructed on exit. | |||
| 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-10-01 | common/logging: Reduce scope of fmt include | ameerj | |
| 2021-10-01 | common/logging: Move Log::Entry declaration to a separate header | ameerj | |
| This reduces the load of requiring to include std::chrono in all files which include log.h | |||
| 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 | Merge pull request #7018 from lat9nq/splat-stubs | Morph | |
| audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto | |||
| 2021-09-29 | Fix KShareMemory object leak | Feng Chen | |
| 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-25 | Fix KScopedAutoObject object leak when SendSyncRequest | Feng Chen | |
| 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-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-17 | Merge pull request #7015 from german77/NotGoodForTerra | bunnei | |
| ngct: Stub Match | |||
| 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-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 | |||
