summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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: Implement Depth Bias Control
| * | | | 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 ↵Gravatar german772023-09-232-2/+24
| | | | | | | | | | | | | | | | OpenSaveDataFileSystemBySystemSaveDataId
* | | | 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: Update implementation Part2 - Mii database support
| * | | 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 header
| * | | | 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`
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | This is an OoB array access, causing a crash on at least the Linux Flatpak releases. Co-authored-by: german77 <juangerman-13@hotmail.com>
* | | Merge pull request #11522 from liamwhite/vfs-needs-resultsGravatar liamwhite2023-09-171-1/+3
|\ \ \ | | | | | | | | registered_cache: correct file deletion case
| * | | registered_cache: correct file deletion caseGravatar Liam2023-09-161-1/+3
| |/ /
* / / Reimplement HardwareOpusGravatar Kelebek12023-09-165-335/+428
|/ /
* | Merge pull request #11519 from german77/system-policyGravatar liamwhite2023-09-164-8/+52
|\ \ | | | | | | service: hid: Implement ApplyNpadSystemCommonPolicy
| * | service: hid: Implement ApplyNpadSystemCommonPolicyGravatar german772023-09-164-8/+52
| | |
* | | Merge pull request #11518 from german77/bad-npadGravatar liamwhite2023-09-165-36/+42
|\ \ \ | | | | | | | | service: hid: Implement last active Npad and fix some errors.
| * | | hid: service: Remove outdated field from npadGravatar german772023-09-162-27/+14
| | | |
| * | | hid: service: Implement Last active NpadGravatar german772023-09-164-1/+20
| | | |
| * | | service: hid: Ensure state is correctGravatar german772023-09-161-8/+8
| |/ /
* | | Merge pull request #11517 from german77/amiibo-formatGravatar liamwhite2023-09-161-6/+8
|\ \ \ | | | | | | | | service: nfc: Fix amiibo formatting
| * | | service: nfc: Fix amiibo formattingGravatar german772023-09-151-6/+8
| |/ /
* | | Merge pull request #11500 from liamwhite/debug-stuffGravatar liamwhite2023-09-1612-17/+36
|\ \ \ | | | | | | | | core: improve debug workflow
| * | | core: improve debug workflowGravatar Liam2023-09-1412-17/+36
| | |/ | |/|
* | | Merge pull request #11492 from lat9nq/c-numeric-conversionsGravatar liamwhite2023-09-163-7/+7
|\ \ \ | | | | | | | | general: Remove uncaught usages of C++ string number conversions
| * | | cheat_engine: Remove uncaught usage of stoulGravatar lat9nq2023-09-131-1/+1
| | | |
| * | | ips_layer: Remove uncaught usage of stoul/llGravatar lat9nq2023-09-131-2/+2
| | | |
| * | | key_manager: Remove uncaught usage of stoulGravatar lat9nq2023-09-131-4/+4
| | | |
* | | | Merge pull request #11483 from FearlessTobi/save-size-maxGravatar liamwhite2023-09-163-2/+15
|\ \ \ \ | | | | | | | | | | am: Stub GetSaveDataSizeMax
| * | | | am: Stub GetSaveDataSizeMaxGravatar FearlessTobi2023-09-122-1/+14
| | | | | | | | | | | | | | | | | | | | Needed for Minecraft Legends.
| * | | | bsd: Demote "Select" log to dehugGravatar FearlessTobi2023-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | This is very spammy in Minecraft Legends.
* | | | | debug: Add renderdoc capture hotkeyGravatar GPUCode2023-09-145-1/+98
| |_|/ / |/| | |
* | | | ngc: implement serviceGravatar Liam2023-09-145-68/+156
| |_|/ |/| |
* | | Merge pull request #11385 from liamwhite/acceptcancelGravatar liamwhite2023-09-133-3/+91
|\ \ \ | |_|/ |/| | internal_network: cancel pending socket operations on application process termination
| * | internal_network: log error on interrupt pipe read failureGravatar Liam2023-09-081-1/+4
| | |