Home
last modified time | relevance | path

Searched refs:cafeProfile (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCharacter stream dumper.cs1237 private static int cafeProfile = -1; field in Nintendo.SDSG.CatToucan
1262 int diff = temp - CatToucan.cafeProfile; in UpdateEventTimes()
1263 CatToucan.cafeProfile = temp; in UpdateEventTimes()
1308 CatToucan.cafeProfile = Convert.ToInt32(temp) * thousand; in HandleCafeEvents()
1309 …atToucan.evtProfile, EventStatus.BEGIN, EventProcess.IOP, "IOP STARTED: " + CatToucan.cafeProfile); in HandleCafeEvents()
1313 CatToucan.cafeProfile = 0; in HandleCafeEvents()
1314 …evtProfile, EventStatus.BEGIN, EventProcess.IOP, "***PPC FAST CYCLE***: " + CatToucan.cafeProfile); in HandleCafeEvents()
1322 if (CatToucan.cafeProfile > 0) in HandleCafeEvents()
1327 …atToucan.evtProfile, EventStatus.BEGIN, EventProcess.PPC, "PPC STARTED: " + CatToucan.cafeProfile); in HandleCafeEvents()
1347 …, DateTime.Now, EventStatus.BEGIN, EventProcess.TITLE, "Title Launched: " + CatToucan.cafeProfile); in HandleCafeEvents()