diff options
| author | 2024-01-08 20:31:48 +0100 | |
|---|---|---|
| committer | 2024-01-08 13:31:48 -0600 | |
| commit | f12446167491b3e691f6a93a01cad3bd9e54d105 (patch) | |
| tree | 8992865b548e08317504d653880c3ee4aacb6ad4 /src/core/hle/service/friend | |
| parent | Merge pull request #12608 from szepeviktor/typos (diff) | |
| download | yuzu-f12446167491b3e691f6a93a01cad3bd9e54d105.tar.gz yuzu-f12446167491b3e691f6a93a01cad3bd9e54d105.tar.xz yuzu-f12446167491b3e691f6a93a01cad3bd9e54d105.zip | |
Fix typos in src/core (#12625)
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
Diffstat (limited to 'src/core/hle/service/friend')
| -rw-r--r-- | src/core/hle/service/friend/friend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/friend/friend.cpp b/src/core/hle/service/friend/friend.cpp index 0507b14e7..aeb849efa 100644 --- a/src/core/hle/service/friend/friend.cpp +++ b/src/core/hle/service/friend/friend.cpp | |||
| @@ -131,7 +131,7 @@ private: | |||
| 131 | u8 is_favorite; | 131 | u8 is_favorite; |
| 132 | u8 same_app; | 132 | u8 same_app; |
| 133 | u8 same_app_played; | 133 | u8 same_app_played; |
| 134 | u8 arbitary_app_played; | 134 | u8 arbitrary_app_played; |
| 135 | u64 group_id; | 135 | u64 group_id; |
| 136 | }; | 136 | }; |
| 137 | static_assert(sizeof(SizedFriendFilter) == 0x10, "SizedFriendFilter is an invalid size"); | 137 | static_assert(sizeof(SizedFriendFilter) == 0x10, "SizedFriendFilter is an invalid size"); |