Searched refs:cafeProfile (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 1188 private static int cafeProfile = -1; field in Nintendo.SDSG.CatToucan 1213 int diff = temp - CatToucan.cafeProfile; in UpdateEventTimes() 1214 CatToucan.cafeProfile = temp; in UpdateEventTimes() 1259 CatToucan.cafeProfile = Convert.ToInt32(temp) * thousand; in HandleCafeEvents() 1260 …atToucan.evtProfile, EventStatus.BEGIN, EventProcess.IOP, "IOP STARTED: " + CatToucan.cafeProfile); in HandleCafeEvents() 1264 CatToucan.cafeProfile = 0; in HandleCafeEvents() 1265 …evtProfile, EventStatus.BEGIN, EventProcess.IOP, "***PPC FAST CYCLE***: " + CatToucan.cafeProfile); in HandleCafeEvents() 1273 if (CatToucan.cafeProfile > 0) in HandleCafeEvents() 1278 …atToucan.evtProfile, EventStatus.BEGIN, EventProcess.PPC, "PPC STARTED: " + CatToucan.cafeProfile); in HandleCafeEvents() 1298 …, DateTime.Now, EventStatus.BEGIN, EventProcess.TITLE, "Title Launched: " + CatToucan.cafeProfile); in HandleCafeEvents()
|