mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +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);
|
UserPreferences.readbackConfigFile(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onLowMemory()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onTrimMemory(int level)
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user