shadPS4/src/common/logging
Vinicius Rangel 035cb3eeaa
Dear ImGui Implementation (#598)
* added imgui as dependency

* imgui renderer/basic input implementation

* imgui: add layers system

Add video info layer to show fps. Press F10 to toggle it.

* imgui: add custom imgui config

* imgui: gamepad capture, stopping propagation

* imgui: changed config & log file path to use portable dir

* videoout: render blank frame when video output is closed

required to render imgui even when game has no video output

- fixed merge compile-error
2024-09-08 22:50:32 +03:00
..
backend.cpp shader_recompiler: Small instruction parsing refactor/bugfixes (#340) 2024-07-30 23:32:40 +02:00
backend.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
filter.cpp Dear ImGui Implementation (#598) 2024-09-08 22:50:32 +03:00
filter.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
formatter.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
log_entry.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
log.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
text_formatter.cpp common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
text_formatter.h common: Rewrite logging based on cut down citra logger (#86) 2024-02-28 00:10:34 +02:00
types.h Dear ImGui Implementation (#598) 2024-09-08 22:50:32 +03:00