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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user