| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-16 | Settings: eliminate rescaling_factor. | Fernando Sahmkow | |
| 2021-11-08 | applets/swkbd: Fix text check message encoding | Morph | |
| The text check message can be encoded in UTF-8. | |||
| 2021-11-08 | applets/swkbd: Skip text checking if the text has been confirmed | Morph | |
| Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir | |||
| 2021-11-05 | service/pctl: Stub EndFreeCommunication | Narr the Reg | |
| - Used by Just Dance 2022 | |||
| 2021-11-04 | Merge pull request #7279 from Morph1984/system-get-program-id | Morph | |
| general: Get the current process program id directly from the system | |||
| 2021-11-05 | Merge pull request #7287 from Morph1984/stub-aoc | Fernando S | |
| service: aoc: Stub more 13.x functions used by Animal Crossing | |||
| 2021-11-04 | general: Get the current process program id directly from the system | Morph | |
| This allows us to avoid including KProcess' header file in files that only need to get the current process' program id. | |||
| 2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | |
| 2021-11-04 | Merge pull request #7282 from ameerj/core-includes | bunnei | |
| core: Reduce unused header includes | |||
| 2021-11-04 | service: aoc: Stub NotifyUnmountAddOnContent | Morph | |
| Used by Animal Crossing: New Horizons v2.0.0 DLC | |||
| 2021-11-04 | service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent | Morph | |
| Used by Animal Crossing: New Horizons v2.0.0 DLC | |||
| 2021-11-04 | service/acc: Rename Unknown160 to InitializeApplicationInfoV2 | german77 | |
| 2021-11-04 | service: acc: Stub acc:u0 '160' | Morph | |
| - Used by Animal Crossing: New Horizons v2.0.0 Since the name is currently unknown, '160' is used as a placeholder. | |||
| 2021-11-03 | core: Fix transitive include build errors | ameerj | |
| 2021-11-03 | core: Remove unused includes | ameerj | |
| 2021-11-02 | general: Remove MakeResult helpers | Morph | |
| This is made obsolete by the presence of implicit constructors. | |||
| 2021-10-28 | ns: language: Add BrazilianPortuguese to ApplicationLanguage | Morph | |
| It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages. | |||
| 2021-10-24 | Fixup channel submit IOCTL syncpoint parameters | Billy Laws | |
| The current arguments worked by happenstance as games only ever submit one syncpoint and request one fence back, if a game were to do something other than this then the arguments would've been parsed entirely wrong. | |||
| 2021-10-17 | settings: Remove std::chrono usage | ameerj | |
| Alleviates the dependency on chrono for all files that include settings.h | |||
| 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-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 | 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-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-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 | service: bsd: Stub Read | Morph | |
| - Used by Diablo II: Resurrected | |||
