- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
85 lines
2.2 KiB
Smali
85 lines
2.2 KiB
Smali
.class Lcom/firemint/realracing/GLRenderer;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/opengl/GLSurfaceView$Renderer;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 404
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onDrawFrame(Ljavax/microedition/khronos/opengles/GL10;)V
|
|
.locals 2
|
|
|
|
.line 418
|
|
invoke-static {}, Lcom/firemint/realracing/MainActivity;->getGameState()I
|
|
|
|
move-result p1
|
|
|
|
const/4 v0, 0x5
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
return-void
|
|
|
|
.line 424
|
|
:cond_0
|
|
sget-object p1, Lcom/firemint/realracing/MainActivity;->instance:Lcom/firemint/realracing/MainActivity;
|
|
|
|
invoke-virtual {p1}, Lcom/firemint/realracing/MainActivity;->getScreenOrientation()I
|
|
|
|
move-result v0
|
|
|
|
sget-object v1, Lcom/firemint/realracing/MainActivity;->instance:Lcom/firemint/realracing/MainActivity;
|
|
|
|
invoke-virtual {v1}, Lcom/firemint/realracing/MainActivity;->getScreenRotation()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p1, v0, v1}, Lcom/firemint/realracing/MainActivity;->onViewRenderJNI(II)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onSurfaceChanged(Ljavax/microedition/khronos/opengles/GL10;II)V
|
|
.locals 2
|
|
|
|
.line 413
|
|
sget-object p1, Lcom/firemint/realracing/MainActivity;->instance:Lcom/firemint/realracing/MainActivity;
|
|
|
|
invoke-virtual {p1}, Lcom/firemint/realracing/MainActivity;->getScreenOrientation()I
|
|
|
|
move-result v0
|
|
|
|
sget-object v1, Lcom/firemint/realracing/MainActivity;->instance:Lcom/firemint/realracing/MainActivity;
|
|
|
|
invoke-virtual {v1}, Lcom/firemint/realracing/MainActivity;->getScreenRotation()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p1, p2, p3, v0, v1}, Lcom/firemint/realracing/MainActivity;->OnViewChanged(IIII)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onSurfaceCreated(Ljavax/microedition/khronos/opengles/GL10;Ljavax/microedition/khronos/egl/EGLConfig;)V
|
|
.locals 0
|
|
|
|
.line 408
|
|
sget-object p1, Lcom/firemint/realracing/MainActivity;->instance:Lcom/firemint/realracing/MainActivity;
|
|
|
|
invoke-virtual {p1}, Lcom/firemint/realracing/MainActivity;->onViewCreatedJNI()V
|
|
|
|
return-void
|
|
.end method
|