| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-27 | General: Recover Prometheus project from harddrive failure | Fernando Sahmkow | |
| This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system. | |||
| 2020-06-25 | Merge pull request #4141 from Morph1984/SevenSixAxisSensor | David | |
| hid: Stub a series of "SevenSixAxisSensor" service commands | |||
| 2020-06-24 | hid: Stub a series of "SevenSixAxisSensor" service commands | Morph | |
| - Used by Captain Toad: Treasure Tracker Update 1.3.0 While we're at it, fix the input parameters for SetIsPalmaAllConnectable and SetPalmaBoostMode | |||
| 2020-06-21 | hid: Implement Get/ResetGyroscopeZeroDriftMode | Morph | |
| - Used by Captain Toad Treasure Tracker | |||
| 2020-06-01 | Clang-format | VolcaEM | |
| 2020-06-01 | hid: Stub GetXpadIDs | VolcaEM | |
| Allows Minecraft: Nintendo Switch Edition (a.k.a. old Minecraft) to boot and go ingame | |||
| 2020-05-19 | Merge pull request #3926 from ogniK5377/keyboard-states | bunnei | |
| hid: Clear keyboard states & fix logic issue | |||
| 2020-05-12 | hid: Clear keyboard states & fix logic issue | David Marcec | |
| Previously we never cleared the states of the entries and the key would stay held down, also looping over the key bytes for each key lead to setting every bit for the key state instead of the key we wanted | |||
| 2020-05-12 | Stub SendKeyboardLockKeyEvent | David Marcec | |
| Needed for Puchikon 4 SmileBASIC 1.0.0 | |||
| 2020-04-27 | Merge pull request #3797 from slashiee/hid-stub | Mat M | |
| services: hid: Stub StopSevenSixAxisSensor. | |||
| 2020-04-25 | services: hid: Stub StopSevenSixAxisSensor. | M&M | |
| - Used by The Legend of Zelda: Breath of the Wild v1.6.0 | |||
| 2020-04-20 | service: Update function tables | Lioncash | |
| Keeps the service function tables up to date. Updated based off information on SwitchBrew. | |||
| 2020-04-20 | npad: Lower log level for VibrateController to Debug | FearlessTobi | |
| 2020-04-18 | service: hid: npad: Fix implicit fallthrough errors. | bunnei | |
| 2020-04-17 | service: hid: Update for new shared memory layout. | bunnei | |
| 2020-04-17 | service: irs: Update for new shared memory layout. | bunnei | |
| 2020-03-27 | services: hid: Stub InitializeSevenSixAxisSensor. | bunnei | |
| - Used by Super Smash Bros. Ultimate v7.0.0. | |||
| 2020-02-18 | analog_from_button get direction implementation | CJBok | |
| 2020-02-11 | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | |
| 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 | |
| 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. | |||
| 2019-11-24 | Merge pull request #3094 from lioncash/tables | bunnei | |
| service: Update function tables | |||
| 2019-11-24 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for ↵ | bunnei | |
| kernel objects. (#3154) * kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. - See https://github.com/citra-emu/citra/pull/4710 for details. | |||
| 2019-11-12 | service: Update function tables | Lioncash | |
| Keeps the function tables up to date. Updated based off information from Switchbrew. | |||
| 2019-11-06 | Merge pull request #3062 from bunnei/event-improve | bunnei | |
| kernel: Improve events | |||
| 2019-11-06 | Merge pull request #2859 from Morph1984/hid | David | |
| hid: Stub SetNpadJoyAssignmentModeSingle and GetNpadHandheldActivationMode | |||
| 2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei | |
| - This does not actually seem to exist in the real kernel - games reset these automatically. # Conflicts: # src/core/hle/service/am/applets/applets.cpp # src/core/hle/service/filesystem/fsp_srv.cpp | |||
| 2019-10-17 | hid/npad: Fix incorrect connection boolean value in ↵ | Lioncash | |
| ConnectAllDisconnectedControllers() We should be setting the connection state to true, otherwise we aren't actually making the controllers connected like the function name indicates. | |||
| 2019-10-17 | hid/npad: Add missing break in default case | Lioncash | |
| While not an issue, it does prevent fallthrough from occurring if anything is ever added after this case (unlikely to occur, but this turns a trivial "should not cause issues" into a definite "won't cause issues). | |||
| 2019-10-17 | hid/npad: Replace std::for_each with ranged for loops | Lioncash | |
| Performs the same behavior, but is built into the core language itself. No functional change. | |||
| 2019-10-17 | hid/npad: Remove redundant non-const variant of IsControllerSupported() | Lioncash | |
| The const qualified variant can also be called in non-const contexts, so we can remove the non-const variant to eliminate a bit of code duplication. | |||
| 2019-10-17 | hid/npad: Move function declarations | Lioncash | |
| Clearly separate these from the variable declarations to make them more visible. | |||
| 2019-10-07 | hid: Implement DeactivateNpad | Morph | |
| Makes use of the already existing DeactivateController function. | |||
| 2019-10-07 | hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commands | Morph | |
| 2019-10-04 | service/hid: Silence -Wunused and -Wswitch | ReinUsesLisp | |
| 2019-10-04 | service/hid: Remove unused system reference | ReinUsesLisp | |
| 2019-09-24 | Signal styleset changes at a better time | David Marcec | |
| We should signal when a net controller is added and our event should be manual, not automatic. | |||
| 2019-09-22 | removed comment | David Marcec | |
| 2019-09-22 | Rebased | David Marcec | |
| 2019-09-22 | removed unneeded semicolon | David Marcec | |
| 2019-09-22 | marked controller constructors as explicit | David Marcec | |
| 2019-09-22 | Rebase | David Marcec | |
| 2019-09-22 | Deglobalize System: IRS | David Marcec | |
| 2019-09-22 | Deglobalize System: Hid | David Marcec | |
| 2019-09-04 | ditto | Morph1984 | |
| Co-Authored-By: David <25727384+ogniK5377@users.noreply.github.com> | |||
| 2019-09-04 | IsVibrationEnabled() as a const member func | Morph1984 | |
| 2019-09-04 | clang-format | Morph1984 | |
| 2019-09-04 | Update npad.h | Morph1984 | |
