Changeset 1675
- Timestamp:
- Jul 27, 2012, 6:53:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ticker.cpp
r1637 r1675 315 315 void *TickerData::DiskThreadMain(void * /* p */) 316 316 { 317 #if defined __CELLOS_LV2__ 318 /* FIXME: temporary hack to avoid crashes */ 317 /* FIXME: temporary hack to avoid crashes on the PS3 */ 319 318 Timer t; 320 319 for (;;) 321 320 { 322 321 t.Get(); 323 t.Wait(0.0 01f);324 } 325 #endif 322 t.Wait(0.01f); 323 } 324 326 325 return NULL; 327 326 }
Note: See TracChangeset
for help on using the changeset viewer.