mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
clang-format
This commit is contained in:
parent
85497fcd04
commit
a00a42968a
1 changed files with 2 additions and 4 deletions
|
@ -108,13 +108,11 @@ void Layers::VideoInfo::Draw() {
|
|||
|
||||
if (show) {
|
||||
if (show_advanced) {
|
||||
if (Begin("Video Debug Info", nullptr,
|
||||
ImGuiWindowFlags_NoDecoration)) {
|
||||
if (Begin("Video Debug Info", nullptr, ImGuiWindowFlags_NoDecoration)) {
|
||||
DrawAdvanced();
|
||||
}
|
||||
} else {
|
||||
if (Begin("Video Info", nullptr,
|
||||
ImGuiWindowFlags_NoDecoration)) {
|
||||
if (Begin("Video Info", nullptr, ImGuiWindowFlags_NoDecoration)) {
|
||||
DrawSimple();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue