1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-07-17 17:35:12 +00:00

undo android restriction

This commit is contained in:
dawnDus 2022-05-02 16:36:27 -04:00
parent 2d2e712eab
commit af39130fed
No known key found for this signature in database
GPG key ID: 972AABDE81848F21

View file

@ -283,7 +283,6 @@ impl SharedGameState {
let settings = Settings::load(ctx)?;
let mod_requirements = ModRequirements::load(ctx)?;
#[cfg(not(target_os = "android"))]
if filesystem::exists(ctx, "/base/lighting.tbl") {
info!("Cave Story+ (Switch) data files detected.");
ctx.size_hint = (854, 480);