refactor: Update Performance File Paths and Cleanup Integration

- Refactored file paths for performance-related headers to reflect the new directory structure under `app/gfx/performance/`.
- Updated references in the `Canvas` class to align with the new paths, ensuring proper integration of performance monitoring components.
- Cleaned up unnecessary prefixes in performance integration checks to enhance code readability and maintainability.
This commit is contained in:
scawful
2025-10-10 10:12:44 -04:00
parent cbcf1e40be
commit db517abbb3
5 changed files with 59 additions and 59 deletions

View File

@@ -969,8 +969,8 @@ source_group("Application\\Graphics" FILES
app/gfx/bitmap.h
app/gfx/compression.cc
app/gfx/compression.h
app/gfx/performance_profiler.cc
app/gfx/performance_profiler.h
app/gfx/performance/performance_profiler.cc
app/gfx/performance/performance_profiler.h
app/gfx/scad_format.cc
app/gfx/scad_format.h
app/gfx/snes_color.cc