Skip to content

Commit

Permalink
Add warning to webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
ZatFinn committed Apr 21, 2024
1 parent 77ac9da commit dd6adc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</div>
&gt; load celia
<hr>
<p><b style="color: #FFA300">WARNING</b>: The web port of celia is rudimentary, unstable, innacurate, and outdated. It's fundamentally incompatible with some carts (ones that make extensive use of closures in code) that desktop celia has no issues with. Custom carts don't work on chromium-based browsers at the moment. There is currently no way to restore backups (even though they're still saved) or change keybindings (even though the functionality is there). Due to how Celia works it consumes a lot of memory and is likely to freeze. There have been a couple reports of crashes that I can't even explain. It's also many commits behind upstream, missing some small fixes done there. <a href="https://github.com/gonengazit/Celia">Use the upstream (offline) if possible.</a></p>
<center>
<div>
<canvas id="loadingCanvas" oncontextmenu="event.preventDefault()" width="800" height="600"></canvas>
Expand Down

0 comments on commit dd6adc7

Please sign in to comment.