ObjFW  Diff

Differences From Artifact [6cf39dd232]:

To Artifact [10cb7d4bca]:


324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339

		if (WPAD_ButtonsDown(0) & WPAD_BUTTON_HOME)
			[OFApplication terminateWithStatus: _fails];

		VIDEO_WaitVSync();
	}
#elif defined(_PSP)
	[self outputString: [OFString stringWithFormat: @"%zd tests failed!",
							_fails]
		   inColor: NO_COLOR];
	sceKernelSleepThreadCB();
#else
	[OFApplication terminateWithStatus: _fails];
#endif
}
@end







|








324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339

		if (WPAD_ButtonsDown(0) & WPAD_BUTTON_HOME)
			[OFApplication terminateWithStatus: _fails];

		VIDEO_WaitVSync();
	}
#elif defined(_PSP)
	[self outputString: [OFString stringWithFormat: @"%d tests failed!",
							_fails]
		   inColor: NO_COLOR];
	sceKernelSleepThreadCB();
#else
	[OFApplication terminateWithStatus: _fails];
#endif
}
@end