Remove deprecated logging system and expose developer logging window (#825)

This commit is contained in:
Crementif
2023-05-20 02:46:12 +02:00
committed by GitHub
parent b8dec03cb5
commit d903b2cf12
47 changed files with 148 additions and 283 deletions

View File

@@ -221,7 +221,7 @@ void VPADController::update_touch(VPADStatus_t& status)
m_last_touch_position = glm::ivec2{ status.tpData.x, status.tpData.y };
/*cemuLog_force("TDATA: {},{} -> {},{} -> {},{} -> {},{} -> {},{} -> {},{}",
/*cemuLog_log(LogType::Force, "TDATA: {},{} -> {},{} -> {},{} -> {},{} -> {},{} -> {},{}",
left_mouse->x, left_mouse->y,
(left_mouse.value() - image_pos).x, (left_mouse.value() - image_pos).y,
relative_mouse_pos.x, relative_mouse_pos.y,