| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-16 | Merge pull request #3659 from bunnei/time-calc-standard-user | Rodrigo Locatti | |
| service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | |||
| 2020-04-15 | CMakeLists: Make -Wreorder a compile-time error | Lioncash | |
| This can result in silent logic bugs within code, and given the amount of times these kind of warnings are caused, they should be flagged at compile-time so no new code is submitted with them. | |||
| 2020-04-14 | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | bunnei | |
| - Used by Animal Crossing: New Horizons. | |||
| 2020-04-14 | service: friend: Stub IFriendService::GetBlockedUserListIds. | bunnei | |
| - This is safe to stub, as there should be no adverse consequences from reporting no blocked users. | |||
| 2020-04-12 | Merge pull request #3606 from ReinUsesLisp/nvflinger | bunnei | |
| service/vi: Partially implement BufferQueue disconnect | |||
| 2020-04-10 | Buffer queue: Correct behavior of free buffer. | Fernando Sahmkow | |
| This corrects the behavior of free buffer after witnessing it in an unrelated hardware test. I haven't found any games affected by it but in name of better accuracy we'll correct such behavior. | |||
| 2020-04-10 | service/vi: Partially implement BufferQueue disconnect | ReinUsesLisp | |
| 2020-04-03 | Merge pull request #3563 from bunnei/fix-ldr-memstate | Fernando Sahmkow | |
| services: ldr: Fix MemoryState for read/write regions of NROs. | |||
| 2020-03-31 | capsrv: Split Capture services into individual files and stub ↵ | Morph | |
| GetAlbumContentsFileListForApplication (#3571) * Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback | |||
| 2020-03-29 | Merge pull request #3568 from bunnei/time-calcspan | bunnei | |
| services: time: Implement CalculateSpanBetween. | |||
| 2020-03-28 | Merge pull request #3562 from perillamint/vrsvc | bunnei | |
| am: Implement VR related APIs | |||
| 2020-03-27 | services: hid: Stub InitializeSevenSixAxisSensor. | bunnei | |
| - Used by Super Smash Bros. Ultimate v7.0.0. | |||
| 2020-03-27 | services: time: Implement CalculateSpanBetween. | bunnei | |
| - Used by Super Smash Bros. Ultimate. | |||
| 2020-03-27 | am: Implement VR related APIs | perillamint | |
| Implement (and stub) VR related APIs in AM sysmodule. This fixes issue #2938 | |||
| 2020-03-26 | services: ldr: Fix MemoryState for read/write regions of NROs. | bunnei | |
| - Fixes #3541, used by Final Fantasy VIII Remastered. | |||
| 2020-03-23 | sm/controller: Increase PointerBufferSize | FearlessTobi | |
| This increases the PointerBufferSize as a lager one is required by some services. This change is still not hw-accurate, but it is proven to work in Ryujinx. Instead of using a hardcoded size, we should figure out the specific values for each service in the future. Some of them can be taken from Atmosphere: https://github.com/Atmosphere-NX/Atmosphere/search?q=PointerBufferSize. | |||
| 2020-03-22 | Merge pull request #3477 from FearlessTobi/webapplet-shit | bunnei | |
| core/web_browser: Allow WebApplet to exit gracefully when an error occurs | |||
| 2020-03-22 | core/web_browser: Allow WebApplet to exit gracefully when an error occurs | FearlessTobi | |
| Currently, yuzu just freezes when an error occurs while Initializing the WebApplet. From a user perspective, this obviously isn't great as the game just softlocks. With this change, yuzu will call the Finalize method, so to the game it seems like as the user just exited the WebApplet normally. This works around https://github.com/yuzu-emu/yuzu/issues/2852. | |||
| 2020-03-19 | set: implement GetRegionCode | Dan | |
| 2020-03-18 | time_zone_content_manager: Fix out of bounds read | ReinUsesLisp | |
| There were cases where raw_data didn't contain enough space to hold the zero terminator. This was caught with -fsanitize=address. | |||
| 2020-03-12 | NVFlinger: Do the microprofile Flip after processing a valid frame. | Fernando Sahmkow | |
| 2020-03-02 | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | |
| 2020-03-02 | core: Implement separate A32/A64 ARM interfaces. | bunnei | |
| 2020-02-27 | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | Morph | |
| * Stub SetLcdBacklighOffEnabled Used by Super Smash Bros. Ultimate We require backlight services to be implemented to turn on/off the backlight. * Address feedback | |||
| 2020-02-25 | Merge pull request #3431 from CJBok/npad-fix | bunnei | |
| InputCommon: analog_from_button get direction implementation | |||
| 2020-02-22 | Scheduler: Inline global scheduler in Scheduler Lock. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Correct pending feedback. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Address Feedback. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Implement Scheduler locks | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Implement Time Manager. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Make global scheduler depend on KernelCore | Fernando Sahmkow | |
| 2020-02-18 | httplib compatibility | Brian Clinkenbeard | |
| 2020-02-18 | analog_from_button get direction implementation | CJBok | |
| 2020-02-17 | Merge pull request #3420 from namkazt/master2 | bunnei | |
| nvhost_gpu: implement ChannelSetTimeslice | |||
| 2020-02-16 | IUserLocalCommunicationService: add function Initialize2 | Nguyen Dac Nam | |
| 2020-02-16 | HLE: correct function name of IUserLocalCommunicationService | Nguyen Dac Nam | |
| 402: function name should be Initialize2 (7.0.0+) not SetOperationMode Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService | |||
| 2020-02-16 | nvhost_gpu: implement ChannelSetTimeslice | namkazy | |
| 2020-02-14 | Merge pull request #3401 from FernandoS27/synchronization | bunnei | |
| Set of refactors for Kernel Synchronization and Hardware Constants | |||
| 2020-02-13 | Merge pull request #3400 from makigumo/patch-1 | bunnei | |
| update hwopus DecodeInterleaved for FW 7.0.0+ | |||
| 2020-02-13 | Core: Address Feedback | Fernando Sahmkow | |
| 2020-02-12 | address_arbiter: Collapse loops in InsertThread() and RemoveThread() | Lioncash | |
| Same behavior, but without the need to explicitly loop through everything manually. | |||
| 2020-02-12 | address_arbiter: Simplify GetThreadsWaitingOnAddress() | Lioncash | |
| Simplifies the overall function and also allows for it to become a const-qualified member function. | |||
| 2020-02-12 | Merge pull request #3403 from lioncash/debug | bunnei | |
| bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() | |||
| 2020-02-12 | bcat/backend: Make formatting of passphrase consistent in ↵ | Lioncash | |
| NullBackend::SetPassphrase() Aligns the '=' to be consistent with the rest of the logs within this source file. | |||
| 2020-02-12 | bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() | Lioncash | |
| A formatting specifier within Clear wasn't being used, which will cause fmt to throw an exception. This fixes that. | |||
| 2020-02-12 | kernel/thread: Remove trivial usages of the global system accessor | Lioncash | |
| We can just use the kernel member variable directly instead of going through the system to obtain the same thing. | |||
| 2020-02-11 | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | |
| 2020-02-11 | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | |
| 2020-02-11 | update hwopus DecodeInterleaved for FW 7.0.0+ | makigumo | |
| trivial change, see https://switchbrew.org/wiki/Audio_services#IHardwareOpusDecoder | |||
