mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +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) {
|
||||||
if (show_advanced) {
|
if (show_advanced) {
|
||||||
if (Begin("Video Debug Info", nullptr,
|
if (Begin("Video Debug Info", nullptr, ImGuiWindowFlags_NoDecoration)) {
|
||||||
ImGuiWindowFlags_NoDecoration)) {
|
|
||||||
DrawAdvanced();
|
DrawAdvanced();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (Begin("Video Info", nullptr,
|
if (Begin("Video Info", nullptr, ImGuiWindowFlags_NoDecoration)) {
|
||||||
ImGuiWindowFlags_NoDecoration)) {
|
|
||||||
DrawSimple();
|
DrawSimple();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue