2015-12-14 10:51:33 +00:00
|
|
|
#pragma once
|
|
|
|
#include <Common/TraceModulesCommon.h>
|
|
|
|
|
|
|
|
enum TraceModuleProject64
|
|
|
|
{
|
|
|
|
TraceSettings = MaxTraceModuleCommon,
|
|
|
|
TraceUnknown,
|
|
|
|
TraceAppInit,
|
|
|
|
TraceAppCleanup,
|
|
|
|
TraceN64System,
|
|
|
|
TracePlugins,
|
2022-06-27 10:02:38 +00:00
|
|
|
TraceVideoPlugin,
|
2015-12-14 10:51:33 +00:00
|
|
|
TraceAudioPlugin,
|
|
|
|
TraceControllerPlugin,
|
|
|
|
TraceRSPPlugin,
|
|
|
|
TraceRSP,
|
|
|
|
TraceAudio,
|
|
|
|
TraceRegisterCache,
|
|
|
|
TraceRecompiler,
|
|
|
|
TraceTLB,
|
|
|
|
TraceProtectedMem,
|
|
|
|
TraceUserInterface,
|
2016-04-14 12:18:21 +00:00
|
|
|
TraceRomList,
|
2016-06-04 08:28:30 +00:00
|
|
|
TraceExceptionHandler,
|
2015-12-14 10:51:33 +00:00
|
|
|
MaxTraceModuleProject64,
|
2021-04-02 07:35:13 +00:00
|
|
|
};
|