Remove white-space changes
This commit is contained in:
parent
763e0948c0
commit
4500cfb1d3
|
@ -4,6 +4,7 @@
|
||||||
#include "maple_devs.h"
|
#include "maple_devs.h"
|
||||||
#include "maple_cfg.h"
|
#include "maple_cfg.h"
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#if _ANDROID
|
#if _ANDROID
|
||||||
#include <android/log.h>
|
#include <android/log.h>
|
||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
|
|
|
@ -71,6 +71,8 @@ int max_idx,max_mvo,max_op,max_pt,max_tr,max_vtx,max_modt, ovrn;
|
||||||
TA_context* _pvrrc;
|
TA_context* _pvrrc;
|
||||||
void SetREP(TA_context* cntx);
|
void SetREP(TA_context* cntx);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bool rend_single_frame()
|
bool rend_single_frame()
|
||||||
{
|
{
|
||||||
//wait render start only if no frame pending
|
//wait render start only if no frame pending
|
||||||
|
@ -83,6 +85,7 @@ bool rend_single_frame()
|
||||||
|
|
||||||
bool proc = rend->Process(_pvrrc);
|
bool proc = rend->Process(_pvrrc);
|
||||||
re.Set();
|
re.Set();
|
||||||
|
|
||||||
bool do_swp = proc && rend->Render();
|
bool do_swp = proc && rend->Render();
|
||||||
|
|
||||||
if (do_swp)
|
if (do_swp)
|
||||||
|
|
Loading…
Reference in New Issue