| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-26 | Merge pull request #5812 from german77/StubSixaxisFusion | bunnei | |
| HID: Stub Set/Get/Reset SixaxisSensorFusionParameters | |||
| 2021-01-26 | Merge pull request #5810 from ogniK5377/stereo-vision | bunnei | |
| hle: Implement remaining services for Stereo Vision | |||
| 2021-01-26 | Merge pull request #5824 from ogniK5377/IPsmSession | bunnei | |
| psm: IPsmSession | |||
| 2021-01-25 | Merge pull request #5774 from ogniK5377/mii-raw-random | bunnei | |
| mii: Fix BuildRandomStoreData & Cleanup raw_data | |||
| 2021-01-25 | Merge pull request #5771 from ogniK5377/lm-rework | bunnei | |
| lm: Recode LM service | |||
| 2021-01-25 | Omit system reference | Chloe Marcec | |
| 2021-01-25 | psm: IPsmSession | Chloe Marcec | |
| Used by homebrew menu | |||
| 2021-01-24 | Merge pull request #5799 from ogniK5377/event-register-unregister | bunnei | |
| nvdrv: Unregister already registered events | |||
| 2021-01-24 | Merge pull request #5151 from comex/xx-vfs | bunnei | |
| vfs_real: When moving files or directories, don't assume file opening will succeed | |||
| 2021-01-24 | Stub Set/Get/Reset SixaxisSensorFusionParameters | german | |
| 2021-01-25 | Print Process ID and Thread ID as hex | Chloe Marcec | |
| 2021-01-25 | hle: Implement remaining services for Stereo Vision | Chloe Marcec | |
| Used by Zelda Breath of the Wild, Super Mario Odyssey and Nintendo Labo | |||
| 2021-01-23 | Merge pull request #5806 from bunnei/am-stub | bunnei | |
| hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero. | |||
| 2021-01-23 | vfs_real: When moving files or directories, don't assume file opening will ↵ | comex | |
| succeed Found this via a warning, but it's a substantive fix. Since this is only for a cache, it should be safe to silently drop the entry if opening fails. I think. | |||
| 2021-01-23 | Simplify condition | Chloe Marcec | |
| 2021-01-23 | nvdrv: Unregister already registered events | Chloe Marcec | |
| 2021-01-23 | Clamp string reads to buffer size | Chloe Marcec | |
| 2021-01-22 | Merge pull request #5776 from ogniK5377/lbl | bunnei | |
| lbl: Implement most of lbl | |||
| 2021-01-22 | Merge pull request #5765 from ogniK5377/StoreSaveDataThumbnail-stub | bunnei | |
| acc: Stub StoreSaveDataThumbnail | |||
| 2021-01-20 | Merge pull request #5270 from german77/multiTouch | bunnei | |
| HID: Add multitouch support | |||
| 2021-01-20 | hle: service: am: Stub ↵ | bunnei | |
| ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero. - Used by Monster Hunter Rise demo. | |||
| 2021-01-21 | lbl: Implement most of lbl | Chloe Marcec | |
| Pretty basic service, only thing left to do is handle setting applying once set:sys is implemented | |||
| 2021-01-20 | mii: Fix BuildRandomStoreData & Cleanup raw_data | Chloe Marcec | |
| Cleaned up mii raw data to reflect the underlying values instead of just a chunk of bytes. Fixed BuildRandomStoreData not actually generating random miis properly. "values" should be a u32, not a u8. | |||
| 2021-01-20 | Mark DestinationToString as static | Chloe Marcec | |
| 2021-01-20 | Mark LogPacketHeaderEntry hash as noexcept | Chloe Marcec | |
| 2021-01-20 | lm: Recode LM service | Chloe Marcec | |
| Rework the service to spit out to logs instead of a seperate file as well as fix any crashes caused by lm. | |||
| 2021-01-19 | acc: Stub StoreSaveDataThumbnail | Chloe Marcec | |
| Fixes ACA NEOGEO METAL SLUG hanging on boot. | |||
| 2021-01-17 | npad: Add check for HANDHELD_INDEX in UpdateControllerAt() | Morph | |
| 2021-01-17 | Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access | bunnei | |
| core: Silence Wclass-memaccess warnings and enforce it | |||
| 2021-01-16 | input_interpreter: Mark two member functions as const | Lioncash | |
| These aren't stateful functions, so we can make use of const. While we're at, we can resolve some -Wdocumentation warnings. | |||
| 2021-01-16 | input_interpreter: Add method to check for a button press state | Morph | |
| This allows to check for continuous input for the duration of a button press/hold | |||
| 2021-01-15 | Merge pull request #5358 from ReinUsesLisp/rename-insert-padding | LC | |
| common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT | |||
| 2021-01-15 | core/cmake: Enforce Wclass-memaccess | ReinUsesLisp | |
| Treat -Wclass-memaccess as an error. | |||
| 2021-01-15 | core: Silence Wclass-memaccess warnings | ReinUsesLisp | |
| This requires making several types trivial and properly initialize them whenever they are called. | |||
| 2021-01-15 | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT | ReinUsesLisp | |
| INSERT_PADDING_BYTES_NOINIT is more descriptive of the underlying behavior. | |||
| 2021-01-15 | Always initialize keyboard input | german | |
| 2021-01-15 | Add mutitouch support for touch screens | german | |
| 2021-01-15 | Allow to return up to 16 touch inputs per engine | german | |
| 2021-01-15 | Allow all touch inputs at the same time and remove config options that are ↵ | german | |
| not longer necesary | |||
| 2021-01-15 | Add multitouch support | german | |
| 2021-01-15 | common/bit_util: Replace CLZ/CTZ operations with standardized ones | Lioncash | |
| Makes for less code that we need to maintain. | |||
| 2021-01-15 | core/cmake: Remove Werror flags already defined code-base wide | ReinUsesLisp | |
| 2021-01-11 | hle: kernel: thread: Preserve thread wait reason for debugging only. | bunnei | |
| - This is decoupled from core functionality and used for debugging only. | |||
| 2021-01-11 | hle: kernel: k_scheduler_lock: Fix shadowing errors. | bunnei | |
| 2021-01-11 | core: arm: arm_interface: Fix shadowing errors. | bunnei | |
| 2021-01-11 | core: hle: Add missing calls to MicroProfileOnThreadExit. | bunnei | |
| 2021-01-11 | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | bunnei | |
| 2021-01-11 | core: hle: kernel: Update KAddressArbiter. | bunnei | |
| 2021-01-11 | core: hle: kernel: Update KConditionVariable. | bunnei | |
| 2021-01-11 | core: hle: kernel: Begin moving common SVC defintions to its own header. | bunnei | |
