Skip to content

Commit

Permalink
Change external name and default storage type
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryFrosty committed Sep 6, 2024
1 parent 149f38b commit 7a3ac81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/backend/ClientPrefs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import states.TitleState;
public var screensaver:Bool = false;
public var wideScreen:Bool = false;
#if android
public var storageType:String = "EXTERNAL_DATA";
public var storageType:String = "EXTERNAL";
#end
public var hitboxType:String = "Gradient";
public var popUpRating:Bool = true;
Expand Down
2 changes: 1 addition & 1 deletion source/mobile/backend/StorageUtil.hx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ enum abstract StorageType(String) from String to String
{
final forcedPath = '/storage/emulated/0/';
final packageNameLocal = 'com.shadowmario.psychengine';
final fileLocal = 'PsychEngine';
final fileLocal = 'PsychEngineModified';

var EXTERNAL_DATA = "EXTERNAL_DATA";
var EXTERNAL_OBB = "EXTERNAL_OBB";
Expand Down

0 comments on commit 7a3ac81

Please sign in to comment.