diff options
| author | bunnei <bunneidev@gmail.com> | 2021-04-09 22:47:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 22:47:34 -0700 |
| commit | 31c80b8c6faa7681e7b16a4052403281c7f2b9cd (patch) | |
| tree | 01d09ebe1b0b4c9397a8682e3f4a66bcb884ba96 /src/core/hle/service/wlan/wlan.cpp | |
| parent | c6d2af16b50fe30baa8e3c13b4fa5f9ef242096c (diff) | |
| parent | 09a8e08109b71fa5cbf85cfae72f1fb73d33dbad (diff) | |
Merge pull request #6171 from german77/services
service: Update service function tables and use proper names
Diffstat (limited to 'src/core/hle/service/wlan/wlan.cpp')
| -rw-r--r-- | src/core/hle/service/wlan/wlan.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/hle/service/wlan/wlan.cpp b/src/core/hle/service/wlan/wlan.cpp index ddbf04069..44957e01d 100644 --- a/src/core/hle/service/wlan/wlan.cpp +++ b/src/core/hle/service/wlan/wlan.cpp @@ -46,6 +46,13 @@ public: {28, nullptr, "Unknown28"}, {29, nullptr, "Unknown29"}, {30, nullptr, "Unknown30"}, + {31, nullptr, "Unknown31"}, + {32, nullptr, "Unknown32"}, + {33, nullptr, "Unknown33"}, + {34, nullptr, "Unknown34"}, + {35, nullptr, "Unknown35"}, + {36, nullptr, "Unknown36"}, + {37, nullptr, "Unknown37"}, }; // clang-format on |
