| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-12 | NVFlinger: Do the microprofile Flip after processing a valid frame. | Fernando Sahmkow | |
| 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-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-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-11 | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | |
| 2020-02-11 | update hwopus DecodeInterleaved for FW 7.0.0+ | makigumo | |
| trivial change, see https://switchbrew.org/wiki/Audio_services#IHardwareOpusDecoder | |||
| 2020-02-07 | hle: services: Use std::shared_ptr instead of copy by value. | bunnei | |
| 2020-02-07 | Merge pull request #3381 from bunnei/ipc-fix | bunnei | |
| hle: services: Fix prepo IPC, and add better error checking. | |||
| 2020-02-05 | am: Correct IPC object count mismatch. | bunnei | |
| 2020-02-05 | services: am: Clear events on PopOutData and PopInteractiveOutData. | bunnei | |
| 2020-02-05 | am: Refactor IStorage interface. | bunnei | |
| 2020-02-05 | applets: software_keyboard: Signal state change on end of interactive session. | bunnei | |
| 2020-02-05 | applets: software_keyboard: Minor cleanup. | bunnei | |
| 2020-02-05 | services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. | bunnei | |
| 2020-02-01 | Merge pull request #3284 from CJBok/hid-fix | bunnei | |
| hid: Fix analog sticks directional states | |||
| 2020-01-25 | bsd: Stub several more functions. | bunnei | |
| - Required for Little Town Hero to boot further. | |||
| 2020-01-22 | service: time: Implement ToPosixTimeWithMyRule. | bunnei | |
| - Used by Pokemon Mystery Dungeon. | |||
| 2020-01-20 | time: Fix month off-by-one error. | bunnei | |
| - Fixes timestamp in ZLA and Astral Chain saves. | |||
| 2020-01-19 | Merge pull request #3271 from bunnei/time-rewrite | bunnei | |
| service: time: Rewrite implementation of glue services. | |||
| 2020-01-15 | Moved analog direction logic to sdl_impl | CJBok | |
| 2020-01-14 | Corrected directional states sensitivity | CJBok | |
| 2020-01-09 | hid: Fix analog sticks directional states | CJBok | |
| 2020-01-07 | Merge pull request #3272 from bunnei/vi-close-layer | bunnei | |
| service: vi: Implement CloseLayer. | |||
| 2020-01-06 | Merge pull request #3257 from degasus/no_busy_loops | bunnei | |
| video_core: Block in WaitFence. | |||
| 2020-01-05 | Merge pull request #2945 from FernandoS27/fix-bcat | bunnei | |
| nifm: Only return that there's an internet connection when there's a BCATServer | |||
| 2020-01-04 | service: time: Implement GetStandardLocalSystemClock. | bunnei | |
| 2020-01-04 | time: Remove overflow error checking (currently breaks ADO builds). | bunnei | |
| 2020-01-04 | service: time: Implement GetClockSnapshotFromSystemClockContext. | bunnei | |
| 2020-01-04 | service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. | bunnei | |
| 2020-01-04 | service: time: Rewrite implementation of glue services. | bunnei | |
| 2020-01-04 | core: Initialize several structs that make use of Common::UUID. | bunnei | |
| 2020-01-04 | service: vi: Implement CloseLayer. | bunnei | |
| - Needed for Undertale. | |||
| 2019-12-30 | video_core: Block in WaitFence. | Markus Wick | |
| This function is called rarely and blocks quite often for a long time. So don't waste power and let the CPU sleep. This might also increase the performance as the other cores might be allowed to clock higher. | |||
| 2019-12-25 | NvServices: Correct Ioctl Remap. | Fernando Sahmkow | |
| This commit corrects a padding value in Ioctl Remap that was actually an offset to the mapping address. | |||
| 2019-11-28 | kernel: Implement a more accurate IPC dispatch. | bunnei | |
| 2019-11-28 | Merge pull request #3169 from lioncash/memory | bunnei | |
| core/memory: Deglobalize memory management code | |||
| 2019-11-27 | Merge pull request #3170 from lioncash/enum | bunnei | |
| file_sys/directory: Make EntryType an enum class | |||
| 2019-11-27 | file_sys/directory: Make EntryType an enum class | Lioncash | |
| This can trivially be an enum class rather than a regular enum, making it more strongly typed. | |||
| 2019-11-26 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | |
| With all of the trivial parts of the memory interface moved over, we can get right into moving over the bits that are used. Note that this does require the use of GetInstance from the global system instance to be used within hle_ipc.cpp and the gdbstub. This is fine for the time being, as they both already rely on the global system instance in other functions. These will be removed in a change directed at both of these respectively. For now, it's sufficient, as it still accomplishes the goal of de-globalizing the memory code. | |||
| 2019-11-26 | core: Prepare various classes for memory read/write migration | Lioncash | |
| Amends a few interfaces to be able to handle the migration over to the new Memory class by passing the class by reference as a function parameter where necessary. Notably, within the filesystem services, this eliminates two ReadBlock() calls by using the helper functions of HLERequestContext to do that for us. | |||
| 2019-11-26 | core_timing: Use better reference tracking for EventType. (#3159) | bunnei | |
| * core_timing: Use better reference tracking for EventType. - Moves ownership of the event to the caller, ensuring we don't fire events for destroyed objects. - Removes need for unique names - we won't be using this for save states anyways. | |||
