summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11639 from liamwhite/no-program-id-changeGravatar liamwhite2023-10-073-1/+10
|\
| * loader: don't reassign program ID on npdm reparseGravatar Liam2023-09-303-1/+10
* | Merge pull request #11648 from liamwhite/unicode-nonsenseGravatar liamwhite2023-10-071-2/+15
|\ \
| * | gdbserver: use numeric character references for unicodeGravatar Liam2023-10-011-2/+15
| |/
* | Merge pull request #11669 from german77/settings2Gravatar liamwhite2023-10-071-0/+4
|\ \
| * | core: Update clocks when settings are savedGravatar Narr the Reg2023-10-031-0/+4
* | | ci: fix new codespell errorsGravatar Liam2023-10-022-2/+2
|/ /
* | Merge pull request #11652 from liamwhite/shutdown-goes-brrrGravatar liamwhite2023-10-021-4/+8
|\ \
| * | k_page_table: skip page table clearing on finalizationGravatar Liam2023-10-011-4/+8
* | | fsp-srv: enable auto save data creation on initGravatar Liam2023-10-011-0/+3
|/ /
* | Merge pull request #11632 from german77/hle_cabinetGravatar liamwhite2023-10-0120-58/+901
|\ \ | |/ |/|
| * service: nfc: Implement SetRegisterInfoPrivate mii supportGravatar Narr the Reg2023-10-011-7/+2
| * service: am: Implement shared bufferGravatar Narr the Reg2023-10-012-10/+125
| * service: nvnflinger: Implement shared bufferGravatar Narr the Reg2023-10-0112-22/+572
| * service: ldn: Implement lp2p:m and stub IMonitorServiceGravatar Narr the Reg2023-10-011-2/+89
| * service: am: Set push in arguments according to the launched appletGravatar Narr the Reg2023-10-016-17/+113
* | Merge pull request #11493 from merryhime/evtGravatar Fernando S2023-09-292-39/+52
|\ \
| * | core_timing: Attempt to reduce heap siftingGravatar Merry2023-09-161-11/+22
| * | core_timing: Use a fibonacci heapGravatar Merry2023-09-162-33/+35
* | | Merge pull request #11546 from Kelebek1/core_timing_mutexGravatar Fernando S2023-09-293-6/+11
|\ \ \
| * | | Reduce core timing mutex contentionGravatar Kelebek12023-09-193-6/+11
* | | | Don't send a double focus change messageGravatar Kelebek12023-09-281-3/+0
| |_|/ |/| |
* | | Merge pull request #11626 from german77/mii-fixGravatar liamwhite2023-09-285-4/+6
|\ \ \
| * | | service: mii: Fix reported bugsGravatar german772023-09-275-4/+6
* | | | Merge pull request #11402 from FernandoS27/depth-bias-controlGravatar liamwhite2023-09-281-0/+7
|\ \ \ \
| * | | | Vulkan: add temporary workaround for AMDVLKGravatar Fernando Sahmkow2023-09-161-0/+7
* | | | | fsp-srv: add GetFileSystemAttributeGravatar Liam2023-09-251-0/+41
| |/ / / |/| | |
* | | | service: mii: Limit checks to string sizeGravatar german772023-09-231-1/+1
* | | | service: hid: Set last connected controller as activeGravatar german772023-09-231-0/+1
* | | | service: am: Stub to exit applet cleanlyGravatar german772023-09-232-3/+31
* | | | service: am: Implement stuff needed for Mii EditGravatar german772023-09-233-22/+238
* | | | service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSa...Gravatar german772023-09-232-2/+24
* | | | service: ns: Implement GetSharedFontInOrderOfPriorityForSystemGravatar german772023-09-231-4/+13
* | | | am: mii_edit: Implement DB operationsGravatar Narr the Reg2023-09-218-73/+139
* | | | pfs: Fix reading filenames past the buffer endGravatar rkfg2023-09-211-0/+1
| |/ / |/| |
* | | Merge pull request #11526 from german77/mii_service_v2Gravatar liamwhite2023-09-1919-244/+1861
|\ \ \
| * | | service: mii: Address review commentsGravatar german772023-09-187-22/+24
| * | | service: mii: Implement the rest of the serviceGravatar german772023-09-173-103/+751
| * | | service: mii: Implement database managerGravatar german772023-09-173-0/+480
| * | | service: mii: Implement figurine databaseGravatar german772023-09-173-0/+210
| * | | service: mii: Add device crc16Gravatar german772023-09-171-0/+26
| * | | service: nfc: Fully Implement GetRegisterInfoPrivateGravatar german772023-09-171-3/+5
| * | | service: mii: Complete structs and fix mistakesGravatar german772023-09-179-138/+387
* | | | Merge pull request #11536 from abouvier/renderdocGravatar liamwhite2023-09-191-1/+1
|\ \ \ \
| * | | | cmake: prefer system renderdoc headerGravatar Alexandre Bouvier2023-09-181-1/+1
| |/ / /
* | | | Merge pull request #11538 from cathyjf/renderdoc-check-correct-win32-symbolGravatar liamwhite2023-09-191-1/+1
|\ \ \ \
| * | | | renderdoc: Check for `_WIN32` symbol rather than `WIN32`Gravatar Cathy J. Fitzpatrick2023-09-181-1/+1
| |/ / /
* / / / aoc: stub purchase info callsGravatar Liam2023-09-181-2/+18
|/ / /
* | | mii_types: Remove null terminator checkGravatar lat9nq2023-09-171-4/+1
* | | Merge pull request #11522 from liamwhite/vfs-needs-resultsGravatar liamwhite2023-09-171-1/+3
|\ \ \