mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Fixes
This commit is contained in:
parent
3b6eaf91e3
commit
5c860e4431
9 changed files with 24 additions and 38 deletions
|
|
@ -349,11 +349,13 @@ public:
|
|||
#endif
|
||||
EnableDragEvents();
|
||||
ActivateL();
|
||||
|
||||
|
||||
#ifdef RW_GL3
|
||||
// VC4 check
|
||||
VersionInfo::TPlatformVersion platformVersion;
|
||||
VersionInfo::GetVersion(platformVersion);
|
||||
moreVram = platformVersion.iMajorVersion == 5 && platformVersion.iMinorVersion >= 4;
|
||||
#endif
|
||||
|
||||
TSize size = Size();
|
||||
RsGlobal.width = size.iWidth;
|
||||
|
|
@ -411,9 +413,6 @@ public:
|
|||
|
||||
openParams.width = RsGlobal.width;
|
||||
openParams.height = RsGlobal.height;
|
||||
#ifndef S60V5
|
||||
openParams.windowtitle = RsGlobal.appName;
|
||||
#endif
|
||||
|
||||
ControlsManager.MakeControllerActionsBlank();
|
||||
ControlsManager.InitDefaultControlConfiguration();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue