mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
bsd: Demote "Select" log to dehug
This is very spammy in Minecraft Legends.
This commit is contained in:
parent
66f2947854
commit
1b6852a36c
@ -170,7 +170,7 @@ void BSD::Socket(HLERequestContext& ctx) {
|
||||
}
|
||||
|
||||
void BSD::Select(HLERequestContext& ctx) {
|
||||
LOG_WARNING(Service, "(STUBBED) called");
|
||||
LOG_DEBUG(Service, "(STUBBED) called");
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 4};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user