mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Reduce buffer size back to 16, enable start menu
RwInitialised non-sense
This commit is contained in:
parent
38bc1a6dab
commit
689c76b4c5
7 changed files with 92 additions and 31 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#include "Renderer.h"
|
||||
|
||||
#if defined __ARMCC_VERSION && !defined _DEBUG
|
||||
#pragma O2
|
||||
#pragma O2 // fixes crash
|
||||
#endif
|
||||
|
||||
int32 CCullZones::NumCullZones;
|
||||
|
|
|
|||
|
|
@ -1758,9 +1758,7 @@ Idle(void *arg)
|
|||
if (gbShowTimebars)
|
||||
tbDisplay();
|
||||
|
||||
tbStartTimer(0, "EndOfFrame");
|
||||
DoRWStuffEndOfFrame();
|
||||
tbEndTimer("EndOfFrame");
|
||||
|
||||
POP_MEMID(); // MEMID_RENDER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue