2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

bsd: Demote "Select" log to dehug

This is very spammy in Minecraft Legends.
This commit is contained in:
FearlessTobi 2023-09-12 00:20:42 +02:00
parent 66f2947854
commit 1b6852a36c

View file

@ -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};