mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-07-18 10:02:20 +00:00
undo android restriction
This commit is contained in:
parent
2d2e712eab
commit
af39130fed
|
@ -283,7 +283,6 @@ impl SharedGameState {
|
||||||
let settings = Settings::load(ctx)?;
|
let settings = Settings::load(ctx)?;
|
||||||
let mod_requirements = ModRequirements::load(ctx)?;
|
let mod_requirements = ModRequirements::load(ctx)?;
|
||||||
|
|
||||||
#[cfg(not(target_os = "android"))]
|
|
||||||
if filesystem::exists(ctx, "/base/lighting.tbl") {
|
if filesystem::exists(ctx, "/base/lighting.tbl") {
|
||||||
info!("Cave Story+ (Switch) data files detected.");
|
info!("Cave Story+ (Switch) data files detected.");
|
||||||
ctx.size_hint = (854, 480);
|
ctx.size_hint = (854, 480);
|
||||||
|
|
Loading…
Reference in a new issue