forked from eden-emu/eden
common: remove "yuzu:" prefix from thread names
This commit is contained in:
parent
61399de5db
commit
35d3e7db2a
19 changed files with 23 additions and 23 deletions
|
@ -37,7 +37,7 @@ Mouse::Mouse(std::string input_engine_) : InputEngine(std::move(input_engine_))
|
|||
}
|
||||
|
||||
void Mouse::UpdateThread(std::stop_token stop_token) {
|
||||
Common::SetCurrentThreadName("yuzu:input:Mouse");
|
||||
Common::SetCurrentThreadName("Mouse");
|
||||
constexpr int update_time = 10;
|
||||
while (!stop_token.stop_requested()) {
|
||||
if (Settings::values.mouse_panning && !Settings::values.mouse_enabled) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue