Skip to content

Commit

Permalink
finish S2A application
Browse files Browse the repository at this point in the history
  • Loading branch information
LittlePlanetCD committed Dec 28, 2023
1 parent decd556 commit 97598fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android_s2a/app/src/main/java/com/decomp/s2a/Absolute.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.decomp.rsdkv4;
package com.decomp.s2a;

import android.Manifest;
import android.content.Context;
Expand All @@ -9,7 +9,7 @@
import org.libsdl.app.*;


public class RSDKv4 extends SDLActivity {
public class Absolute extends SDLActivity {
@Override
protected void onStart() {
super.onStart();
Expand Down
2 changes: 1 addition & 1 deletion android_s2a/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">RSDKv4</string>
<string name="app_name">Sonic 2 Absolute</string>
</resources>

0 comments on commit 97598fc

Please sign in to comment.