summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Move ResultStatus outside of SystemGravatar Morph2021-10-152-43/+45
* core: Remove static system instanceGravatar Morph2021-10-152-28/+5
* Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_errorGravatar Morph2021-10-111-0/+10
|\
| * applets/web: Fallback to loader to get the manual romfs if none is foundGravatar Feng Chen2021-10-111-0/+10
* | kernel: hle_ipc: Foward declare KAutoObjectGravatar Morph2021-10-072-1/+2
* | service: Reduce header include overheadGravatar Morph2021-10-0730-38/+10
* | Merge pull request #7118 from ameerj/vc-gpu-implGravatar Fernando S2021-10-065-52/+36
|\ \
| * | nvflinger: Use jthread and stop_token for VSync threadGravatar ameerj2021-10-032-32/+8
| * | nvhost_ctrl: Refactor usage of gpu.LockSync()Gravatar ameerj2021-10-031-15/+15
| * | gpu: Migrate implementation to the cpp fileGravatar ameerj2021-10-032-5/+13
* | | Merge pull request #7115 from ameerj/log-compileGravatar bunnei2021-10-054-0/+6
|\ \ \
| * | | common/logging: Reduce scope of fmt includeGravatar ameerj2021-10-012-0/+3
| * | | common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-012-0/+3
| |/ /
* | | Merge pull request #7103 from Morph1984/service-ctx-eventGravatar bunnei2021-10-0426-271/+367
|\ \ \
| * | | service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-0126-271/+367
* | | | Merge pull request #7107 from astrelsky/iob_fixGravatar bunnei2021-10-041-1/+5
|\ \ \ \
| * | | | prevent access violation from iob in Memory::IsValidVirtualAddressGravatar Andrew Strelsky2021-09-291-1/+5
* | | | | Merge pull request #7091 from vonchenplus/fix_memroy_leakGravatar Ameer J2021-10-046-9/+114
|\ \ \ \ \
| * | | | | Fix KShareMemory object leakGravatar Feng Chen2021-09-295-3/+106
| * | | | | Fix KScopedAutoObject object leak when SendSyncRequestGravatar Feng Chen2021-09-251-6/+8
| | |_|_|/ | |/| | |
* | | | | Merge pull request #7113 from Morph1984/no-log-ip-addrGravatar bunnei2021-10-021-2/+0
|\ \ \ \ \
| * | | | | network: Do not log IP addressGravatar Morph2021-10-011-2/+0
| | |_|/ / | |/| | |
* | | | | service: am: Make use of Exit to exit the currently running applicationGravatar Morph2021-10-011-2/+2
* | | | | core: Add Exit and ExitCallbackGravatar Morph2021-10-012-0/+25
|/ / / /
* | | | Merge pull request #7102 from Morph1984/remove-boxcatGravatar bunnei2021-10-016-735/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | service: bcat: Remove BoxCat BCAT implementationGravatar Morph2021-09-294-631/+0
| * | | externals: Remove libzipGravatar Morph2021-09-281-1/+1
| * | | file_sys: Remove vfs_libzipGravatar Morph2021-09-283-103/+0
| | |/ | |/|
* / | style: Remove extra space preceding the :: operatorGravatar Morph2021-09-296-7/+7
|/ /
* | Merge pull request #7018 from lat9nq/splat-stubsGravatar Morph2021-09-282-26/+67
|\ \
| * | audin_u: Return a buffer event in RegisterBufferEventGravatar lat9nq2021-09-152-2/+12
| * | audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutoGravatar lat9nq2021-09-152-26/+57
* | | service/es: Update to 13.0.0Gravatar german772021-09-261-0/+6
* | | service/npns: Update to 13.0.0Gravatar german772021-09-261-0/+1
* | | service/vi: Update to 13.0.0Gravatar german772021-09-262-0/+2
* | | service/am: Update to 13.0.0Gravatar german772021-09-261-0/+4
* | | service/audio: Update to 13.0.0Gravatar german772021-09-262-1/+10
* | | service/hid: Update to 13.0.0Gravatar german772021-09-262-0/+10
* | | service/btdrv: Update to 13.0.0Gravatar german772021-09-261-0/+4
* | | service/usb: Update to 13.0.0Gravatar german772021-09-261-3/+3
* | | Merge pull request #7078 from ameerj/vc-jthread-fixesGravatar Morph2021-09-261-1/+1
|\ \ \
| * | | video_core: Fix jthread related hangs when stopping emulationGravatar ameerj2021-09-231-1/+1
| | |/ | |/|
* | | service: bsd: Stub ReadGravatar Morph2021-09-251-6/+5
* | | service: bsd: Implement ReadGravatar Morph2021-09-242-1/+15
* | | general: Update style to clang-format-12Gravatar ameerj2021-09-244-27/+19
* | | core/profile_select: Avoid uninitialized read in SelectProfile()Gravatar Lioncash2021-09-221-1/+2
* | | common/uuid: Add validity checking functions to interfaceGravatar Lioncash2021-09-223-7/+7
|/ /
* | Merge pull request #7019 from ameerj/videocore-jthreadGravatar bunnei2021-09-181-5/+1
|\ \
| * | gpu: Use std::jthread for async gpu threadGravatar ameerj2021-09-151-5/+1
| |/
* | Merge pull request #7020 from Moonlacer/remove_audio_stretchingGravatar bunnei2021-09-181-2/+0
|\ \