mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 01:30:51 +00:00
reverse onLowMemory/onTrimMemory removal
we want to override the default behavior and do nothing instead
This commit is contained in:
parent
3f75bae4e5
commit
82104bc7e2
@ -88,4 +88,14 @@ public final class RetroActivity extends NativeActivity
|
||||
{
|
||||
UserPreferences.readbackConfigFile(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLowMemory()
|
||||
{
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onTrimMemory(int level)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user