File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ CPPFLAGS += -Ithird_party/luv/deps/lua-compat-5.3/c-api
39
39
CPPFLAGS += -Ithird_party/magic_enum/include/magic_enum
40
40
CPPFLAGS += -Ithird_party/md4c/src
41
41
CPPFLAGS += -Ithird_party/multipart-parser-c
42
+ CPPFLAGS += -Ithird_party/tracy/public
42
43
CPPFLAGS += -Ithird_party/ucl -Ithird_party/ucl/include
43
44
CPPFLAGS += -Ithird_party/uriparser/include
44
45
CPPFLAGS += -Ithird_party/zep/extensions
Original file line number Diff line number Diff line change 31
31
#include " fmt/format.h"
32
32
#include " regAllocation.h"
33
33
#include " spu/interface.h"
34
- #include " tracy/public/tracy/ Tracy.hpp"
34
+ #include " tracy/Tracy.hpp"
35
35
36
36
#define HOST_REG_CACHE_OFFSET (x ) ((uintptr_t ) & m_hostRegisterCache[(x)] - (uintptr_t )this )
37
37
#define GPR_OFFSET (x ) ((uintptr_t ) & m_regs.GPR.r[(x)] - (uintptr_t )this )
Original file line number Diff line number Diff line change 34
34
#include " profiler.h"
35
35
#include " regAllocation.h"
36
36
#include " spu/interface.h"
37
- #include " tracy/public/tracy/ Tracy.hpp"
37
+ #include " tracy/Tracy.hpp"
38
38
39
39
#define HOST_REG_CACHE_OFFSET (x ) ((uintptr_t ) & m_hostRegisterCache[(x)] - (uintptr_t )this )
40
40
#define GPR_OFFSET (x ) ((uintptr_t ) & m_regs.GPR.r[(x)] - (uintptr_t )this )
Original file line number Diff line number Diff line change 29
29
#include " core/system.h"
30
30
#include " fmt/format.h"
31
31
#include " gui/gui.h"
32
- #include " tracy/public/tracy/ Tracy.hpp"
32
+ #include " tracy/Tracy.hpp"
33
33
34
34
std::unique_ptr<PCSX::GPU> PCSX::GPU::getOpenGL () { return std::unique_ptr<PCSX::GPU>(new PCSX::OpenGL_GPU ()); }
35
35
Original file line number Diff line number Diff line change 26
26
#include " core/pgxp_gte.h"
27
27
#include " core/psxemulator.h"
28
28
#include " core/r3000a.h"
29
- #include " tracy/public/tracy/ Tracy.hpp"
29
+ #include " tracy/Tracy.hpp"
30
30
31
31
#undef _PC_
32
32
#undef _Op_
Original file line number Diff line number Diff line change 26
26
#include " gpu/soft/soft.h"
27
27
#include " imgui.h"
28
28
#include " support/imgui-helpers.h"
29
- #include " tracy/public/tracy/ Tracy.hpp"
29
+ #include " tracy/Tracy.hpp"
30
30
31
31
#define GPUSTATUS_DMABITS 0x60000000
32
32
#define GPUSTATUS_READYFORCOMMANDS 0x10000000
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ extern "C" {
88
88
#include " support/uvfile.h"
89
89
#include " support/zfile.h"
90
90
#include " supportpsx/binloader.h"
91
- #include " tracy/public/tracy/ Tracy.hpp"
91
+ #include " tracy/Tracy.hpp"
92
92
93
93
#ifdef _WIN32
94
94
extern " C" {
Original file line number Diff line number Diff line change 41
41
#include " support/binpath.h"
42
42
#include " support/uvfile.h"
43
43
#include " support/version.h"
44
- #include " tracy/public/tracy/ Tracy.hpp"
44
+ #include " tracy/Tracy.hpp"
45
45
46
46
static PCSX::UI *s_ui;
47
47
You can’t perform that action at this time.
0 commit comments