Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-05 | hle: kernel: Implement KEvent. | bunnei | |
2021-02-05 | hle: kernel: KAddressArbiter: Use R_UNLESS_NOLOG where applicable. | bunnei | |
2021-02-05 | common: common_funcs: Add R_UNLESS_NOLOG for scenarios that should not log. | bunnei | |
2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | |
2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | |
2021-02-05 | Merge pull request #5867 from ↵ | bunnei | |
Morph1984/am-GetHealthWarningDisappearedSystemEvent IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | |||
2021-02-04 | Merge pull request #5865 from lat9nq/conditionally-quiet | bunnei | |
video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailable | |||
2021-02-04 | Merge pull request #5876 from lioncash/truncation | bunnei | |
k_affinity_mask: Avoid implicit truncation to bool | |||
2021-02-04 | k_affinity_mask: Avoid implicit truncation to bool | Lioncash | |
This can cause compiler warnings. Instead, we can explicitly add a boolean expression around it to naturally turn the result into a bool. | |||
2021-02-04 | Merge pull request #5874 from Morph1984/create-keys-dir | bunnei | |
key_manager: Create the keys directory if it does not exist | |||
2021-02-04 | key_manager: Create the keys directory if it does not exist | Morph | |
2021-02-03 | Merge pull request #5870 from german77/hanheldfix2 | bunnei | |
config: Always update handheld config | |||
2021-02-03 | Merge pull request #5863 from ogniK5377/disable-reverb | bunnei | |
audren: Disable reverb for the time being | |||
2021-02-03 | Always update handheld config | german | |
2021-02-03 | Merge pull request #5848 from ogniK5377/k-resourcelimit | bunnei | |
kernel: Rewrite resource limit to be more accurate | |||
2021-02-03 | Simplify limitableresource names | Chloe Marcec | |
2021-02-02 | Merge pull request #5842 from german77/userfix | bunnei | |
acc: Fix error when second user is selected | |||
2021-02-02 | Merge pull request #5841 from german77/username | bunnei | |
Avoid overwriting username | |||
2021-02-02 | Merge pull request #5866 from Morph1984/log-all-paths | LC | |
settings: Log the cache, config and mod load directories | |||
2021-02-02 | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | Morph | |
2021-02-02 | settings: Log the cache, config, and mod load directories | Morph | |
2021-02-01 | video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailable | lat9nq | |
Prevents CMake from calling `glslangValidator` with `--quiet` when it is not available, i.e. on older downstream versions from Ubuntu. | |||
2021-02-01 | Merge pull request #5861 from german77/HandheldFix | bunnei | |
hid: Only update motion for npad and prevent over scheduling events | |||
2021-02-02 | Compile error | Chloe Marcec | |
2021-02-02 | Address issues | Chloe Marcec | |
2021-02-01 | Merge pull request #5864 from MerryMage/is-thumb | LC | |
arm_dynarmic_32: Print out CPSR.T on exception | |||
2021-02-01 | arm_dynarmic_32: Print out CPSR.T on exception | MerryMage | |
2021-01-31 | Merge pull request #5859 from Morph1984/nifm | bunnei | |
nifm: Stub GetCurrentNetworkProfile and GetCurrentIpConfigInfo | |||
2021-01-31 | Merge pull request #5856 from Morph1984/nifm-fix-getappletinfo-stub | Ameer J | |
nifm: Fix GetAppletInfo stub | |||
2021-02-01 | audren: Disable reverb for the time being | Chloe Marcec | |
As this is causing issues in a few games, it's best to have it disabled until it's completely implemented | |||
2021-01-31 | Merge pull request #5858 from Morph1984/IsGamePlayRecordingSupported-stub | bunnei | |
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | |||
2021-01-31 | Only update motion for npad and prevent over scheduling events | german | |
2021-01-31 | Merge pull request #5860 from Morph1984/prepo-transmission-stub | bunnei | |
prepo: Stub RequestImmediateTransmission and GetTransmissionStatus | |||
2021-01-31 | Merge pull request #5846 from ameerj/analog-join | Morph | |
analog_from_button: Fix update_thread.join exception | |||
2021-01-31 | nifm: Stub GetCurrentIpConfigInfo | Morph | |
- Used by Lets Sing 12 | |||
2021-01-31 | prepo: Stub GetTransmissionStatus | Morph | |
2021-01-31 | prepo: Stub RequestImmediateTransmission | Morph | |
- Used by Animal Crossing: New Horizons | |||
2021-01-31 | nifm: Stub GetCurrentNetworkProfile | Morph | |
- Used by Minecraft Bedrock Edition - Used by Bloons TD 5 | |||
2021-01-31 | nifm: Add several structs | Morph | |
2021-01-31 | Merge pull request #5857 from Morph1984/bsd-fix-eventfd-stub | bunnei | |
bsd: Fix EventFd stub | |||
2021-01-31 | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | Morph | |
Used by RetroArch | |||
2021-01-31 | bsd: Fix EventFd stub | Morph | |
2021-01-30 | Merge pull request #5855 from Morph1984/bsd-fix-getsockopt-stub | bunnei | |
bsd: Fix GetSockOpt stub | |||
2021-01-31 | nifm: Fix GetAppletInfo stub | Morph | |
2021-01-31 | Merge pull request #5851 from ameerj/pop-inv-stub | Morph | |
am: Stub TryPopFromFriendInvitationStorageChannel | |||
2021-01-31 | bsd: Fix GetSockOpt stub | Morph | |
2021-01-30 | Merge pull request #5852 from ameerj/event-fd-stub | bunnei | |
bsd: Stub EventFd | |||
2021-01-30 | bsd: Stub EventFd | ameerj | |
Used by Family Feud | |||
2021-01-30 | am: Stub TryPopFromFriendInvitationStorageChannel | ameerj | |
Used by Family Feud | |||
2021-01-30 | fix compile error | Chloe Marcec | |