From 9c3f9b9ed61332b880d5c16fb5a0382a660bd871 Mon Sep 17 00:00:00 2001 From: Shinovon Date: Fri, 1 May 2026 12:36:09 +0500 Subject: [PATCH] Test --- group/bld.inf | 4 ++-- group/re3_gles1.mmp | 3 ++- sis/re3.pkg | 11 ++++++----- src/core/config.h | 3 +++ 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/group/bld.inf b/group/bld.inf index 93771b3..94e1889 100644 --- a/group/bld.inf +++ b/group/bld.inf @@ -4,7 +4,7 @@ DEFAULT ARMV6 PRJ_MMPFILES gnumakefile Icons_scalable_dc.mk gnumakefile shaders.mk -librw_gles2.mmp -re3_gles2.mmp +//librw_gles2.mmp +//re3_gles2.mmp librw_gles1.mmp re3_gles1.mmp diff --git a/group/re3_gles1.mmp b/group/re3_gles1.mmp index 45136f0..3fdac93 100644 --- a/group/re3_gles1.mmp +++ b/group/re3_gles1.mmp @@ -1,6 +1,7 @@ #undef SYMBIAN_3 #define S60V3 -TARGET re3_gles1.exe +//TARGET re3_gles1.exe +TARGET re3.exe LIBRARY libstdcpp.lib LIBRARY libgles_cm.lib STATICLIBRARY librw_gles1.lib diff --git a/sis/re3.pkg b/sis/re3.pkg index 627db84..0e4bdb2 100644 --- a/sis/re3.pkg +++ b/sis/re3.pkg @@ -11,11 +11,12 @@ IF (NOT package(0x20009A80)) OR (NOT package(0x2002372A)) ; old or missing openc "incompatible_openc.txt"-"", FT, FORCEABORT ENDIF -IF exists("z:\system\install\Series60v5.2.sis") AND exists("z:\sys\bin\libGLESv2.dll") - "$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\re3_gles2.exe"-"!:\sys\bin\re3.exe" -ELSE - "$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\re3_gles1.exe"-"!:\sys\bin\re3.exe" -ENDIF +;IF exists("z:\system\install\Series60v5.2.sis") AND exists("z:\sys\bin\libGLESv2.dll") +; "$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\re3_gles2.exe"-"!:\sys\bin\re3.exe" +;ELSE +; "$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\re3_gles1.exe"-"!:\sys\bin\re3.exe" +;ENDIF +"$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\re3.exe"-"!:\sys\bin\re3.exe" "$(EPOCROOT)\epoc32\data\z\private\10003a3f\import\apps\re3_reg.rsc" - "!:\private\10003a3f\import\apps\re3_reg.rsc" "$(EPOCROOT)\epoc32\data\z\resource\apps\re3.rsc" - "!:\resource\apps\re3.rsc" "$(EPOCROOT)\epoc32\data\z\resource\apps\re3_icon.mif" - "!:\resource\apps\re3_icon.mif" diff --git a/src/core/config.h b/src/core/config.h index 7b476f4..37988e8 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -1,5 +1,8 @@ #pragma once +#define LOGS +#define LOGS_RDEBUG + // disables (most) stuff that wasn't in original gta3.exe #ifdef __MWERKS__ #define VANILLA_DEFINES