mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 08:38:00 -05:00
bsd: Demote "Select" log to dehug
This is very spammy in Minecraft Legends.
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user