Remove white-space changes

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2014-12-11 02:57:23 +01:00
parent 763e0948c0
commit 4500cfb1d3
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "maple_devs.h"
#include "maple_cfg.h"
#include <time.h>
#if _ANDROID
#include <android/log.h>
#include <jni.h>

View File

@ -71,6 +71,8 @@ int max_idx,max_mvo,max_op,max_pt,max_tr,max_vtx,max_modt, ovrn;
TA_context* _pvrrc;
void SetREP(TA_context* cntx);
bool rend_single_frame()
{
//wait render start only if no frame pending
@ -83,6 +85,7 @@ bool rend_single_frame()
bool proc = rend->Process(_pvrrc);
re.Set();
bool do_swp = proc && rend->Render();
if (do_swp)